Re: WebP, anyone using it?

|  <picture>
|    <source type="image/webp" srcset="small.wp, medium.wp 2x, big.wp 3x">
|    <source srcset="small.gif, medium.png, big.jpg">
|  </picture>

This is what I had in mind indeed; you don't need to define the possible 
values for the 'type' attribute: you can just say it should be a valid mime 
type.

After that, it's up to browsers to define which mime types they support and 
which one they don't. 

Received on Monday, 15 October 2012 16:53:02 UTC