11<!DOCTYPE html>
2- < meta charset =utf-8 >
32< html lang =en >
3+ < meta charset =utf-8 >
44< title > CSS Cascading and Inheritance Level 3 Implementation Report</ title >
55< style >
66
2121 line-height : 1 ;
2222 margin : 3rem 0 1rem -2rem ;
2323}
24+ h1 : first-child {
25+ margin-top : 0 ;
26+ }
2427
2528aside {
2629 font-style : italic;
6467 margin : 1em auto;
6568 border-collapse : collapse;
6669 border : hidden;
67- border-bottom : 2 px solid ;
70+ border-bottom : none ;
6871 width : 100% ;
6972 font-size : 90% ;
7073 }
8083 }
8184 table .data thead ,
8285 table .data tbody {
83- border-bottom : 2px solid;
86+ border-bottom : 2px solid gray ;
8487 }
8588
8689 table .data td , table .data th {
100103 }
101104 table .data th [scope = rowgroup ] {
102105 font-weight : bold;
106+ background : # EEE ;
103107 }
104108 table .data img {
105109 vertical-align : middle;
@@ -176,10 +180,10 @@ <h1>CSS Cascading and Inheritance Level 3 Implementation Report</h1>
176180 < td > ?
177181 < tr >
178182 < th > < a href ="#transitions "> Transitions + Cascade</ a >
179- < td > —
180- < td > —
181- < td > —
182- < td > —
183+ < td > ○
184+ < td > ○
185+ < td > ○
186+ < td > ○
183187 </ table >
184188
185189< h2 id =details >
@@ -197,7 +201,7 @@ <h2 id=details>
197201
198202 < tbody id =all >
199203 < tr > < th scope =rowgroup colspan =4 >
200- < a href ="https://www.w3.org/TR/css-cascade-3/#all-shorthand "> < code > all</ code > Shorthand</ a > </ h3 >
204+ < a href ="https://www.w3.org/TR/css-cascade-3/#all-shorthand "> < code > all</ code > Shorthand</ a >
201205 < tr >
202206 < th > < code > all</ code > does not set < code > direction</ code > or < code > unicode-bidi</ code >
203207 < td > ○
@@ -221,7 +225,7 @@ <h2 id=details>
221225 < tr >
222226 < th > < code > all: unset</ code > is overridden by subsequent declarations
223227 < td > ○
224- < td > < a href ="https://wpt.fyi/results/css/css-cascade/all-prop-unset-color.html "> 3/3 Pass</ a > </ a >
228+ < td > < a href ="https://wpt.fyi/results/css/css-cascade/all-prop-unset-color.html "> 3/3 Pass</ a >
225229 < td > < a href ="https://wpt.live/css/css-cascade/all-prop-unset-color.html "> Test</ a >
226230
227231 < tbody id =initial >
@@ -235,7 +239,7 @@ <h2 id=details>
235239
236240 < tbody id =unset >
237241 < tr > < th colspan =4 scope =rowgroup >
238- < a href ="https://www.w3.org/TR/css-cascade-3/#unset "> < code > unset</ code > Keyword</ a > </ h3 >
242+ < a href ="https://www.w3.org/TR/css-cascade-3/#unset "> < code > unset</ code > Keyword</ a >
239243 < tr >
240244 < th > < code > unset</ code > sets inherited properties to inherit,
241245 and uninherited properties to their initial value
@@ -251,16 +255,16 @@ <h2 id=details>
251255
252256 < tbody id =mq-import >
253257 < tr > < th colspan =4 scope =rowgroup >
254- < a href ="https://www.w3.org/TR/css3-mediaqueries/ "> Media Queries</ a > + < a href ="https://www.w3.org/TR/css-cascade-3/#at-import "> @import</ a > Integration</ h3 >
258+ < a href ="https://www.w3.org/TR/css3-mediaqueries/ "> Media Queries</ a > + < a href ="https://www.w3.org/TR/css-cascade-3/#at-import "> @import</ a > Integration
255259 < tr >
256- < th > < code > @import</ code > rules with simple < a href ="https://www.w3.org/TR/css3-mediaqueries/ "> media queries</ a > are supported</ a >
260+ < th > < code > @import</ code > rules with simple < a href ="https://www.w3.org/TR/css3-mediaqueries/ "> media queries</ a > are supported
257261 < td > ○
258262 < td > < a href ="https://wpt.fyi/results/css/css-cascade/import-conditional-001.html "> 3/3 Pass</ a >
259263 < td > < a href ="https://wpt.live/css/css-cascade/import-conditional-001.html "> Test</ a >
260264
261265 < tbody id =animations >
262266 < tr > < th colspan =4 scope =rowgroup >
263- < a href ="https://www.w3.org/TR/css-animations-1/ "> Animations</ a > + < a href ="https://www.w3.org/TR/css-cascade-3/#cascading "> Cascade</ a > Integration</ h3 >
267+ < a href ="https://www.w3.org/TR/css-animations-1/ "> Animations</ a > + < a href ="https://www.w3.org/TR/css-cascade-3/#cascading "> Cascade</ a > Integration
264268 < tr >
265269 < th > Author non-< code > !important</ code > is overridden by animation
266270 < td > ○
@@ -279,7 +283,7 @@ <h2 id=details>
279283
280284< tbody id =transitions >
281285 < tr > < th colspan =4 scope =rowgroup >
282- < a href ="https://www.w3.org/TR/css-transitions-1/ "> Transitions</ a > + < a href ="https://www.w3.org/TR/css-cascade-3/#cascading "> Cascade</ a > Integration</ h3 >
286+ < a href ="https://www.w3.org/TR/css-transitions-1/ "> Transitions</ a > + < a href ="https://www.w3.org/TR/css-cascade-3/#cascading "> Cascade</ a > Integration
283287 < tr >
284288 < th > Transitions work across importance levels
285289 < td > ○
0 commit comments