Skip to content

Commit b9ede80

Browse files
committed
[css-text-3] Update test coverage info
1 parent 51ed4f4 commit b9ede80

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

css-text-3/Overview.bs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,11 @@ Characters and Letters</h3>
650650
As preserved spaces take up space and do not hang,
651651
they affect the box's intrinsic sizes ([=min-content size=] and [=max-content size=]).
652652

653+
<wpt>
654+
white-space/white-space-intrinsic-size-001.html
655+
white-space/white-space-intrinsic-size-002.html
656+
</wpt>
657+
653658
<p class="note">Note: This value does not guarantee that there will never be any overflow due to spaces:
654659
for example, if the line length is so short that even a single space does not fit,
655660
overflow is unavoidable.</p>
@@ -1188,6 +1193,8 @@ Characters and Letters</h3>
11881193
white-space/white-space-pre-wrap-trailing-spaces-001.html
11891194
white-space/white-space-pre-wrap-trailing-spaces-002.html
11901195
white-space/white-space-pre-wrap-trailing-spaces-003.html
1196+
white-space/white-space-intrinsic-size-003.html
1197+
white-space/white-space-intrinsic-size-004.html
11911198
</wpt>
11921199

11931200
Note: Hanging the white space rather than collapsing it

css-text-3/test-coverage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h2 id="white-space-and-wrapping-the-white-space-property"><a href="https://draf
129129
<li>No test of Animation type.
130130
<li>tests for the nowrap value
131131
<li>tests for the pre-line value
132-
<li>intrinsic (min and max) sizing tests for all values except pre-wrap
132+
<li>intrinsic (min and max) sizing tests for values other than pre-wrap and break-spaces
133133
</ul>
134134

135135
<div class=issue>Issue:

0 commit comments

Comments
 (0)