@@ -645,7 +645,7 @@ White Space Collapsing</h3>
645
645
646
646
Where undiscarded white space is [=collapsible white space|collapsible=] ,
647
647
it will collapse across consecutive elements
648
- following the standard <a href="https://www.w3.org/TR/css3-text/#white-space-rules">white space processing rules</a> . [[!CSS-TEXT-3]]
648
+ following the standard <a href="https://www.w3.org/TR/css3-text/#white-space-rules">white space processing rules</a> [[!CSS-TEXT-3]] .
649
649
For [=collapsible white space=] between [=ruby segments=] ([=inter-segment white space=] ), however,
650
650
the contextual text for determining [[css-text-3#line-break-transform|segment break transformations]]
651
651
is given by the [=ruby bases=] on either side,
@@ -840,7 +840,9 @@ Breaking Between Bases</h4>
840
840
</div>
841
841
842
842
Inter-base white space is significant for evaluating line break opportunities between [=ruby bases=] .
843
- As with white space between inlines, it collapses when the line breaks there.
843
+ As with white space between inlines,
844
+ it collapses when the line breaks there,
845
+ following the rules detailed in [[CSS-TEXT-3#white-space-rules]] .
844
846
Similarly, annotation white space is also trimmed at a line break.
845
847
846
848
<div class="example">
@@ -849,7 +851,7 @@ Breaking Between Bases</h4>
849
851
850
852
Due to the space, the line may break between “one” and “two“.
851
853
If the line breaks there, that space—and the space between “1” and “2”—disappears,
852
- in accordance with standard CSS white space processing rules. [[CSS-TEXT-3]]
854
+ in accordance with standard CSS white space processing rules.
853
855
</div>
854
856
855
857
<h4 id="break-within">
0 commit comments