Skip to content

Commit c5a997a

Browse files
committed
[css-text-3] Update test coverage info
1 parent cd13c39 commit c5a997a

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

css-text-3/Overview.bs

+9
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,10 @@ Characters and Letters</h3>
11371137
<wpt>
11381138
white-space/tab-stop-threshold-001.html
11391139
white-space/tab-stop-threshold-002.html
1140+
white-space/tab-stop-threshold-003.html
1141+
white-space/tab-stop-threshold-004.html
1142+
white-space/tab-stop-threshold-005.html
1143+
white-space/tab-stop-threshold-006.html
11401144
tab-size/tab-min-rendered-width-1.html
11411145
tab-size/tab-size-integer-003.html
11421146
</wpt>
@@ -1256,6 +1260,11 @@ Characters and Letters</h3>
12561260
Canonical order: n/a
12571261
</pre>
12581262

1263+
<wpt>
1264+
tab-size/tab-size-integer-001.html
1265+
tab-size/tab-size-inheritance-001.html
1266+
</wpt>
1267+
12591268
<p>This property determines the tab size used to render preserved tab characters (U+0009).
12601269
A <<number>> represents the measure as a multiple of the space character's advance width (U+0020)
12611270
including its associated 'letter-spacing' and 'word-spacing'.

css-text-3/test-coverage.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ <h4 id="phase-ii-trimming-and-positioning"><a href="https://drafts.csswg.org/css
214214

215215
<ul>
216216
<li>No statements made in this section has tests for nowrap and pre-line
217-
<li>tab-size related tests only done under white-space:pre, not pre-wrap nor break-spaces
218217
<li>See [UAX9] for rules on how U+0009 tabulation interacts with bidi.
219218
</ul>
220219

@@ -225,9 +224,7 @@ <h3 id="tab-character-size-the-tab-size-property"><a href="https://drafts.csswg.
225224
<p>Missing tests
226225
<ul>
227226
<li>No test of Animation type.
228-
<li>lengths inherit as absolute lengths
229227
<li>“including its associated letter-spacing and word-spacing”
230-
<li>tab-size related tests only done under white-space:pre, not pre-wrap nor break-spaces
231228
</ul>
232229

233230
<h2 id="line-breaking-and-word-boundaries"><a href="https://drafts.csswg.org/css-text-3/#line-breaking">Line Breaking and Word Boundaries</a></h2>
@@ -342,7 +339,7 @@ <h3 id="hyphenation-the-hyphens-property"><a href="https://drafts.csswg.org/css-
342339
<li>none does not suppress wrapping after an actual hyphen
343340
<li>basic behavior of auto when lang is declared and there’s no soft hyphen
344341
<li>However, if, even after breaking at such opportunities, a portion of that word is is still too long to fit on one line, an automatic hyphenation opportunity may be used.
345-
<li>When shaping scripts such as Arabic are allowed to break within words due to hyphenation, the characters must still be shaped as if the word were not broken
342+
<li>When shaping scripts such as Arabic are allowed to break within words due to hyphenation, the characters must still be shaped as if the word were not broken. (<a href="https://github.com/web-platform-tests/wpt/pull/14669">pending PR</a>)
346343
</ul>
347344

348345
<h3 id="overflow-wrapping-the-overflow-wrapword-wrap-property"><a href="https://drafts.csswg.org/css-text-3/#overflow-wrap-property">Overflow Wrapping: the overflow-wrap/word-wrap property</a></h3>

0 commit comments

Comments
 (0)