Summary: | SVGSVGElement's currentView + useCurrentView are non-standard | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Philip Jägenstedt <philip> | ||||
Component: | SVG | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | NEW --- | ||||||
Severity: | Normal | CC: | ahmad.saleem792, cdumez, dino, esprehn+autocc, ews-watchlist, fmalita, gyuyoung.kim, heycam, karlcow, kondapallykalyan, pdr, rbuis, sabouhallawa, schenney, sergio, webkit-bug-importer, zimmermann | ||||
Priority: | P2 | Keywords: | GoodFirstBug, InRadar, WPTImpact | ||||
Version: | WebKit Local Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 191292 | ||||||
Attachments: |
|
Description
Philip Jägenstedt
2021-06-07 03:40:02 PDT
(In reply to Philip Jägenstedt from comment #0) > Gecko doesn't have currentView, but the bug for removing useCurrentView is > here: > https://bugzilla.mozilla.org/show_bug.cgi?id=1174097 That has a patch I wrote 6 years ago and didn't land. :-) Anyway, yes these are a straightforward removal. Created attachment 462585 [details]
Patch
We have following as well: https://github.com/w3c/svgwg/issues/747 To revert these changes, I tried to do this PR: https://github.com/WebKit/WebKit/pull/13851 but now will look for input before proceeding. @Said - any input on above GitHub issue. |