@@ -1217,7 +1217,7 @@ Detecting Word Boundaries: the 'word-boundary-detection' property</h4>
12171217 without requiring the author to manually indicate word boundaries in the markup.
12181218 However, if word boundary detection is not supported for Japanese,
12191219 this change is not applied,
1220- as ''word-break: keep-all'' could remove all line breaking opportunities from the element,
1220+ as ''word-break: keep-all'' could remove all [=soft wrap opportunities=] from the element,
12211221 and risk causing overflow.
12221222 <pre><code class=lang-css>
12231223 @supports (word-boundary-detection: auto(ja)) {
@@ -2416,7 +2416,7 @@ White Space Collapsing: the 'white-space-collapse' property</h3>
24162416 </wpt>
24172417
24182418 <li>
2419- A line breaking opportunity exists
2419+ A [=soft wrap opportunity=] exists
24202420 after every [=preserved=] [=white space=] character
24212421 and after every [=other space separator=]
24222422 (including between adjacent spaces).
@@ -2614,7 +2614,7 @@ White Space Trimming: the 'white-space-trim' property</h3>
26142614
26152615
26162616 Note: Discarding [=document white space=] using 'white-space-trim'
2617- can change where [=line breaking opportunities=] occur in the text.
2617+ can change where [=soft wrap opportunities=] occur in the text.
26182618
26192619 <div class="example">
26202620 <p> The following style rules render DT elements as a comma-separated list,
@@ -4203,7 +4203,7 @@ Line Breaking Details</h3>
42034203 The UA may use the width of the containing block, the text's language,
42044204 the 'line-break' value,
42054205 and other factors in assigning priorities:
4206- CSS does not define prioritization of line breaking opportunities.
4206+ CSS does not define prioritization of [=soft wrap opportunities=] .
42074207 Prioritization of [=word separators=] is not expected,
42084208 however,
42094209 if ''word-break: break-all'' is specified
@@ -9167,7 +9167,7 @@ Hanging Punctuation: the 'hanging-punctuation' property</h4>
91679167 <dt> <dfn>first</dfn>
91689168 <dd>
91699169 An opening bracket, quote, or ideographic space at the start
9170- of the [[CSS2/selector# first-line-pseudo|first formatted line] ]
9170+ of the [= first formatted line= ]
91719171 of an element [=hangs=] .
91729172 This applies to all characters in the Unicode categories Ps, Pf, Pi
91739173 plus the ASCII quote marks U+0027 ' APOSTROPHE and U+0022 " QUOTATION MARK
0 commit comments