-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extended CSS value definitions #1647
Comments
Yes, that would seem a good thing to do. There should be a way to tell that this is an extension of a base definition. For properties, we have
An additional complication is that these reffy/src/browserlib/extract-cssdfn.mjs Lines 568 to 574 in 30ab8e1
For property extensions, we simply do not put capture any |
When a spec extends a production rule whose LHS links to its definition in another spec,
reffy
reports it as a dangling production rule:<color-mix()>
<cross-fade()>
<keyframe-selector>
<radial-size>
Do you think they could escape this segregation and move to the global
values
?I presume this would require parsing the link before extracting the text content, and carry it forward to set
rule.href
, which does not seem ideal.I also do not know if the extracted definition
href
would need to point to the other spec.The text was updated successfully, but these errors were encountered: