diff --git a/css-text-3/Overview.bs b/css-text-3/Overview.bs index 5f4251b9536..aae7a0bc556 100644 --- a/css-text-3/Overview.bs +++ b/css-text-3/Overview.bs @@ -1019,10 +1019,11 @@ Characters and Letters -
If 'white-space' is set to ''pre'', ''pre-wrap'', or ''break-spaces'' - any sequence of spaces is treated as a sequence of non-breaking spaces. - However, a soft wrap opportunity exists at the end of the sequence. - +
If 'white-space' is set to ''pre'' or ''pre-wrap''
+ any sequence of spaces is treated as a sequence of non-breaking spaces;
+ however, a soft wrap opportunity exists at the end of the sequence.
+ In the case of ''break-spaces'',
+ a soft wrap opportunity exists after every space.
Partial coverage.
Segment Break Transformation Rules