Skip to content

Commit d482b87

Browse files
authored
Unknown descriptors don't invalidate @Property
1 parent 8a092a2 commit d482b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-properties-values-api/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -882,8 +882,8 @@ only if the syntax is the [=universal syntax descriptor=],
882882
otherwise the descriptor is required;
883883
if it's missing, the entire rule is invalid and must be ignored.
884884

885-
If an ''@property'' rule contains any unknown descriptors,
886-
the entire rule is invalid and must be ignored.
885+
Unknown descriptors are invalid and ignored,
886+
but do not invalidate the ''@property'' rule.
887887

888888
If multiple valid ''@property'' rules are defined for the same <<custom-property-name>>,
889889
the last one in stylesheet order "wins".

0 commit comments

Comments
 (0)