|
2 | 2 | Title: CSS Cascading and Inheritance Level 4 |
3 | 3 | Shortname: css-cascade |
4 | 4 | Level: 4 |
5 | | -Status: ED |
| 5 | +Status: CR |
| 6 | +Date: 2022-01-13 |
| 7 | +Deadline: 2022-03-13 |
| 8 | +Prepare for TR: yes |
6 | 9 | Work Status: Testing |
7 | 10 | Group: csswg |
8 | 11 | ED: https://drafts.csswg.org/css-cascade-4/ |
9 | 12 | TR: https://www.w3.org/TR/css-cascade-4/ |
| 13 | +Implementation Report: https://wpt.fyi/results/css/css-cascade |
10 | 14 | Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400 |
11 | 15 | Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199 |
12 | 16 | Previous Version: https://www.w3.org/TR/2021/WD-css-cascade-4-20211015/ |
@@ -38,8 +42,10 @@ spec:mediaqueries-4; |
38 | 42 | type:type; text:<media-query> |
39 | 43 | type:value; text:all; for:@media |
40 | 44 | spec:css2; type:property; text:display |
41 | | -spec:css2; type:value; text:red |
| 45 | +spec:css-color-4; type:value; text:red |
42 | 46 | spec:html; type:element; text:style |
| 47 | +spec:css-2021; type:dfn; text:vendor-prefixed |
| 48 | +spec:css-scoping-1; type:dfn; text:shadow tree |
43 | 49 | </pre> |
44 | 50 |
|
45 | 51 | <pre class=ignored-specs> |
@@ -279,8 +285,8 @@ Processing Stylesheet Imports</h3> |
279 | 285 | return. [[CSSOM]] |
280 | 286 |
|
281 | 287 | 4. [=Fetch a style resource=] from |parsedUrl|, |
282 | | - with stylesheet |parentStylesheet|, |
283 | | - destination "style", |
| 288 | + with stylesheet |parentStylesheet|, |
| 289 | + destination "style", |
284 | 290 | CORS mode "no-cors", |
285 | 291 | and processResponse being the following steps given [=/response=] |response| and |
286 | 292 | byte stream, null or failure |byteStream|: |
@@ -1295,6 +1301,10 @@ Changes since the 15 Oct 2021 Working Draft</h3> |
1295 | 1301 |
|
1296 | 1302 | Non-trivial changes since the <a href="https://www.w3.org/TR/2021/WD-css-cascade-4-20211015/">15 October 2021 Working Draft</a>: |
1297 | 1303 |
|
| 1304 | +<!-- to 4 Dec 2021 --> |
| 1305 | + * Updated @import grammar for media queries and supports conditions |
| 1306 | + * Allowed functional notation parse-time aliases |
| 1307 | + * Defined fetching an @import, in terms of Fetch |
1298 | 1308 | * Added [[#value-aliasing]] section. |
1299 | 1309 | (<a href="https://github.com/w3c/csswg-drafts/issues/6193">Issue 6193</a>) |
1300 | 1310 |
|
|
0 commit comments