-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[css extraction] Handle subsidiary at-rules (#1377)
The `@font-feature-values` at-rule can contain subsidiary at-rules, defined in the spec as at-rules scoped to `@font-feature-values`: https://drafts.csswg.org/css-fonts/#font-feature-values-syntax Reffy was not expecting at-rules to be scoped and extracted them as root at-rules, with a `for` attribute that did not pass schema validation. With this update, Reffy no longer lists subsidiary at-rules at main at-rules, and rather lists them as descriptors under the main at-rule they are scoped to.
- Loading branch information
Showing
2 changed files
with
41 additions
and
2 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