Skip to content

Commit f953769

Browse files
committed
[css-cascade-4] Updates for CR
1 parent f3360e2 commit f953769

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

css-cascade-4/Overview.bs

+14-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
Title: CSS Cascading and Inheritance Level 4
33
Shortname: css-cascade
44
Level: 4
5-
Status: ED
5+
Status: CR
6+
Date: 2022-01-13
7+
Deadline: 2022-03-13
8+
Prepare for TR: yes
69
Work Status: Testing
710
Group: csswg
811
ED: https://drafts.csswg.org/css-cascade-4/
912
TR: https://www.w3.org/TR/css-cascade-4/
13+
Implementation Report: https://wpt.fyi/results/css/css-cascade
1014
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1115
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
1216
Previous Version: https://www.w3.org/TR/2021/WD-css-cascade-4-20211015/
@@ -38,8 +42,10 @@ spec:mediaqueries-4;
3842
type:type; text:<media-query>
3943
type:value; text:all; for:@media
4044
spec:css2; type:property; text:display
41-
spec:css2; type:value; text:red
45+
spec:css-color-4; type:value; text:red
4246
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
4349
</pre>
4450

4551
<pre class=ignored-specs>
@@ -279,8 +285,8 @@ Processing Stylesheet Imports</h3>
279285
return. [[CSSOM]]
280286

281287
4. [=Fetch a style resource=] from |parsedUrl|,
282-
with stylesheet |parentStylesheet|,
283-
destination "style",
288+
with stylesheet |parentStylesheet|,
289+
destination "style",
284290
CORS mode "no-cors",
285291
and processResponse being the following steps given [=/response=] |response| and
286292
byte stream, null or failure |byteStream|:
@@ -1295,6 +1301,10 @@ Changes since the 15 Oct 2021 Working Draft</h3>
12951301

12961302
Non-trivial changes since the <a href="https://www.w3.org/TR/2021/WD-css-cascade-4-20211015/">15 October 2021 Working Draft</a>:
12971303

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
12981308
* Added [[#value-aliasing]] section.
12991309
(<a href="https://github.com/w3c/csswg-drafts/issues/6193">Issue 6193</a>)
13001310

0 commit comments

Comments
 (0)