- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Fri, 20 Oct 2023 17:35:09 +0000
- To: public-css-archive@w3.org
Your `for` values are broken. Note that Bikeshed doesn't actually *process* `for` values in any way, they're just opaque strings; the fact that `<coord-box>` includes `<visual-box>` doesn't automatically make the values that are `for="<visual-box>"` also for `<coord-box>`, etc. So you need to accumulate all the `<*-box>` variants that include each keyword in the for values for that keyword. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/9505#issuecomment-1773134237 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 20 October 2023 17:35:11 UTC