Skip to content

Commit 0d298cb

Browse files
xfqfantasai
authored andcommitted
Update links to the tabindex attribute
1 parent 8c875f0 commit 0d298cb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

css-flexbox-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ Reordering and Accessibility</h4>
13571357
(such as <a href="https://www.w3.org/TR/css3-speech/">speech</a>).
13581358
Likewise, 'order' does not affect
13591359
the default traversal order of sequential navigation modes
1360-
(such as cycling through links, see e.g. <a href="https://www.w3.org/TR/html5/editing.html#sequential-focus-navigation-and-the-tabindex-attribute"><code>tabindex</code></a> [[HTML5]]).
1360+
(such as cycling through links, see e.g. <a href="https://html.spec.whatwg.org/multipage/interaction.html#attr-tabindex"><code>tabindex</code></a> [[HTML]]).
13611361

13621362
Advisement:
13631363
Authors <em>must</em> use 'order' only for visual, not logical, reordering of content.

css-grid-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ Reordering and Accessibility</h2>
705705
(such as <a href="https://www.w3.org/TR/css3-speech/">speech</a>).
706706
Likewise, rearranging grid items visually does not affect
707707
the default traversal order of sequential navigation modes
708-
(such as cycling through links, see e.g. <a href="https://www.w3.org/TR/html5/editing.html#sequential-focus-navigation-and-the-tabindex-attribute"><code>tabindex</code></a> [[HTML5]]).
708+
(such as cycling through links, see e.g. <a href="https://html.spec.whatwg.org/multipage/interaction.html#attr-tabindex"><code>tabindex</code></a> [[HTML]]).
709709

710710
Advisement:
711711
Authors <em>must</em> use 'order' and the <a>grid-placement properties</a>

css-regions-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ The 'flow-into' property</h3>
422422
the default traversal order
423423
of sequential navigation modes
424424
(such as cycling through links,
425-
see e.g. <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#sequential-focus-navigation-and-the-tabindex-attribute"><code>tabindex</code></a> [[HTML401]]).
425+
see e.g. <a href="https://html.spec.whatwg.org/multipage/interaction.html#attr-tabindex"><code>tabindex</code></a> [[HTML]]).
426426

427427
A <a>named flow</a> needs to be associated
428428
with a <a>region chain</a>

0 commit comments

Comments
 (0)