[csswg-drafts] [scroll-animations] `ScrollTimeline` constructor prose about default `source` should not link to the `scrollingElement` getter but rather a procedure to determine the scrolling element (#11736)

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

== [scroll-animations] `ScrollTimeline` constructor prose about default `source` should not link to the `scrollingElement` getter but rather a procedure to determine the scrolling element ==
Currently, the [`ScrollTimeline` constructor](https://drafts.csswg.org/scroll-animations-1/#dom-scrolltimeline-scrolltimeline) indicates that lacking an explicit value provided via the `options` parameter that the `source` defaults to the document's `scrollingElement`. The link here points to https://drafts.csswg.org/cssom-view-1/#dom-document-scrollingelement which is the `scrollingElement` getter. However, ideally we would not reference a piece of API but rather the procedure used to determine the value returned by that API.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 18 February 2025 14:33:29 UTC