Skip to content

Commit

Permalink
Fix focusable area example to use non-null tabindex
Browse files Browse the repository at this point in the history
Closes #5262.
  • Loading branch information
carmacleod authored Feb 10, 2020
1 parent 9ac28ac commit f50ef72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -74113,8 +74113,8 @@ END:VCARD</pre>
Elements that meet all the following criteria:

<ul class="brief">
<li>the element's <span>tabindex value</span> is a non-negative integer, or the element is
determined by the user agent to be focusable;</li>
<li>the element's <span>tabindex value</span> is non-null, or the element is determined by the
user agent to be focusable;</li>

<li>the element is either not a <span>shadow host</span>, or has a <span
data-x="concept-element-shadow-root">shadow root</span> whose <span>delegates focus</span> is
Expand Down

0 comments on commit f50ef72

Please sign in to comment.