Primary eng (and PM) emails
ju...@chromium.org, xl...@chromium.org
Link to “Intent to Deprecate” thread
https://groups.google.com/a/chromium.org/d/msg/blink-dev/Ud3cV1mj35s/Ssat21OeRqYJ
Summary
Remove the attribute boolean webkitImageSmoothingEnabled on CanvasRenderingContext2D.
Motivation
It's an alias of the unprefixed imageSmoothingEnabled.
Compatibility Risk
Content that sets webkitImageSmoothingEnabled but not imageSmoothingEnabled will get interpolated.
This function has been deprecated since M41. Its unprefixed alias has been shipped since M30.
Firefox and IE supports this feature with vendor-specific prefix.
Usage information from UseCounter
Prefixed: https://www.chromestatus.com/metrics/feature/timeline/popularity/267
Unprefixed: https://www.chromestatus.com/metrics/feature/timeline/popularity/268
The webkitImageSmoothingEnabled has a usage of 0.009%. Its unprefixed alias
has a usage of 0.03% and is gradually increasing.
OWP launch tracking bug
Entry on the feature dashboard
N/A
--
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.