What if, in the future:
1. Safari fully supports <picture> 
2. This bug lands https://bugzilla.mozilla.org/show_bug.cgi?id=1160200

Then it would be possible for web-developers to just use this, right?

<picture>
    <source type="image/vnd.mozilla.apng" srcset="animated.png" />
    <img src="animated.gif" />
</picture>
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to