Skip to content

Commit 7c0e7d0

Browse files
committed
[css-text-3] Update test coverage info
1 parent 3046e8d commit 7c0e7d0

File tree

1 file changed

+66
-1
lines changed

1 file changed

+66
-1
lines changed

css-text-3/Overview.bs

+66-1
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,10 @@ Text Processing</h3>
489489
shaping/shaping-arabic-diacritics-001.html
490490
shaping/shaping-arabic-diacritics-002.html
491491
white-space/full-width-leading-spaces-005.html
492+
white-space/object-replacement-1.html
493+
white-space/object-replacement-2.html
494+
white-space/white-space-vs-joiners-001.html
495+
white-space/white-space-vs-joiners-002.html
492496
</wpt>
493497

494498
For the purpose of determining adjacency for text processing
@@ -635,6 +639,7 @@ Case Transforms: the 'text-transform' property</h3>
635639
text-transform/text-transform-capitalize-030.html
636640
text-transform/text-transform-capitalize-031.html
637641
text-transform/text-transform-capitalize-032.xht
642+
text-transform/text-transform-capitalize-034.html
638643
</wpt>
639644

640645
<wpt pathprefix="/css/CSS2/text/">
@@ -668,6 +673,7 @@ Case Transforms: the 'text-transform' property</h3>
668673
text-transform/text-transform-upperlower-044.html
669674
text-transform/text-transform-upperlower-101.html
670675
text-transform/text-transform-upperlower-103.html
676+
text-transform/text-transform-upperlower-106.html
671677
</wpt>
672678

673679
<wpt pathprefix="/css/CSS2/text/">
@@ -1257,6 +1263,7 @@ White Space and Wrapping: the 'white-space' property</h2>
12571263
white-space/break-spaces-008.html
12581264
white-space/break-spaces-009.html
12591265
white-space/break-spaces-010.html
1266+
white-space/break-spaces-011.html
12601267
white-space/break-spaces-051.html
12611268
white-space/break-spaces-052.html
12621269
white-space/white-space-pre-034.html
@@ -2298,6 +2305,25 @@ Phase II: Trimming and Positioning</h4>
22982305
text-justify/text-justify-and-trailing-spaces-004.html
22992306
text-justify/text-justify-and-trailing-spaces-005.html
23002307
text-justify/text-justify-and-trailing-spaces-006.html
2308+
white-space/pre-wrap-align-center-001.html
2309+
white-space/pre-wrap-align-center-002.html
2310+
white-space/pre-wrap-align-center-003.html
2311+
white-space/pre-wrap-align-end-001.html
2312+
white-space/pre-wrap-align-end-002.html
2313+
white-space/pre-wrap-align-end-003.html
2314+
white-space/pre-wrap-align-left-001.html
2315+
white-space/pre-wrap-align-left-002.html
2316+
white-space/pre-wrap-align-left-003.html
2317+
white-space/pre-wrap-align-right-001.html
2318+
white-space/pre-wrap-align-right-002.html
2319+
white-space/pre-wrap-align-right-003.html
2320+
white-space/pre-wrap-align-start-001.html
2321+
white-space/pre-wrap-align-start-002.html
2322+
white-space/pre-wrap-align-start-003.html
2323+
white-space/white-space-pre-wrap-justify-001.html
2324+
white-space/white-space-pre-wrap-justify-002.html
2325+
white-space/white-space-pre-wrap-justify-003.html
2326+
white-space/white-space-pre-wrap-justify-004.html
23012327
</wpt>
23022328

23032329
Note: [=Hanging=] the white space rather than collapsing it
@@ -3394,6 +3420,24 @@ Line Breaking Details</h3>
33943420
line-breaking/line-breaking-atomic-007.html
33953421
line-breaking/line-breaking-atomic-008.html
33963422
line-breaking/line-breaking-atomic-009.html
3423+
line-breaking/line-breaking-atomic-010.html
3424+
line-breaking/line-breaking-atomic-011.html
3425+
line-breaking/line-breaking-atomic-012.html
3426+
line-breaking/line-breaking-atomic-013.html
3427+
line-breaking/line-breaking-atomic-014.html
3428+
line-breaking/line-breaking-atomic-015.html
3429+
line-breaking/line-breaking-atomic-016.html
3430+
line-breaking/line-breaking-atomic-017.html
3431+
line-breaking/line-breaking-atomic-018.html
3432+
line-breaking/line-breaking-atomic-019.html
3433+
line-breaking/line-breaking-atomic-020.html
3434+
line-breaking/line-breaking-atomic-021.html
3435+
line-breaking/line-breaking-atomic-022.html
3436+
line-breaking/line-breaking-atomic-023.html
3437+
line-breaking/line-breaking-atomic-024.html
3438+
line-breaking/line-breaking-atomic-025.html
3439+
line-breaking/line-breaking-atomic-026.html
3440+
line-breaking/line-breaking-atomic-027.html
33973441
line-breaking/line-breaking-replaced-001.html
33983442
line-breaking/line-breaking-replaced-002.html
33993443
line-breaking/line-breaking-replaced-003.html
@@ -3918,7 +3962,6 @@ Line Breaking Strictness: the 'line-break' property</h3>
39183962
39193963
Missing tests:
39203964
* applies to text
3921-
* No test of Animation type.
39223965
* affects intrinsic sizing
39233966
39243967
Untestable(?):
@@ -3940,6 +3983,7 @@ Line Breaking Strictness: the 'line-break' property</h3>
39403983
parsing/line-break-valid.html
39413984
parsing/line-break-invalid.html
39423985
parsing/line-break-computed.html
3986+
animations/line-break-no-interpolation.html
39433987
</wpt>
39443988

39453989
This property specifies the strictness of line-breaking rules applied
@@ -5294,6 +5338,7 @@ Last Line Alignment: the 'text-align-last' property</h3>
52945338
text-align/text-align-start-last-justify.html
52955339
text-align/text-align-start-last-start.html
52965340
text-align/text-align-match-parent-05.html
5341+
text-align/text-align-last-015.html
52975342
</wpt>
52985343

52995344
<h3 id="text-justify-property" caniuse="css-text-justify" oldids="text-justify">
@@ -6604,6 +6649,9 @@ First Line Indentation: the 'text-indent' property</h3>
66046649
text-indent-rtl-001.xht
66056650
text-indent-rtl-002.xht
66066651
</wpt>
6652+
<wpt>
6653+
text-indent/text-indent-min-max-content-001.html
6654+
</wpt>
66076655

66086656
Unless otherwise specified
66096657
by the ''each-line'' and/or ''text-indent/hanging'' keywords,
@@ -6693,6 +6741,10 @@ First Line Indentation: the 'text-indent' property</h3>
66936741
text-indent-rtl-001.xht
66946742
text-indent-rtl-002.xht
66956743
</wpt>
6744+
<wpt>
6745+
text-indent/text-indent-length-001.html
6746+
text-indent/text-indent-length-002.html
6747+
</wpt>
66966748

66976749
<dt><dfn>&lt;percentage&gt;</dfn>
66986750
<dd>
@@ -8372,6 +8424,7 @@ Older Changes</h3>
83728424
parsing/hyphenate-limit-chars-computed.html
83738425
parsing/hyphenate-limit-chars-invalid.html
83748426
parsing/hyphenate-limit-chars-valid.html
8427+
animations/hyphen-no-interpolation.html
83758428
parsing/text-group-align-invalid.html
83768429
parsing/text-group-align-valid.html
83778430
parsing/text-wrap-invalid.html
@@ -8404,4 +8457,16 @@ Older Changes</h3>
84048457

84058458
parsing/white-space-shorthand-text-wrap.html
84068459
parsing/white-space-shorthand.html
8460+
parsing/white-space-collapse-computed.html
8461+
parsing/white-space-collapse-invalid.html
8462+
parsing/white-space-collapse-valid.html
8463+
8464+
parsing/text-autospace-computed.html
8465+
parsing/text-autospace-invalid.html
8466+
parsing/text-autospace-valid.html
8467+
8468+
text-stroke-width-subpixel.html
8469+
8470+
text-transform/math/text-transform-math-auto-001.html
8471+
text-transform/math/text-transform-math-auto-002.html
84078472
</wpt>

0 commit comments

Comments
 (0)