Skip to content

Commit 1ba7dfe

Browse files
patrickhlaukekfranqueiro
authored andcommitted
Update techniques/html/H4.html
1 parent f9dd65b commit 1ba7dfe

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
@@ -17,7 +17,7 @@
1717
<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.
20-
Elements that have a <code>tabindex</code> value higher than zero will receive focus
20+
Elements that have a <code>tabindex</code> value higher than <code>0</code> will receive focus
2121
before elements without a <code>tabindex</code> or a <code>tabindex</code> of 0. After
2222
all of the elements with a tabindex higher than 0 have received focus, the rest of the
2323
interactive elements are given focus in the order in which they appear in the web

0 commit comments

Comments
 (0)