Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/content-venn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -9749,7 +9749,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0

<!-- when updating this also update the category index -->
<ul class="brief category-list">
<li><code>a</code></li>
<li><code>a</code> (if the <code data-x="attr-hyperlink-href">href</code> attribute is present)</li>
<li><code>audio</code> (if the <code data-x="attr-media-controls">controls</code> attribute is present)</li>
<li><code>button</code></li>
<li><code>details</code></li>
Expand Down Expand Up @@ -17407,12 +17407,12 @@ included with Exhibit B.
<dt><span data-x="concept-element-categories">Categories</span>:</dt>
<dd><span>Flow content</span>.</dd>
<dd><span>Phrasing content</span>.</dd>
<dd><span>Interactive content</span>.</dd>
<dd>If the element has a <code data-x="attr-hyperlink-href">href</code> attribute: <span>Interactive content</span>.</dd>
<dd><span>Palpable content</span>.</dd>
<dt><span data-x="concept-element-contexts">Contexts in which this element can be used</span>:</dt>
<dd>Where <span>phrasing content</span> is expected.</dd>
<dt><span data-x="concept-element-content-model">Content model</span>:</dt>
<dd><span>Transparent</span>, but there must be no <span>interactive content</span> descendant.</dd>
<dd><span>Transparent</span>, but there must be no <span>interactive content</span> or <code>a</code> element descendants.</dd>
<dt><span data-x="concept-element-attributes">Content attributes</span>:</dt>
<dd><span>Global attributes</span></dd>
<dd><code data-x="attr-hyperlink-href">href</code></dd>
Expand Down Expand Up @@ -115283,7 +115283,6 @@ if (s = prompt('What is your name?')) {
<tr>
<td> <span>Interactive content</span>*
<td>
<code>a</code>;
<code>button</code>;
<code>details</code>;
<code>embed</code>;
Expand All @@ -115293,6 +115292,7 @@ if (s = prompt('What is your name?')) {
<code>select</code>;
<code>textarea</code>
<td>
<code>a</code> (if the <code data-x="attr-hyperlink-href">href</code> attribute is present);
<code>audio</code> (if the <code data-x="attr-media-controls">controls</code> attribute is present);
<code>img</code> (if the <code data-x="attr-hyperlink-usemap">usemap</code> attribute is present);
<code>input</code> (if the <code data-x="attr-input-type">type</code> attribute is <em>not</em> in the <span data-x="attr-input-type-hidden">Hidden</span> state);
Expand Down