Contact emails
scr...@chromium.org, no...@chromium.org, h...@chromium.org
Spec
https://wiki.mozilla.org/APNG_Specification
Introduce Animated PNG support in Chrome
Link to “Intent to Implement” blink-dev discussion(s)
Intent to Implement: Animated PNG
Will this feature be supported on all six Blink platforms (Windows, Mac, Linux, Chrome OS, Android, and Android WebView)?
Yes.
Design - Discussion in CL
https://codereview.chromium.org/2618633004
Interoperability and Compatibility Risk
Local testing, fuzzing and layout tests have been completed/added.
Primary test suite used for all browsers: https://philip.html5.org/tests/apng/tests.html
Since committed to the dev stream 3/15, there have been no notable crashes or stability impact.
Frame and Image accept headers were added (changes and discussion in main CL, follow up item in https://bugs.chromium.org/p/chromium/issues/detail?id=706679).
Firefox: Shipped
Safari: Shipped
Edge: No Signal
https://developer.microsoft.com/en-us/microsoft-edge/platform/status/apngimageformat/
OWP launch tracking bug
https://bugs.chromium.org/p/chromium/issues/detail?id=437662
Link to entry on the feature dashboard
https://www.chromestatus.com/features/6691520493125632
Requesting approval to ship?
Yes.
Just curious, are there plans to look into moving the test suite into web platform tests?
--
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.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
There is actually some side discussion going on about how to best do animation testing in web platform given the js test harness and lack of a web platform api for animating an image to a particular frame.... for right now Leon and Noel have used Blink's test harness and the APNG test suite.