You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1093,7 +1093,7 @@ Reordering and Accessibility</h4>
1093
1093
(such as <a href="http://www.w3.org/TR/css3-speech/">speech</a>).
1094
1094
Likewise, 'order' does not affect
1095
1095
the default traversal order of sequential navigation modes
1096
-
(such as cycling through links, see e.g. 'nav-index'[[CSS3UI]] or <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>[[HTML40]]).
1096
+
(such as cycling through links, see e.g. 'nav-index'[[CSS3UI]] or <a href="http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#adef-tabindex"><code>tabindex</code></a>[[HTML40]]).
1097
1097
Authors <em>must</em> use 'order' only for visual, not logical, reordering of content;
1098
1098
style sheets that use 'order' to perform logical reordering are non-conforming.
1099
1099
@@ -2839,8 +2839,7 @@ Changes since the 18 September 2012 Candidate Recommendation</h3>
2839
2839
to help ensure that the item is large enough to fit its contents.
2840
2840
<p class='note'>
2841
2841
It is intended that this will compute to the ''min-content'' keyword
2842
-
when the specification defining it (<a href="http://www.w3.org/TR/css3-writing-modes/#intrinsic-sizing">Writing Modes Appendix D</a>)
2843
-
is sufficiently mature.</p>
2842
+
when the specification defining it ([[CSS3-SIZING]]) is sufficiently mature.
2844
2843
</del>
2845
2844
<ins>
2846
2845
<p>On a <a>flex item</a> whose 'overflow' is not ''overflow/visible'',
0 commit comments