Skip to content

Commit 51ed4f4

Browse files
committed
[cs-text-3] Update test coverage info
1 parent 78da79b commit 51ed4f4

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
lines changed

css-text-3/Overview.bs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,12 @@ Characters and Letters</h3>
373373
It has no effect on the underlying content,
374374
and must not affect the content of a plain text copy &amp; paste operation.
375375

376+
<wpt>
377+
<!-- manual test
378+
text-transform/text-transform-copy-paste-001-manual.html
379+
-->
380+
</wpt>
381+
376382
<p>Values have the following meanings:
377383

378384
<dl dfn-for=text-transform dfn-type=value>
@@ -474,6 +480,11 @@ Characters and Letters</h3>
474480
<wpt>
475481
text-transform/text-transform-full-size-kana-001.html
476482
text-transform/text-transform-full-size-kana-002.html
483+
text-transform/text-transform-full-size-kana-003.html
484+
text-transform/text-transform-full-size-kana-004.html
485+
text-transform/text-transform-full-size-kana-005.html
486+
text-transform/text-transform-full-size-kana-006.html
487+
text-transform/text-transform-full-size-kana-007.html
477488
</wpt>
478489
</dl>
479490

@@ -3218,6 +3229,12 @@ Cursive Scripts</h4>
32183229
or if the only formatting changes do not affect the glyphs
32193230
(as in applying <a href="https://www.w3.org/TR/css-text-decoration/">text decoration</a>).
32203231

3232+
<wpt>
3233+
text-transform/text-transform-shaping-001.html
3234+
text-transform/text-transform-shaping-002.html
3235+
text-transform/text-transform-shaping-003.html
3236+
</wpt>
3237+
32213238
Text shaping <em>should not</em> be broken across inline box boundaries otherwise,
32223239
if it is reasonable and possible for that case given the limitations of the font technology.
32233240

css-text-3/test-coverage.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,12 @@ <h3 id="case-transforms-the-text-transform-property"><a href="https://drafts.css
102102

103103
<ul>
104104
<li>No test of Animation type.
105-
<li>plain text copy&amp;paste does not apply transforms. See: <a href="https://github.com/web-platform-tests/wpt/pull/13428">https://github.com/web-platform-tests/wpt/pull/13428</a>
106105
<li>specifying several values at the same time
107106
</ul>
108107

109-
<p>Additional WIP:
110-
108+
<p>Possible addition:
111109
<ul>
112-
<li>test without JS for full-size-kana: <a href="https://github.com/web-platform-tests/wpt/pull/13461">https://github.com/web-platform-tests/wpt/pull/13461</a>
113-
<li>text-transform must not disturb shaping in Arabic: <a href="https://github.com/web-platform-tests/wpt/pull/13385">https://github.com/web-platform-tests/wpt/pull/13385</a>
110+
<li>An automated test for plain text copy&amp;paste not applying transforms. Not clear such an <em>automated</em> test is possible, but it would be nice to have one if it were.
114111
</ul>
115112

116113
<div class=issue>Issue:
@@ -516,7 +513,14 @@ <h4 id="cursive-scripts"><a href="https://drafts.csswg.org/css-text-3/#cursive-t
516513

517514
<h3 id="shaping-across-element-boundaries"><a href="https://drafts.csswg.org/css-text-3/#boundary-shaping">Shaping Across Element Boundaries</a></h3>
518515

519-
<p>No Tests
516+
<p>Spotty Coverage
517+
518+
<p>Missing tests:
519+
520+
<ul>
521+
<li>“Text shaping must be broken at inline box boundaries when any of the following[…]”
522+
<li>“Text shaping should not be broken across inline box boundaries otherwise”
523+
</ul>
520524

521525
<h2 id="edge-effects"><a href="https://drafts.csswg.org/css-text-3/#edge-effects">Edge Effects</a></h2>
522526

0 commit comments

Comments
 (0)