-
Notifications
You must be signed in to change notification settings - Fork 719
[css-box-4][css-backgrounds-4][css-shapes-1] Cleanup <*-box> definitions #9505
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
Conversation
Hmm, |
Ok, I reverted the namespace change, and introduced an informal I also simplified the production rules to also fix the namespaces defined for each individual keyword. CSS Shapes 1 defines As a recap with flattened production rules:
Proposed:
Ideally (imo):
|
svgeesus marked as non substantive for IPR from ash-nazg. |
Your So you need to accumulate all the |
I think this is the way Here is the (simplified) representation of the data I expect to find in
|
I went ahead and defined each keyword with the appropriate contexts. Bikeshed does not report any errors. |
Follow-up on 7dc439c, fixing speced/bikeshed#2679.
The commit removed the
production (which became undefined) and replaced
references with
, but some
references remained in other specs (including CSS Box, which defines
).