- From: Tab Atkins Jr. via GitHub <noreply@w3.org>
- Date: Wed, 13 Aug 2025 15:27:57 +0000
- To: public-css-archive@w3.org
A list of comma-separated numbers is trivial complexity (and comma-separated lists in general are extraordinarily common in CSS), and worth it for avoiding forcing authors to write `:is(:heading(1), ...)` just to style several heading levels at once. The existing tag-based method is just `:is(h1, h2, h3)`, which is nice and easy; we shouldn't make author's lives significantly harder to do the same thing with `:heading()` if we can avoid it. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12599#issuecomment-3184393081 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 13 August 2025 15:27:58 UTC