Skip to content

Commit 16d3c34

Browse files
patrickhlaukekfranqueiro
authored andcommitted
Update techniques/html/H4.html
1 parent 42e8227 commit 16d3c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techniques/html/H4.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
the content without following the order of the interactive elements in the code. In
1515
these cases, an alternative order can be specified using the <code>tabindex</code>
1616
attribute of the interactive element. The <code>tabindex</code> is given a value between
17-
0 and 32767. </p>
17+
<code>0</code> and <code>32767</code>. </p>
1818
<p>When the interactive elements are navigated using the tab key, the elements are given
1919
focus in increasing order of the value of their <code>tabindex</code> attribute.
2020
Elements that have a <code>tabindex</code> value higher than zero will receive focus

0 commit comments

Comments
 (0)