[html5] r8473 - [e] (0) note to self regarding datalist content model Affected topics: HTML
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 6 15:12:56 PST 2014
Author: ianh
Date: 2014-02-06 15:12:55 -0800 (Thu, 06 Feb 2014)
New Revision: 8473
Modified:
complete.html
index
source
Log:
[e] (0) note to self regarding datalist content model
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2014-02-06 23:06:35 UTC (rev 8472)
+++ complete.html 2014-02-06 23:12:55 UTC (rev 8473)
@@ -45062,7 +45062,7 @@
<dt><a href=#element-dfn-contexts title=element-dfn-contexts>Contexts in which this element can be used</a>:</dt>
<dd>Where <a href=#phrasing-content>phrasing content</a> is expected.</dd>
<dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
- <dd>Either: <a href=#phrasing-content>phrasing content</a>.</dd>
+ <dd>Either: <a href=#phrasing-content>phrasing content</a>.</dd> <!-- we don't require a <select> descendant, since there might be zero suggestions -->
<dd>Or: Zero or more <code><a href=#the-option-element>option</a></code> elements.</dd>
<dt><a href=#element-dfn-tag-omission title=element-dfn-tag-omission>Tag omission in text/html</a>:</dt>
<dd>Neither tag is omissible.</dd>
Modified: index
===================================================================
--- index 2014-02-06 23:06:35 UTC (rev 8472)
+++ index 2014-02-06 23:12:55 UTC (rev 8473)
@@ -45062,7 +45062,7 @@
<dt><a href=#element-dfn-contexts title=element-dfn-contexts>Contexts in which this element can be used</a>:</dt>
<dd>Where <a href=#phrasing-content>phrasing content</a> is expected.</dd>
<dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
- <dd>Either: <a href=#phrasing-content>phrasing content</a>.</dd>
+ <dd>Either: <a href=#phrasing-content>phrasing content</a>.</dd> <!-- we don't require a <select> descendant, since there might be zero suggestions -->
<dd>Or: Zero or more <code><a href=#the-option-element>option</a></code> elements.</dd>
<dt><a href=#element-dfn-tag-omission title=element-dfn-tag-omission>Tag omission in text/html</a>:</dt>
<dd>Neither tag is omissible.</dd>
Modified: source
===================================================================
--- source 2014-02-06 23:06:35 UTC (rev 8472)
+++ source 2014-02-06 23:12:55 UTC (rev 8473)
@@ -49398,7 +49398,7 @@
<dt><span data-x="element-dfn-contexts">Contexts in which this element can be used</span>:</dt>
<dd>Where <span>phrasing content</span> is expected.</dd>
<dt><span data-x="element-dfn-content-model">Content model</span>:</dt>
- <dd>Either: <span>phrasing content</span>.</dd>
+ <dd>Either: <span>phrasing content</span>.</dd> <!-- we don't require a <select> descendant, since there might be zero suggestions -->
<dd>Or: Zero or more <code>option</code> elements.</dd>
<dt><span data-x="element-dfn-attributes">Content attributes</span>:</dt>
<dd><span>Global attributes</span></dd>
More information about the Commit-Watchers
mailing list