Skip to content

Commit

Permalink
Make the default tabIndex for <frame> 0
Browse files Browse the repository at this point in the history
This matches all implementations. Fixes #4855.

This is another tweak on top of 15cf23a
and 7ce0b47.
  • Loading branch information
domenic authored and zcorpan committed Nov 6, 2019
1 parent fc663cb commit 3406529
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -73793,10 +73793,10 @@ END:VCARD</pre>
<p>The <dfn><code data-x="dom-tabIndex">tabIndex</code></dfn> IDL attribute must
<span>reflect</span> the value of the <code data-x="attr-tabindex">tabindex</code> content
attribute. The default value is 0 if the element is an <code>a</code>, <code>area</code>,
<code>button</code>, <code>iframe</code>, <code>input</code>, <code>object</code>,
<code>select</code>, <code>textarea</code>, or <span>SVG <code>a</code></span> element, or is a
<code>summary</code> element that is a <span>summary for its parent details</span>. The default
value is &#x2212;1 otherwise.</p>
<code>button</code>, <code>frame</code>, <code>iframe</code>, <code>input</code>,
<code>object</code>, <code>select</code>, <code>textarea</code>, or <span>SVG
<code>a</code></span> element, or is a <code>summary</code> element that is a <span>summary for
its parent details</span>. The default value is &#x2212;1 otherwise.</p>

<p class="note">The varying default value based on element type is a historical artifact.</p>

Expand Down

0 comments on commit 3406529

Please sign in to comment.