Skip to content

Commit 856371c

Browse files
committed
[css-text] Update test info
1 parent 8bb19af commit 856371c

2 files changed

Lines changed: 33 additions & 2 deletions

File tree

css-text-3/Overview.bs

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2039,6 +2039,39 @@ Line Breaking Details</h3>
20392039
(Unicode linebreaking class <code>ID</code> [[!UAX14]]),
20402040
and additionally, for Web-compatibility, introduces a <a>soft wrap opportunity</a>
20412041
between itself and any adjacent U+00A0 NO-BREAK SPACE character.
2042+
2043+
<wpt>
2044+
line-breaking/line-breaking-001.html
2045+
line-breaking/line-breaking-002.html
2046+
line-breaking/line-breaking-003.html
2047+
line-breaking/line-breaking-004.html
2048+
line-breaking/line-breaking-005.html
2049+
line-breaking/line-breaking-006.html
2050+
line-breaking/line-breaking-007.html
2051+
line-breaking/line-breaking-008.html
2052+
line-breaking/line-breaking-009.html
2053+
line-breaking/line-breaking-010.html
2054+
line-breaking/line-breaking-011.html
2055+
line-breaking/line-breaking-012.html
2056+
line-breaking/line-breaking-013.html
2057+
line-breaking/line-breaking-014.html
2058+
line-breaking/line-breaking-atomic-001.html
2059+
line-breaking/line-breaking-atomic-002.html
2060+
line-breaking/line-breaking-atomic-003.html
2061+
line-breaking/line-breaking-atomic-004.html
2062+
line-breaking/line-breaking-atomic-005.html
2063+
line-breaking/line-breaking-atomic-006.html
2064+
line-breaking/line-breaking-atomic-007.html
2065+
line-breaking/line-breaking-atomic-008.html
2066+
line-breaking/line-breaking-ic-001.html
2067+
line-breaking/line-breaking-ic-002.html
2068+
line-breaking/line-breaking-ic-003.html
2069+
line-breaking/line-breaking-replaced-001.html
2070+
line-breaking/line-breaking-replaced-002.html
2071+
line-breaking/line-breaking-replaced-003.html
2072+
line-breaking/line-breaking-replaced-004.html
2073+
line-breaking/line-breaking-replaced-005.html
2074+
</wpt>
20422075
<li>For <a>soft wrap opportunities</a> created by characters that disappear at the line break (e.g. U+0020 SPACE),
20432076
properties on the box directly containing that character control the line breaking at that opportunity.
20442077
For <a>soft wrap opportunities</a> defined by the boundary between two characters,

css-text-3/test-coverage.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,6 @@ <h3 id="line-breaking-details"><a href="https://drafts.csswg.org/css-text-3/#lin
238238
<ul>
239239
<li>“Regardless of the white-space value […] the BK, NL […] classes […] must be honored”
240240
<li>tests of WJ, ZW, and GL and ZWJ for values of white-space other than normal
241-
<li>The line breaking behavior of a replaced element or other atomic inline is equivalent to an ideographic character
242-
<li>additionally, for Web-compatibility, introduces a soft wrap opportunity between itself and any adjacent U+00A0 NO-BREAK SPACE character
243241
<li>For soft wrap opportunities before the first or after the last character of a box, the break occurs immediately before/after the box (at its margin edge) rather than breaking the box between its content edge and the content.
244242
</ul>
245243

0 commit comments

Comments
 (0)