Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[e] (0) note to self regarding datalist content model
Affected topics: HTML git-svn-id: http://svn.whatwg.org/webapps@8473 340c8d12-0b0e-0410-8428-c7bf67bfef74
- Loading branch information
Showing
with
3 additions
and 3 deletions.
- +1 −1 complete.html
- +1 −1 index
- +1 −1 source
<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> |
<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> |
<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> |