Skip to content

Commit 2f755b3

Browse files
committed
[css-text-3] Update test coverage info
Accounts for web-platform-tests/wpt#14668
1 parent 13750ea commit 2f755b3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

css-text-3/Overview.bs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@ Characters and Letters</h3>
643643

644644
<wpt>
645645
overflow-wrap/overflow-wrap-break-word-002.html
646+
overflow-wrap/overflow-wrap-anywhere-002.html
646647
white-space/break-spaces-002.html
647648
white-space/textarea-break-spaces-002.html
648649
</wpt>
@@ -931,6 +932,8 @@ Characters and Letters</h3>
931932
<wpt>
932933
overflow-wrap/overflow-wrap-break-word-004.html
933934
overflow-wrap/overflow-wrap-break-word-005.html
935+
overflow-wrap/overflow-wrap-anywhere-004.html
936+
overflow-wrap/overflow-wrap-anywhere-005.html
934937
word-break/word-break-break-all-011.html
935938
white-space/pre-wrap-015.html
936939
</wpt>
@@ -2292,6 +2295,8 @@ Line Breaking Details</h3>
22922295
</pre>
22932296

22942297
<wpt>
2298+
overflow-wrap/overflow-wrap-anywhere-span-001.html
2299+
overflow-wrap/overflow-wrap-anywhere-span-002.html
22952300
overflow-wrap/overflow-wrap-break-word-span-001.html
22962301
overflow-wrap/overflow-wrap-break-word-span-002.html
22972302
</wpt>
@@ -2331,6 +2336,9 @@ Line Breaking Details</h3>
23312336
overflow-wrap/overflow-wrap-min-content-size-001.html
23322337
overflow-wrap/overflow-wrap-min-content-size-002.html
23332338
overflow-wrap/overflow-wrap-min-content-size-003.html
2339+
overflow-wrap/overflow-wrap-anywhere-001.html
2340+
overflow-wrap/overflow-wrap-anywhere-003.html
2341+
overflow-wrap/overflow-wrap-anywhere-fit-content-001.html
23342342
</wpt>
23352343

23362344
<dt><dfn>break-word</dfn></dt>

css-text-3/test-coverage.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ <h3 id="overflow-wrapping-the-overflow-wrapword-wrap-property"><a href="https://
356356
<li>However, the restrictions introduced by ‘‘word-break: keep-all’’ may be relaxed to match ‘‘word-break: normal’’ if there are no otherwise-acceptable break points in the line.
357357
<li>Shaping characters are still shaped as if the word were not broken
358358
<li>grapheme clusters must stay together as one unit
359-
<li>some behaviors are only tested on break-word and should be tested for anywhere as well.
360359
</ul>
361360

362361
<h3 id="shaping-across-intra-word-breaks"><a href="https://drafts.csswg.org/css-text-3/#word-break-shaping">Shaping Across Intra-word Breaks</a></h3>

0 commit comments

Comments
 (0)