We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9dd65b commit 1ba7dfeCopy full SHA for 1ba7dfe
techniques/html/H4.html
@@ -17,7 +17,7 @@
17
<code>0</code> and <code>32767</code>. </p>
18
<p>When the interactive elements are navigated using the tab key, the elements are given
19
focus in increasing order of the value of their <code>tabindex</code> attribute.
20
- Elements that have a <code>tabindex</code> value higher than zero will receive focus
+ Elements that have a <code>tabindex</code> value higher than <code>0</code> will receive focus
21
before elements without a <code>tabindex</code> or a <code>tabindex</code> of 0. After
22
all of the elements with a tabindex higher than 0 have received focus, the rest of the
23
interactive elements are given focus in the order in which they appear in the web
0 commit comments