- From: andruud via GitHub <sysbot+gh@w3.org>
- Date: Thu, 18 May 2023 23:37:16 +0000
- To: public-css-archive@w3.org
OK, in that case, how am I supposed to interpret the grammar of `scroll-timeline`: >`[ <'scroll-timeline-name'> [ <'scroll-timeline-axis'> || <'scroll-timeline-attachment'> ]? ]#` I'm aware of css-values-4: > `These types do not include CSS-wide keywords such as inherit, and also do not include any top-level comma-separated-list multiplier (i.e. if a property named pairing is defined as [ <custom-ident> <integer>? ]#, then <'pairing'> is equivalent to [ <custom-ident> <integer>? ], not [ <custom-ident> <integer>? ]#).` But `scroll-timeline-name` doesn't have top-level comma-separated-list multipliers. Even if you ignore that, the grammar would suggest that `scroll-timeline: none, none, none` is allowed, even though it's not allowed by the longhand? > Yeah, animation-name's use of none as any item in the list (which just "turns off" that entry in the list) is pretty odd actually. Yet if `scroll-timeline` worked like that it seems to answer all my questions, so maybe not that odd. :-) -- GitHub Notification of comment by andruud Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8843#issuecomment-1553782804 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 18 May 2023 23:37:18 UTC