Skip to content

Commit 1a0d995

Browse files
patrickhlaukekfranqueiro
authored andcommitted
Update techniques/html/H4.html
1 parent ad0daf4 commit 1a0d995

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
@@ -18,7 +18,7 @@
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 <code>0</code> will receive focus
21-
before elements without a <code>tabindex</code> or a <code>tabindex</code> of 0. After
21+
before elements without a <code>tabindex</code> or a <code>tabindex</code> of <code>0</code>. 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
2424
page.</p>

0 commit comments

Comments
 (0)