- From: Bramus! via GitHub <sysbot+gh@w3.org>
- Date: Tue, 18 Jan 2022 14:18:22 +0000
- To: public-css-archive@w3.org
@svgeesus At-rules such as `@keyframes` and `@scroll-timeline` require a name. Should this be included in the syntax? E.g. This: ```css @supports (@scroll-timeline name { scroll-offsets; }) { /* ↑ timeline-name included */ } ``` Or that: ```css @supports (@scroll-timeline { scroll-offsets; }) { /* ↑ timeline-name not included */ } ``` -- GitHub Notification of comment by bramus Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2463#issuecomment-1015455244 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 18 January 2022 14:18:24 UTC