Re: Attribute srcset not allowed on element img at this point.

Ed Palmer <ed.palmer@gmail.com>, 2012-12-17 08:26 -0500:

> Sample document:
> http://en.wikipedia.org/wiki/User:Gadget850/srcset
> 
> When validating an English Wikipedia page, the error "Attribute srcset not
> allowed on element img at this point" is displayed. This is due to the
> srcset attribute being used to generate alternate images.
> 
> Srcset is not in the live HTML5 specification:
> http://dev.w3.org/html5/spec-author-view/the-img-element.html#the-img-element
> 
> But is in the living standard:
> http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#attr-img-srcset

No support for recognizing srcset at all has been added to the validator.
That's mostly intentional, because as far as I know, there are no browsers
that support it yet. Even if we were to have the validator recognize srcset
at all at this point, it would be just in order to emit a warning message
that basically says, "Don't use the srcset attribute, because it's not
supported by browsers yet."

  --Mike

-- 
Michael[tm] Smith http://people.w3.org/mike

Received on Tuesday, 18 December 2012 08:33:27 UTC