Skip to content

Commit b7eb63d

Browse files
committed
handle autofocus like nonce and tabindex for #258
1 parent 0bacaf4 commit b7eb63d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@

Global Attributes

360360
elements:
361361
p>
362362
<ul>
363+
<li><a><code>autofocuscode>a>li>
363364
<li><a><code>classcode>a>li>
364365
<li><a><code>data-*code>a>li>
365366
<li><a><code>dircode>a>li>
@@ -384,13 +385,15 @@

Attributes common to HTML and MathML elements

384385
<dfn class="element-attr no-export">classdfn>,
385386
<dfn class="element-attr no-export">styledfn>,
386387
<dfn class="no-export"><code>data-*code>dfn>,
388+
<dfn class="element-attr no-export">autofocusdfn> and
387389
<dfn class="element-attr no-export">noncedfn> and
388390
<dfn class="element-attr no-export">tabindexdfn>
389391
attributes have the same syntax and semantics as defined for
390392
[^global/id^],
391393
[^global/class^],
392394
[^html-global/style^],
393395
<a data-cite="HTML/../#embedding-custom-non-visible-data-with-the-data-*-attributes">data-*a>,
396+
[^htmlsvg-global/autofocus^],
394397
[^htmlsvg-global/nonce^] and
395398
[^htmlsvg-global/tabindex^]
396399
attributes on HTML elements.

0 commit comments

Comments
 (0)