Skip to content

Commit 377b8c2

Browse files
committed
[css-text-3] Update test coverage
1 parent 9204973 commit 377b8c2

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

css-text-3/Overview.bs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4363,6 +4363,10 @@ Word Spacing: the 'word-spacing' property</h3>
43634363
letter-spacing/letter-spacing-bidi-003.xht
43644364
letter-spacing/letter-spacing-bidi-004.xht
43654365
letter-spacing/letter-spacing-bidi-005.xht
4366+
letter-spacing/letter-spacing-100.html
4367+
letter-spacing/letter-spacing-101.html
4368+
letter-spacing/letter-spacing-103.html
4369+
letter-spacing/letter-spacing-106.html
43664370
</wpt>
43674371

43684372
<p>This property specifies additional spacing (commonly called <dfn export>tracking</dfn>)
@@ -4383,6 +4387,9 @@ Word Spacing: the 'word-spacing' property</h3>
43834387
letter-spacing/letter-spacing-bidi-003.xht
43844388
letter-spacing/letter-spacing-bidi-004.xht
43854389
letter-spacing/letter-spacing-bidi-005.xht
4390+
letter-spacing/letter-spacing-106.html
4391+
letter-spacing/letter-spacing-111.html
4392+
letter-spacing/letter-spacing-112.html
43864393
</wpt>
43874394
<wpt pathprefix="/css/CSS2">
43884395
bidi-005.xht
@@ -4421,11 +4428,18 @@ Word Spacing: the 'word-spacing' property</h3>
44214428
inlines (such as images and inline blocks) is treated as a single
44224429
<a>typographic character unit</a>.
44234430

4431+
<wpt>
4432+
letter-spacing/letter-spacing-104.html
4433+
</wpt>
4434+
44244435
<p>Letter-spacing must not be applied at the beginning or at the end of a line.
44254436

44264437
<wpt>
44274438
letter-spacing/letter-spacing-end-of-line-001.html
44284439
tab-size/tab-size-spacing-001.html
4440+
letter-spacing/letter-spacing-100.html
4441+
letter-spacing/letter-spacing-101.html
4442+
white-space/white-space-letter-spacing-001.html
44294443
</wpt>
44304444

44314445
<div class="example">
@@ -4457,6 +4471,8 @@ Word Spacing: the 'word-spacing' property</h3>
44574471
letter-spacing/letter-spacing-nesting-001.html
44584472
letter-spacing/letter-spacing-nesting-002.html
44594473
letter-spacing/letter-spacing-nesting-003.xht
4474+
letter-spacing/letter-spacing-103.html
4475+
letter-spacing/letter-spacing-105.html
44604476
</wpt>
44614477

44624478
<div class="example">
@@ -4517,6 +4533,7 @@ Word Spacing: the 'word-spacing' property</h3>
45174533

45184534
<wpt>
45194535
letter-spacing/letter-spacing-control-chars-001.html
4536+
letter-spacing/letter-spacing-102.html
45204537
</wpt>
45214538

45224539
<p class="example">For example, 'letter-spacing' applied to

css-text-3/test-coverage.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,18 +404,16 @@ <h3 id="word-spacing-the-word-spacing-property">7.1 <a href="https://drafts.cssw
404404

405405
<h3 id="tracking-the-letter-spacing-property">7.2 <a href="https://drafts.csswg.org/css-text-3/#letter-spacing-property">Tracking: the letter-spacing property</a></h3>
406406

407-
<p>Spotty Coverage.
407+
<p>Incomplete Coverage.
408408

409409
<p>Missing tests:
410410

411411
<ul>
412-
<li>applies to inlines
413412
<li>is in addition to any word-spacing
414413
<li>inherit lengths as absolute
415414
<li>&lt;length&gt; Specifies extra spacing in addition
416415
<li>negative values are allowed
417416
<li>For legacy reasons, a computed letter-spacing of zero yields a resolved value (getComputedStyle() return value) of normal.
418-
<li>For the purpose of letter-spacing, each consecutive run of atomic inlines (such as images and inline blocks) is treated as a single typographic character unit.
419417
<li>When the effective spacing between two characters is not zero (due to either justification or a non-zero value of letter-spacing), user agents should not apply optional ligatures
420418
<li>However, ligatures and other font features specified via the low-level font-feature-settings property take precedence over this rule
421419
</ul>

0 commit comments

Comments
 (0)