We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d9fe4 commit 7f14b9dCopy full SHA for 7f14b9d
css-properties-values-api/Overview.bs
@@ -891,9 +891,12 @@ A custom property registration from {{CSS/registerProperty|CSS.registerProperty(
891
further wins over any ''@property'' rules
892
for the same <<custom-property-name>>.
893
894
+A ''@property'' is invalid if it occurs in a stylesheet inside of a [=shadow tree=],
895
+and must be ignored.
896
-Issue(846): What happens when ''@property'' appears inside a shadow tree?
-
897
+Note: This might change in the future,
898
+as the behavior of concept-defining at-rules in shadow trees
899
+becomes more consistently defined.
900
901
The 'syntax' descriptor {#the-syntax-descriptor}
902
------------------------------------------------
0 commit comments