srcN - Alternative to picture and srcset

Hi All,

Tab Atkins has put forward and alternative proposal to both srcset and picture:

http://tabatkins.github.io/specs/respimg/Overview.html

It combines what was originally in <source> and `srcset` into a "srcN" attribute. Example: 

  <img src1="(max-width: 400px) pic-small.jpg"
       src2="(max-width: 1000px) pic-medium.jpg"
       src="pic-large.jpg"
       alt="Obama talking to a soldier in hospital scrubs."> 

Please take a look and discuss. I've cc'ed Tab who I'm sure can answer any questions. 

Kind regards,
Marcos 
-- 
Marcos Caceres

Received on Friday, 27 September 2013 10:21:22 UTC