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
or generating a wrapper box of the appropriate <a>outer display type</a>
522
-
(if it is not). [[!CSS3RUBY]]
522
+
(if it is not). [[!CSS-RUBY-1]]
523
523
</dl>
524
524
525
525
If a <<display-inside>> value is specified but <<display-outside>> is omitted,
@@ -614,7 +614,7 @@ Layout-Internal Display Types: the ''table-*'' and ''ruby-*'' keywords</h3>
614
614
<dd>
615
615
The element is an <dfn dfn for>internal ruby element</dfn>.
616
616
It generates the appropriate <dfn dfn for>internal ruby box</dfn>
617
-
which participates in a <a>ruby formatting context</a>. [[!CSS3RUBY]]
617
+
which participates in a <a>ruby formatting context</a>. [[!CSS-RUBY-1]]
618
618
619
619
''ruby-base'' and ''ruby-text'' have a ''flow''<a>inner display type</a>.
620
620
</dl>
@@ -846,8 +846,8 @@ Automatic Box Type Transformations</h3>
846
846
847
847
<ul>
848
848
<li>Absolute positioning or floating an element <a>blockifies</a> the box’s display type. [[CSS2]]
849
-
<li>Containment in a <a spec=css-ruby>ruby container</a><a>inlinifies</a> the box’s display type, as described in [[CSS3RUBY]].
850
-
<li>A parent with a ''grid'' or ''flex'''display' value <a>blockifies</a> the box’s display type. [[CSS-GRID-1]][[CSS3-FLEXBOX]]
849
+
<li>Containment in a <a spec=css-ruby>ruby container</a><a>inlinifies</a> the box’s display type, as described in [[CSS-RUBY-1]].
850
+
<li>A parent with a ''grid'' or ''flex'''display' value <a>blockifies</a> the box’s display type. [[CSS-GRID-1]][[CSS-FLEXBOX-1]]
851
851
</ul>
852
852
</div>
853
853
@@ -1007,7 +1007,7 @@ Display Order: the 'order' property</h2>
1007
1007
Reordering and Accessibility</h3>
1008
1008
1009
1009
The 'order' property <em>does not</em> affect ordering in non-visual media
1010
-
(such as <a href="https://www.w3.org/TR/css3-speech/">speech</a>).
1010
+
(such as <a href="https://www.w3.org/TR/css-speech-1/">speech</a>).
1011
1011
Likewise, 'order' does not affect
1012
1012
the default traversal order of sequential navigation modes
1013
1013
(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]]).
@@ -1412,7 +1412,7 @@ Appendix A: Glossary</h2>
1412
1412
<dd>
1413
1413
The <a>containing block</a> of the root element.
1414
1414
See <a href="https://www.w3.org/TR/CSS2/visudet.html#containing-block-details">CSS2.1§10.1</a> for [=continuous media=];
1415
-
and [[!CSS3PAGE]] for [=paged media=].
1415
+
and [[!CSS-PAGE-3]] for [=paged media=].
1416
1416
1417
1417
<dt><dfn>formatting context</dfn>
1418
1418
<dd>
@@ -1421,7 +1421,7 @@ Appendix A: Glossary</h2>
1421
1421
Different [=formatting contexts=] lay out their boxes
1422
1422
according to different rules.
1423
1423
For example, a <a>flex formatting context</a>
1424
-
lays out boxes according to the <a>flex layout</a> rules [[CSS3-FLEXBOX]],
1424
+
lays out boxes according to the <a>flex layout</a> rules [[CSS-FLEXBOX-1]],
1425
1425
whereas a <a>block formatting context</a>
1426
1426
lays out boxes according to the block-and-inline layout rules [[CSS2]].
1427
1427
Additionally, some types of [=formatting contexts=] interleave and co-exist:
@@ -1682,7 +1682,7 @@ SVG Elements {#unbox-svg}
1682
1682
are ignored when rendering the contents.
1683
1683
However, SVG [=presentation attributes=]--
1684
1684
which map to CSS properties--
1685
-
continue to affect value processing and inheritance [[CSS3-CASCADE]];
1685
+
continue to affect value processing and inheritance [[CSS-CASCADE-3]];
1686
1686
thus such attributes can affect
1687
1687
the layout and visual formatting of the element’s descendants
1688
1688
by influencing the values of such properties on those descendants.
0 commit comments