Skip to content

Commit 065ef23

Browse files
committed
[css-text-3] Phrasing clarification
This is a follow up to bc10c6e
1 parent 5b8919a commit 065ef23

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

css-text-3/Overview.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,10 +1111,11 @@ Text Processing</h3>
11111111
</li>
11121112
</ol>
11131113
</li>
1114-
<li><p>If 'white-space' is set to ''pre'' or ''pre-wrap''
1115-
any sequence of spaces is treated as a sequence of non-breaking spaces;
1116-
however, for ''pre-wrap'', a <a>soft wrap opportunity</a> exists at the end of the sequence.
1117-
In the case of ''break-spaces'',
1114+
<li><p>If 'white-space' is set to ''pre'', ''pre-wrap'', or ''break-spaces'',
1115+
any sequence of spaces is treated as a sequence of non-breaking spaces.
1116+
However, for ''pre-wrap'',
1117+
a <a>soft wrap opportunity</a> exists at the end of the sequence,
1118+
while for ''break-spaces'',
11181119
a <a>soft wrap opportunity</a> exists after every space.
11191120
<wpt>
11201121
overflow-wrap/overflow-wrap-break-word-004.html

0 commit comments

Comments
 (0)