@@ -27,6 +27,7 @@ spec:css-conditional-3; type:at-rule; text:@media
27
27
spec:mediaqueries-4; type:type; for:@media; text:all
28
28
spec:mediaqueries-4; type:type; text:<media-query>
29
29
spec:selectors-4; type:dfn; text:subject
30
+ spec:html; type:element; text:style
30
31
</pre>
31
32
32
33
<pre class=ignored-specs>
@@ -319,7 +320,7 @@ Effects of ''@scope''</h4>
319
320
the ''@scope'' rule’s [=scoping root=] .
320
321
The ''&'' selector is defined to represent
321
322
the selector representing the [=scoping root=]
322
- (the [= scope-start selector=] ),
323
+ (the << scope-start>> selector),
323
324
or else '':scope'' if no selector was specified.
324
325
325
326
* The [=cascade=] prioritizes declarations
@@ -791,6 +792,15 @@ Changes since the 21 December 2021 First Public Working Draft</h3>
791
792
Significant changes since the
792
793
<a href="https://www.w3.org/TR/2021/WD-css-cascade-6-20211221/">21 December 2021 First Public Working Draft</a> include:
793
794
795
+ * Clarified ''@scope'' effects on nested '':scope'' and ''&'' selectors.
796
+ (<a href="https://github.com/w3c/csswg-drafts/issues/8377">Issue 8377</a> )
797
+
798
+ * Removed ''@scope'' prelude from specificity calculation.
799
+ (<a href="https://github.com/w3c/csswg-drafts/issues/8500">Issue 8500</a> )
800
+
801
+ * Specified how name-defining [=at-rules=] behave in ''@scope'' .
802
+ (<a href="https://github.com/w3c/csswg-drafts/issues/6895">Issue 6895</a> )
803
+
794
804
* Added the {{CSSScopeRule}} interface.
795
805
796
806
* Added implicit scopes by making ''<<scope-start>>'' optional.
0 commit comments