Skip to content

Commit

Permalink
Roving Tabindex Radio Example: Fix link to roving tabindex guidance
Browse files Browse the repository at this point in the history
The href of the two links to the section roving tabindex was missing a '/..' so was one directory off.
Apparently did not test as broken because there is an index.html left over in the examples directory, but only in the gh-pages branch; deleting that separately.
  • Loading branch information
mcking65 committed Jul 11, 2018
1 parent 61b428d commit a49121c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/radio/radio-1/radio-1.html
Expand Up @@ -208,7 +208,7 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
<ul>
<li>Makes the element focusable but not part of the page <kbd>Tab</kbd> sequence.</li>
<li>Applied to all radio buttons contained in the radio group except for one that is included in the page <kbd>Tab</kbd> sequence.</li>
<li>This approach to managing focus is described in the section on <a href="../../#kbd_roving_tabindex">roving tabindex</a>.</li>
<li>This approach to managing focus is described in the section on <a href="../../../#kbd_roving_tabindex">roving tabindex</a>.</li>
</ul>
</td>
</tr>
Expand All @@ -222,7 +222,7 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
<li>Set on only one radio in the radio group.</li>
<li>On page load, is set on the first radio button in the radio group.</li>
<li>Moves with focus inside the radio group so the most recently focused radio button is included in the page <kbd>Tab</kbd> sequence.</li>
<li>This approach to managing focus is described in the section on <a href="../../#kbd_roving_tabindex">roving tabindex</a>.</li>
<li>This approach to managing focus is described in the section on <a href="../../../#kbd_roving_tabindex">roving tabindex</a>.</li>
</ul>
</td>
</tr>
Expand Down

0 comments on commit a49121c

Please sign in to comment.