Skip to content

Commit bc10c6e

Browse files
authored
Clean up wording so we're not defining a thing and then redefining it.
1 parent c9f05b5 commit bc10c6e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

css-text-3/Overview.bs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,13 +1019,11 @@ Characters and Letters</h3>
10191019
</li>
10201020
</ol>
10211021
</li>
1022-
<li><p>If 'white-space' is set to ''pre'', ''pre-wrap'', or ''break-spaces''
1023-
any sequence of spaces is treated as a sequence of non-breaking spaces.
1024-
However, a <a>soft wrap opportunity</a> exists at the end of the sequence
1025-
in the case of ''pre-wrap'' and ''break-spaces'',
1026-
as well as between every space of the sequence
1027-
in the case of ''break-spaces''.
1028-
1022+
<li><p>If 'white-space' is set to ''pre'' or ''pre-wrap''
1023+
any sequence of spaces is treated as a sequence of non-breaking spaces;
1024+
however, a <a>soft wrap opportunity</a> exists at the end of the sequence.
1025+
In the case of ''break-spaces'',
1026+
a <a>soft wrap opportunity</a> exists after every space.
10291027
<wpt>
10301028
overflow-wrap/overflow-wrap-break-word-004.html
10311029
overflow-wrap/overflow-wrap-break-word-005.html

0 commit comments

Comments
 (0)