- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Fri, 04 Apr 2025 15:15:20 +0000
- To: public-css-archive@w3.org
GitHub UI is busted for multi-line suggestions (constantly complains that I'm "adding suggestions to deleted lines"), but here you go: ``` <dfn><gap-rule-list></dfn> = <<gap-rule-or-repeat>># <dfn><gap-auto-rule-list></dfn> = <<gap-rule-or-repeat>>#? , <<gap-auto-repeat-rule>> , <<gap-rule-or-repeat>>#? <dfn><gap-rule-or-repeat></dfn> = <<gap-rule>> | <<gap-repeat-rule>> <dfn><gap-repeat-rule></dfn> = repeat( <<integer [1,∞]>> , <<gap-rule>># ) <dfn><gap-auto-repeat-rule></dfn> = repeat( auto , <<gap-rule>># ) <dfn><gap-rule></dfn> = <<line-width>> || <<line-style>> || <<color>> ``` * `<gap-auto-rule-list>` needed commas between the terms. (They're implicitly omitted if the `<gap-rule-or-repeat>` is omitted.) * Removed all the unnecessary brackets. (This was just a nit, but having brackets does suggest you *need* brackets, and it's a little confusing when that's not true.) -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/12051#issuecomment-2779026604 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 4 April 2025 15:15:21 UTC