Skip to content

Commit d758e15

Browse files
committed
[css-text] Fix links
1 parent 096d7aa commit d758e15

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

css-text-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ White Space and Wrapping: the 'white-space' property</h2>
12351235
</wpt>
12361236

12371237
<li>
1238-
A line breaking opportunity exists
1238+
A [=soft wrap opportunity=] exists
12391239
after every [=preserved=] [=white space=] character
12401240
and after every [=other space separator=]
12411241
(including between adjacent spaces).
@@ -3344,7 +3344,7 @@ Line Breaking Details</h3>
33443344
The UA may use the width of the containing block, the text's language,
33453345
the 'line-break' value,
33463346
and other factors in assigning priorities:
3347-
CSS does not define prioritization of line breaking opportunities.
3347+
CSS does not define prioritization of [=soft wrap opportunities=].
33483348
Prioritization of [=word separators=] is not expected,
33493349
however,
33503350
if ''word-break: break-all'' is specified
@@ -6951,7 +6951,7 @@ Hanging Punctuation: the 'hanging-punctuation' property</h4>
69516951
<dt><dfn>first</dfn>
69526952
<dd>
69536953
An opening bracket or quote at the start
6954-
of the [[CSS2/selector#first-line-pseudo|first formatted line]]
6954+
of the [=first formatted line=]
69556955
of an element [=hangs=].
69566956
This applies to all characters in the Unicode categories Ps, Pf, Pi
69576957
plus the ASCII quote marks U+0027 ' APOSTROPHE and U+0022 " QUOTATION MARK.

css-text-4/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)