html
html copied to clipboard
Remove canvas 2d scrollPathIntoView
Removal due to lack of implementer interest. The scrollPathIntoView method of CanvasRenderingContext2D has been in the spec for over a decade, no browser has shipped it. Possible to implement similar behavior using other existing APIs.
Fixes whatwg#8216
- [x] At least two implementers are interested (and none opposed):
- Chromium
- Firefox
- [x] Tests are written and can be reviewed and commented upon at:
- No new tests required. Related WPT tests will be removed
- [x] Implementation bugs are filed:
- Not required. This is a removal and no browsers have shipped the removed API.
(See WHATWG Working Mode: Changes for more details.)
/canvas.html ( diff ) /index.html ( diff )