Skip to content

Commit 8bb7690

Browse files
committed
[css-ui-3] Update Implementation Report
1 parent d5487d7 commit 8bb7690

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

css-ui-3/implementation-report.html

+11
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@
5353
orphans: 1;
5454
}
5555

56+
/* Decoration */
57+
.note {
58+
padding: 1em; padding-right: 0;
59+
border-left: solid 5px #55cc55;
60+
background: #ccffcc;
61+
}
5662

5763
/* Results */
5864
#res {
@@ -156,6 +162,11 @@ <h2 id=tests><a href="#tests" class=self-link></a>Tests</h2>
156162
<p>A <a href="https://test.csswg.org/harness/results/css-ui-3_dev/grouped/">continuously updated version of this test suite</a> is available.
157163
This report was prepared using the tests and their results as of 24 October 2017.
158164

165+
<p class=note>Note that the link above also includes tests from other test suites that reference this specification.
166+
At the time of writing this report, this includes one test (<a href="https://test.csswg.org/harness/test/css-ui-3_dev/single/grid-box-sizing-001/">grid-box-sizing-001</a>) that is part of the <a href="https://drafts.csswg.org/css-grid/">css-grid</a> test suite.
167+
As that specification is less this one on TR,
168+
this report does not take this test into account.
169+
159170
<p>The test suite contains 202 tests for mandatory normative statements
160171
(using <a href="https://www.ietf.org/rfc/rfc2119.txt">RFC 2119</a> terminology like “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, or “SHALL NOT”)
161172
and 32 tests for optional normative statements

0 commit comments

Comments
 (0)