[scroll-animations-1] Should none
be part of the list in scroll/view-timeline-name? · Issue #8843 · w3c/csswg-drafts (original) (raw)
The scroll-timeline-name
and view-timeline-name
properties have this grammar: none | <custom-ident>#
. That is fine in isolation, but it's inconsistent with animation-name
, which has [ none | <custom-ident> ]#
, and that made me wonder if it's intentional.
If it is intentional, then feel free to close this.