Skip to content

Commit

Permalink
handle autofocus like nonce and tabindex for #258
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarlisle committed Sep 13, 2024
1 parent 0bacaf4 commit b7eb63d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ <h4>Global Attributes</h4>
elements:
</p>
<ul>
<li><a><code>autofocus</code></a></li>
<li><a><code>class</code></a></li>
<li><a><code>data-*</code></a></li>
<li><a><code>dir</code></a></li>
Expand All @@ -384,13 +385,15 @@ <h4>Attributes common to HTML and MathML elements</h4>
<dfn class="element-attr no-export">class</dfn>,
<dfn class="element-attr no-export">style</dfn>,
<dfn class="no-export"><code>data-*</code></dfn>,
<dfn class="element-attr no-export">autofocus</dfn> and
<dfn class="element-attr no-export">nonce</dfn> and
<dfn class="element-attr no-export">tabindex</dfn>
attributes have the same syntax and semantics as defined for
[^global/id^],
[^global/class^],
[^html-global/style^],
<a data-cite="HTML/../#embedding-custom-non-visible-data-with-the-data-*-attributes">data-*</a>,
[^htmlsvg-global/autofocus^],
[^htmlsvg-global/nonce^] and
[^htmlsvg-global/tabindex^]
attributes on HTML elements.
Expand Down

0 comments on commit b7eb63d

Please sign in to comment.