Skip to content

Commit 3c52c26

Browse files
committed
[css-text] Further test coverage updates
1 parent a53b670 commit 3c52c26

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

css-text-3/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3816,7 +3816,11 @@ Unexpandable Text</h4>
38163816
<p>If the inline contents of a line cannot be stretched to the full width of the line box,
38173817
then they must be aligned as specified by the 'text-align-last' property.
38183818
(If 'text-align-last' is ''justify'', then
3819-
they must be aligned as for ''center''.)
3819+
they must be aligned as for ''center''.)
3820+
3821+
<wpt>
3822+
text-align/text-align-last-empty-inline.html
3823+
</wpt>
38203824

38213825
<h4 id="justify-cursive">
38223826
Cursive Scripts</h4>

css-text-3/test-coverage.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,12 +366,12 @@ <h4 id="handling-symbols-and-punctuation">6.4.2 <a href="https://drafts.csswg.or
366366

367367
<h4 id="unexpandable-text">6.4.3 <a href="https://drafts.csswg.org/css-text-3/#justify-limits">Unexpandable Text</a></h4>
368368

369-
<p>No tests.
370-
369+
<p>Basic coverage.
371370
<p>Missing tests:
372371

373372
<ul>
374-
<li>TBD…
373+
<li>Values of text-align-last other than justify
374+
<li>A broader range of non-stretchable content that just an empty span with padding
375375
</ul>
376376

377377
<h4 id="cursive-scripts">6.4.4 <a href="https://drafts.csswg.org/css-text-3/#justify-cursive">Cursive Scripts</a></h4>

0 commit comments

Comments
 (0)