Skip to content

Commit 9d1f5a8

Browse files
committed
[css-text-3] Update test coverage info
1 parent 328a99f commit 9d1f5a8

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed

css-text-3/test-coverage.html

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,6 @@ <h3 id="case-transforms-the-text-transform-property"><a href="https://drafts.css
112112
<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.
113113
</ul>
114114

115-
<div class=issue>Issue:
116-
<p>Test not backed up by spec:
117-
118-
<ul>
119-
<li>Out of flow elements don’t change what a word is for the purpose of text-transform:capitalize. <a href="https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-transform/text-transform-capitalize-033.html">https://github.com/web-platform-tests/wpt/blob/master/css/css-text/text-transform/text-transform-capitalize-033.html</a> supported by FF&amp;Edge, <a href="https://github.com/web-platform-tests/wpt/tree/master/css/CSS2/text">under investigation by Chrome</a>
120-
</ul>
121-
</div>
122-
123115
<h2 id="white-space-and-wrapping-the-white-space-property"><a href="https://drafts.csswg.org/css-text-3/#white-space-property">White Space and Wrapping: the white-space property</a></h2>
124116

125117
<p>Good overal coverage through section 4 (white space processing details) and subsections.
@@ -226,7 +218,7 @@ <h3 id="line-breaking-details"><a href="https://drafts.csswg.org/css-text-3/#lin
226218

227219
<ul>
228220
<li>“Regardless of the white-space value […] the BK, NL […] classes […] must be honored”
229-
<li>tests of WJ, ZW, and GL (and ZWJ?) for values of white-space other than normal
221+
<li>tests of WJ, ZW, and GL and ZWJ for values of white-space other than normal
230222
<li>The line breaking behavior of a replaced element or other atomic inline is equivalent to an ideographic character
231223
<li>additionally, for Web-compatibility, introduces a soft wrap opportunity between itself and any adjacent U+00A0 NO-BREAK SPACE character
232224
<li>For soft wrap opportunities created by characters that disappear at the line break (e.g. U+0020 SPACE), properties on the box directly containing that character control the line breaking at that opportunity.
@@ -239,24 +231,6 @@ <h3 id="line-breaking-details"><a href="https://drafts.csswg.org/css-text-3/#lin
239231
<li>UAs that allow wrapping at punctuation other than spaces should prioritize breakpoints. […]
240232
</ul>
241233

242-
<div class=issue>Issue:
243-
<p>Spec problems(?):
244-
245-
<ul>
246-
<li>“Regardless of the white-space value, lines always break at each preserved forced break character: thus for all values, line-breaking behavior defined for the BK, CR, LF, CM, NL, and SG line breaking classes in [UAX14] must be honored. “
247-
<ul>
248-
<li>CR is just U+0D, which is already handled in Section <a href="https://drafts.csswg.org/css-text-3/#white-space-processing">White Space Processing Details</a>. Doesn’t that make this statement moot for that class?
249-
<li>LF is just U+0A, which isn’t preserved “regardless of the white-space value”. Also, it is adequately described in the white space section.
250-
<li>How is CM a forced break?
251-
<li>How is SG a forced break? Also, UAX 14 says: The use of this line breaking class is deprecated.
252-
</ul>
253-
=&gt; Suggestion remove CR LF CM and SG from this sentence (keep BK and NL).
254-
255-
<li>“Except where explicitly defined otherwise line breaking behavior defined for the WJ, ZW, and GL line-breaking classes in [UAX14] must be honored.”<br>
256-
=> Shouldn’t that include the ZWJ class as well?
257-
</ul>
258-
</div>
259-
260234
<h3 id="breaking-rules-for-letters-the-word-break-property"><a href="https://drafts.csswg.org/css-text-3/#word-break-property">Breaking Rules for Letters: the word-break property</a></h3>
261235

262236
<p>Partial Coverage.
@@ -444,14 +418,6 @@ <h3 id="word-spacing-the-word-spacing-property"><a href="https://drafts.csswg.or
444418
<li>word-spacing and bidi
445419
</ul>
446420

447-
<div class=issue>Issue
448-
<p>Spec Problem:
449-
450-
<ul>
451-
<li>“Computed value: the keyword normal or […]” vs “normal: […] Computes to zero. “
452-
</ul>
453-
</div>
454-
455421
<p>Problematic test
456422
<ul>
457423
<li>text-word-spacing-001.html is wrong, the property no longer takes percentages

0 commit comments

Comments
 (0)