Skip to content

Commit f71188d

Browse files
committed
[css-text-3] Note that overflowing spaces wrap in the case of 'break-spaces'.
1 parent e625f72 commit f71188d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

css-text-3/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,9 @@ Characters and Letters</h3>
773773
Note: Hanging the white space rather than collapsing it
774774
allows users to see the space when selecting or editing text.
775775
<li>If 'white-space' is set to ''break-spaces'',
776-
hanging or collapsing the advance width of spaces at the end of the line is not allowed.
776+
hanging or collapsing the advance width of spaces
777+
at the end of the line is not allowed;
778+
those that overflow must <a>wrap</a> to the next line.
777779
</ul>
778780

779781
</ol>

0 commit comments

Comments
 (0)