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. overflow-wrap/overflow-wrap-break-word-004.html overflow-wrap/overflow-wrap-break-word-005.html diff --git a/css-text-3/test-coverage.html b/css-text-3/test-coverage.html index 62779bbb4f5..a3c2ba2d700 100644 --- a/css-text-3/test-coverage.html +++ b/css-text-3/test-coverage.html @@ -163,14 +163,6 @@

    Segment Break Transformation Rules

    Partial coverage.