[csswg-drafts] [scroll-animations-1] Handling of unspecified value for source seems incorrect (#5211)

majido has just created a new issue for https://github.com/w3c/csswg-drafts:

== [scroll-animations-1] Handling of unspecified value for source seems incorrect ==
Here is the wording for source descriptor:

> otherwise if not specified or none then it is the the scrollingElement of the Document associated with the Window that is the current global object.

Note that 'source' is defaulted to 'none' which is interpreted as document root scroller. This seems like a bad choice to have none mean something. We should probably use 'auto' for this purpose and reserve 'none' for situation where source is null.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5211 using your GitHub account

Received on Sunday, 14 June 2020 14:27:24 UTC