Skip to content

Commit b3e9ad4

Browse files
committed
[css-shadow-1][editorial] Added note about merge of CSS Scoping 1 and CSS Shadow Parts 1 and renaming to CSS Shadow 1
See w3c#5809 (comment).
1 parent 6c8b4a5 commit b3e9ad4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

css-cascade-6/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ Syntax of ''@scope''</h4>
458458
<h4 id="scoped-rules">
459459
Scoped Style Rules</h4>
460460

461-
<dfn>Scoped style rules</dfn> differ from non-scoped rules
461+
<dfn export>Scoped style rules</dfn> differ from non-scoped rules
462462
in the following ways:
463463

464464
* Their selectors can only match elements that are [=in scope=].

css-shadow-1/Overview.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ Furthermore, the ''::slotted'' [=pseudo-element=] and the related '':has-slotted
110110
style-sharing.html
111111
</wpt>
112112

113+
Note: This specification was originally titled CSS Scoping Module Level 1.
114+
It has since been merged with CSS Shadow Parts Module Level 1 and renamed to CSS Shadow Module Level 1
115+
to better reflect its comprehensive coverage of Shadow DOM features.
116+
The [=scoped style rules=] feature initially described in this module has been moved to [[css-cascade-6]].
113117

114118

115119
<!--

0 commit comments

Comments
 (0)