Skip to content

Commit a1560e3

Browse files
author
Michael Cooper
committed
update html5 link
1 parent 1723524 commit a1560e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aria-practices.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3628,7 +3628,7 @@ <h3>Keyboard Navigation Between Components (The Tab Sequence)</h3>
36283628
<p> As explained in section <a href="#kbd_generalnav"></a>, all interactive UI components need to be reachable via the keyboard. This is best achieved by either including them in the tab sequence or by making them accessible from a component that is in the tab sequence, e.g., as part of a composite component. This section addresses building and managing the tab sequence, and subsequent sections cover making focusable elements that are contained within components keyboard accessible. </p>
36293629

36303630
<p>
3631-
The <a href="https://www.w3.org/TR/html5/editing.html#attr-tabindex">HTML tabindex</a> and <a href="https://www.w3.org/TR/SVG2/struct.html#tabindexattribute">SVG tabindex</a> attributes can be used to add and remove elements from the tab sequence.
3631+
The <a href="https://www.w3.org/TR/html5/editing.html#the-tabindex-attribute">HTML tabindex</a> and <a href="https://www.w3.org/TR/SVG2/struct.html#tabindexattribute">SVG tabindex</a> attributes can be used to add and remove elements from the tab sequence.
36323632
The value of tabindex can also influence the order of the tab sequence, although authors are strongly advised not to use tabindex for that purpose.
36333633
</p>
36343634

0 commit comments

Comments
 (0)