Skip to content

Commit

Permalink
update element content categories table
Browse files Browse the repository at this point in the history
  • Loading branch information
josepharhar committed Jan 2, 2025
1 parent f9654e2 commit f3cfbac
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -141763,8 +141763,6 @@ interface <dfn interface>External</dfn> {
<!-- NON-NORMATIVE SECTION -->

<!-- when updating this also check the category-list <ul>s -->
<!-- TODO update this and other part of this table after the duplicate parts earlier in the spec
are finalized. -->

<table>
<caption>List of element content categories</caption>
Expand Down Expand Up @@ -142170,6 +142168,37 @@ interface <dfn interface>External</dfn> {
<td>
&mdash;

<tr>
<td> <span>Select element inner content elements</span>
<td>
<code>option</code>;
<code>optgroup</code>;
<code>hr</code>;
<span>script-supporting elements</span>;
<code>noscript</code>;
<code>div</code>
<td>
&mdash;

<tr>
<td> <span>Optgroup element inner content elements</span>
<td>
<code>option</code>;
<span>script-supporting elements</span>;
<code>noscript</code>;
<code>div</code>
<td>
&mdash;

<tr>
<td> <span>Option element inner content elements</span>
<td>
<code>div</code>
<td>
<span>phrasing content</span> except for <code>datalist</code>, <code>object</code>,
<span>interactive content</span>, or elements with <code
data-x="attr-tabindex">tabindex</code>

</table>


Expand Down

0 comments on commit f3cfbac

Please sign in to comment.