Primary eng (and PM) emails
Summary
Deprecate the SVGZoomEvent interface and the corresponding onzoom attribute. Show deprecation message to the user when creating the event or when setting up an event handler using onzoom="..." on <svg:svg>. Ideally remove the event later if usage is low enough.
Motivation
SVGZoomEvent doesn't work at all in Blink. It can be created and hooked up using onzoom="..." but it is never fired by the browser.
It has been removed from the SVG 2.0 specification:
https://github.com/w3c/svgwg/issues/21
Compatibility Risk
A httparchive search has been conducted:
https://code.google.com/p/chromium/issues/detail?id=367890#c11
indicating very low usage. From the search it looks likely that the event is possible to remove and unlikely that the deprecation will spam the console.
The interface has been around in WebKit and Blink for a long time. Originates in:
https://bugs.webkit.org/show_bug.cgi?id=10826
Alternative implementation suggestion for web developers
None
Usage information from UseCounter
There is no use counter yet.
OWP launch tracking bug
No OWP launch tracking bug but there is:
https://code.google.com/p/chromium/issues/detail?id=367890
Entry on the feature dashboard
https://www.chromestatus.com/feature/5760883808534528
Requesting approval to remove too?
No. The plan is to show deprecation message and count in M50 and do removal in M51.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.