Skip to content

Commit 3a3954b

Browse files
committed
make lists for option element inner contenet elements
1 parent dd49586 commit 3a3954b

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

source

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12991,13 +12991,32 @@ https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%
1299112991

1299212992
<h6><code>option</code> element inner content elements</h6>
1299312993

12994+
<p><dfn><code>option</code> element inner content elements</dfn> are the elements which are
12995+
allowed as descendants of <code>option</code> elements.</p>
12996+
12997+
<p>The following are <span><code>option</code> element inner content elements</span>:</p>
12998+
12999+
<ul class="brief category-list">
13000+
<li><code>div</code></li>
13001+
13002+
<li><span>phrasing content</span></li>
13003+
</ul>
13004+
13005+
<p>The following are excluded from <span><code>option</code> element inner content
13006+
elements</span>:</p>
13007+
1299413008
<!-- Explicitly listing datalist and object here are required because they are not listed in
1299513009
interactive content: https://github.com/whatwg/html/issues/10755 -->
1299613010

12997-
<p><dfn><code>option</code> element inner content elements</dfn> are <code>div</code> and
12998-
<span>phrasing content</span>, except descendants which are <code>datalist</code>,
12999-
<code>object</code>, <span>interactive content</span>, or elements with the <code
13000-
data-x="attr-tabindex">tabindex</code> attribute specified.</p>
13011+
<ul class="brief category-list">
13012+
<li><code>datalist</code></li>
13013+
13014+
<li><code>object</code></li>
13015+
13016+
<li><span>interactive content</span></li>
13017+
13018+
<li>elements with the <code data-x="attr-tabindex">tabindex</code> attribute specified</li>
13019+
</ul>
1300113020

1300213021

1300313022

0 commit comments

Comments
 (0)