@@ -27,6 +27,7 @@ spec:css-conditional-3; type:at-rule; text:@media
2727spec:mediaqueries-4; type:type; for:@media; text:all
2828spec:mediaqueries-4; type:type; text:<media-query>
2929spec:selectors-4; type:dfn; text:subject
30+ spec:html; type:element; text:style
3031</pre>
3132
3233<pre class=ignored-specs>
@@ -319,7 +320,7 @@ Effects of ''@scope''</h4>
319320 the ''@scope'' rule’s [=scoping root=] .
320321 The ''&'' selector is defined to represent
321322 the selector representing the [=scoping root=]
322- (the [= scope-start selector=] ),
323+ (the << scope-start>> selector),
323324 or else '':scope'' if no selector was specified.
324325
325326 * The [=cascade=] prioritizes declarations
@@ -791,6 +792,15 @@ Changes since the 21 December 2021 First Public Working Draft</h3>
791792 Significant changes since the
792793 <a href="https://www.w3.org/TR/2021/WD-css-cascade-6-20211221/">21 December 2021 First Public Working Draft</a> include:
793794
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+
794804 * Added the {{CSSScopeRule}} interface.
795805
796806 * Added implicit scopes by making ''<<scope-start>>'' optional.
0 commit comments