@@ -645,7 +645,7 @@ White Space Collapsing</h3>
645645
646646 Where undiscarded white space is [=collapsible white space|collapsible=] ,
647647 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]] .
649649 For [=collapsible white space=] between [=ruby segments=] ([=inter-segment white space=] ), however,
650650 the contextual text for determining [[css-text-3#line-break-transform|segment break transformations]]
651651 is given by the [=ruby bases=] on either side,
@@ -840,7 +840,9 @@ Breaking Between Bases</h4>
840840 </div>
841841
842842 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]] .
844846 Similarly, annotation white space is also trimmed at a line break.
845847
846848 <div class="example">
@@ -849,7 +851,7 @@ Breaking Between Bases</h4>
849851
850852 Due to the space, the line may break between “one” and “two“.
851853 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.
853855 </div>
854856
855857<h4 id="break-within">
0 commit comments