@@ -1025,8 +1025,9 @@ Text Processing</h3>
10251025 white space characters are considered <dfn export lt="collapsible white space|collapsible">collapsible</dfn>
10261026 and are processed by performing the following steps:</p>
10271027 <ol>
1028- <li> All spaces and tabs immediately preceding or following a segment
1029- break are removed.
1028+ <li> Any sequence of collapsible spaces and tabs
1029+ immediately preceding or following a <a>segment break</a>
1030+ is removed.
10301031
10311032 <wpt>
10321033 white-space/seg-break-transformation-000.html
@@ -1040,10 +1041,10 @@ Text Processing</h3>
10401041 white-space-processing-010.xht
10411042 </wpt>
10421043 </li>
1043- <li> <a>Segment breaks</a> are transformed for
1044+ <li> Collapsible <a>segment breaks</a> are transformed for
10441045 rendering according to the <a href="#line-break-transform">segment break transformation rules</a> .
10451046 </li>
1046- <li> Every tab is converted to a space (U+0020).
1047+ <li> Every collapsible tab is converted to a collapsible space (U+0020).
10471048
10481049 <wpt>
10491050 white-space/white-space-collapse-000.html
@@ -1054,7 +1055,7 @@ Text Processing</h3>
10541055 white-space-processing-021.xht
10551056 </wpt>
10561057 </li>
1057- <li> Any space immediately following another collapsible space—even
1058+ <li> Any collapsible space immediately following another collapsible space—even
10581059 one outside the boundary of the inline containing that space,
10591060 provided both spaces are within the same inline formatting
10601061 context—is collapsed to have zero advance width. (It is
0 commit comments