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 1ba7dfe commit 2404189Copy full SHA for 2404189
techniques/html/H4.html
@@ -18,7 +18,7 @@
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 <code>0</code> will receive focus
21
- before elements without a <code>tabindex</code> or a <code>tabindex</code> of 0. After
+ before elements without a <code>tabindex</code> or a <code>tabindex</code> of <code>0</code>. 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
24
page.</p>
0 commit comments