Remove CanvasRenderingContext2D.scrollPathIntoView
The scrollPathIntoView method has been in the spec since 2011 (commit 7a8cca38), no browsers have shipped it yet, though there is an experimental implementation hidden behind a runtime flag in Chromium.
There seems to be no implementer or web developer interest for this feature:
- No related outstanding issues in the chromium issue tracker.
- No activity on the WebKit issue: https://bugs.webkit.org/show_bug.cgi?id=149987
- Firefox bug has been open for 8 years with no activity: https://bugzilla.mozilla.org/show_bug.cgi?id=1120401
I suggest removing it from the spec.
Sounds reasonable to me. @kdashg
Makes sense. Are you willing to do the work @junov?
cc @whatwg/canvas
Yeah, I got it.
https://wpt.fyi/results/html/canvas/element/scroll suggests this is implemented in Chromium although the tests aren't vary comprehensive. Do we still want to remove this?
cc @fserb
In Chromium based browsers it is still behind a flag, but enabled for test which is why the WPT are passing. Sites can't use it for general users because the flag must be explicitly enabled by an end-user. Hence no usage and safe to remove.
I've revive @junov 's PR to remove it from the spec.