Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions css-text-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1019,10 +1019,11 @@ Characters and Letters</h3>
</li>
</ol>
</li>
<li><p>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 <a>soft wrap opportunity</a> exists at the end of the sequence.

<li><p>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 <a>soft wrap opportunity</a> exists at the end of the sequence.
In the case of ''break-spaces'',
a <a>soft wrap opportunity</a> exists after every space.
<wpt>
overflow-wrap/overflow-wrap-break-word-004.html
overflow-wrap/overflow-wrap-break-word-005.html
Expand Down
8 changes: 0 additions & 8 deletions css-text-3/test-coverage.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,6 @@ <h4 id="phase-i-collapsing-and-transformation"><a href="https://drafts.csswg.org

<p>Sufficient coverage. All parts of this section are well exercised.

<div class=issue>Issue
<p>Spec problem:

<ul>
<li>“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.” =&gt; Second sentence weird. That’t not true for “pre”, and only partially true for “break-spaces”.
</ul>
</div>

<h4 id="segment-break-transformation-rules"><a href="https://drafts.csswg.org/css-text-3/#line-break-transform">Segment Break Transformation Rules</a></h4>

<p>Partial coverage.
Expand Down