-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The previous implementation prevented declaring:
- a property with a CSS-wide keyword that is not the sole component value, eg. "initial identifier" for a hypothetical property defined with <ident>+ - a property or descriptor with an arbitrary substitution that is not allowed in the context, eg. "size: var(..., attr(...))", which is inappropriate (w3c/csswg-drafts#10337) - a custom property with a <whole-value> value that would be invalid for a standard property, eg. "--custom: not first-valid(whole-value)", which is inappropriate (w3c/csswg-drafts#10340)
- Loading branch information
Showing
2 changed files
with
46 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters