Skip to content

Commit 818b176

Browse files
committed
Update test coverage report
1 parent 47269f7 commit 818b176

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

css-text-3/test-coverage.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<meta charset=utf-8>
33
<title>CSS Text 3 test coverage report</title>
4-
<meta name="viewport" content="width=device-width, initial-scale=1"><Paste>
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
55
<link href="../default.css" rel="stylesheet" type="text/css">
66

77
<div class=head>
@@ -211,10 +211,6 @@ <h2 id="line-breaking-and-word-boundaries">5 <a href="https://drafts.csswg.org/c
211211
<li>Basic line breaking tests for any language mentioned (Thai, Lao, Khmer, Javanese, Balinese, Yi…)
212212
</ul>
213213

214-
<div class=issue>Issue:
215-
The following tests need to be reviewed for correctness: i18n/css3-text-line-break-baspglwj-( >002, &lt;120) and i18n/css3-text-line-break-opclns-*
216-
</div>
217-
218214
<h3 id="line-breaking-details">5.1 <a href="https://drafts.csswg.org/css-text-3/#line-break-details">Line Breaking Details</a></h3>
219215

220216
<p>Spotty Coverage.
@@ -223,7 +219,7 @@ <h3 id="line-breaking-details">5.1 <a href="https://drafts.csswg.org/css-text-3/
223219

224220
<ul>
225221
<li>“Regardless of the white-space value […] the BK, NL […] classes […] must be honored”
226-
<li>tests of WJ, ZW, and GL and ZWJ for values of white-space other than normal
222+
<li>tests of WJ, ZW, and GL and ZWJ for values of white-space other than normal (see <a href="https://github.com/web-platform-tests/wpt/issues/17997">wpt issue 17997</a>)
227223
(GL is tested for pre-wrap and break-spaces)
228224
<li>For soft wrap opportunities before the first or after the last character of a box, the break occurs immediately before/after the box (at its margin edge) rather than breaking the box between its content edge and the content.
229225
</ul>

0 commit comments

Comments
 (0)