Skip to content

Commit 348ef65

Browse files
committed
[css-text-3] Coverage update
1 parent 3c52c26 commit 348ef65

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

css-text-3/Overview.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,8 @@ Text Processing</h3>
631631
<wpt>
632632
text-transform/text-transform-fullwidth-006.html
633633
text-transform/text-transform-fullwidth-007.html
634+
text-transform/text-transform-fullwidth-008.html
635+
text-transform/text-transform-fullwidth-009.html
634636
</wpt>
635637

636638
<p class="note">
@@ -1633,6 +1635,7 @@ Text Processing</h3>
16331635
white-space/trailing-other-space-separators-001.html
16341636
white-space/trailing-other-space-separators-003.html
16351637
white-space/trailing-other-space-separators-004.html
1638+
text-transform/text-transform-fullwidth-008.html
16361639
</wpt>
16371640

16381641
<li>If 'white-space' is set to ''pre-wrap'',
@@ -1681,6 +1684,7 @@ Text Processing</h3>
16811684
white-space/pre-wrap-tab-005.html
16821685
white-space/pre-wrap-tab-006.html
16831686
white-space/trailing-other-space-separators-002.html
1687+
text-transform/text-transform-fullwidth-009.html
16841688
</wpt>
16851689

16861690
Note: [=Hanging=] the white space rather than collapsing it
@@ -2384,6 +2388,8 @@ Line Breaking Details</h3>
23842388
word-break/word-break-break-all-020.html
23852389
word-break/word-break-keep-all-005.html
23862390
word-break/word-break-keep-all-006.html
2391+
word-break/word-break-keep-all-007.html
2392+
word-break/word-break-keep-all-008.html
23872393
word-break/word-break-break-all-012.html
23882394
word-break/word-break-break-all-013.html
23892395
word-break/word-break-break-all-015.html

css-text-3/test-coverage.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<div class=head>
88
<h1 id=title>CSS Text 3 test coverage report</h1>
9-
<h2 class=subtitle>2019-09-26</h2>
9+
<h2 class=subtitle>2019-09-27</h2>
1010
<dl>
1111
<dt class="editor">Prepared by:
1212
<dd class="editor p-author h-card vcard" data-editor-id="43241"><a class="p-name fn u-url url" href="https://florian.rivoal.net">Florian Rivoal</a> (<span class="p-org org">Invited Expert</span>)
@@ -19,8 +19,8 @@ <h2 class="no-num no-toc no-ref heading settled" id="abstract"><span class="cont
1919

2020
<p>
2121
This report evaluates the test coverage of the <a href="https://drafts.csswg.org/css-text-3/">CSS Text Module Level 3</a>
22-
as it was on 2019-09-26
23-
when the latest commit was <a href="https://github.com/w3c/csswg-drafts/blob/a1022223d4ab3f3c9b5ed3328c9d7431d77ff969/css-text-3/Overview.bs">a1022223d4ab3f3c9b5ed3328c9d7431d77ff969</a>.
22+
as it was on 2019-09-27
23+
when the latest commit was <a href="https://github.com/w3c/csswg-drafts/blob/3c52c266d27e0bdcc583f8d232fdd359efc1ba81/css-text-3/Overview.bs">3c52c266d27e0bdcc583f8d232fdd359efc1ba81</a>.
2424
It is provided for discussion only and may change at any moment.
2525
Its publication here does not imply endorsement of its contents by W3C,
2626
or the CSS-Working Group.
@@ -112,7 +112,6 @@ <h3 id="case-transforms-the-text-transform-property">2.1 <a href="https://drafts
112112

113113
<ul>
114114
<li>No test of Animation type.
115-
<li>Text transformation happens after Phase I: Collapsing and Transformation and Segment Break Transformation Rules but before Phase II: Trimming and Positioning. This means that full-width only transforms U+0020 spaces to U+3000 within preserved white space.
116115
</ul>
117116

118117
<p>Possible addition:
@@ -210,7 +209,7 @@ <h2 id="line-breaking-and-word-boundaries">5 <a href="https://drafts.csswg.org/c
210209

211210
<h3 id="line-breaking-details">5.1 <a href="https://drafts.csswg.org/css-text-3/#line-break-details">Line Breaking Details</a></h3>
212211

213-
<p>Spotty Coverage.
212+
<p>Partial Coverage.
214213

215214
<p>Missing tests:
216215

@@ -236,7 +235,6 @@ <h3 id="breaking-rules-for-letters-the-word-break-property">5.2 <a href="https:/
236235
<li>No test of Animation type.
237236
<li>affects intrinsic sizing
238237
<li>and/or non-letter typographic character units belonging to the NU, AL, AI, or ID Unicode line breaking classes [UAX14]
239-
<li>It does not affect rules governing the soft wrap opportunities created by [...] U+3000 IDEOGRAPHIC SPACE
240238
<li>effect of word-break:keep-all on NU and AI classes
241239
<li>Symbols that line-break the same way as letters of a particular category are affected the same way as those letters.
242240
<li>does not suppress <code>&lt;wbr></code>

0 commit comments

Comments
 (0)