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 42e8227 commit 16d3c34Copy full SHA for 16d3c34
techniques/html/H4.html
@@ -14,7 +14,7 @@
14
the content without following the order of the interactive elements in the code. In
15
these cases, an alternative order can be specified using the <code>tabindex</code>
16
attribute of the interactive element. The <code>tabindex</code> is given a value between
17
- 0 and 32767. </p>
+ <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
0 commit comments