Re: Title of the spec may cause heartache

@attiks - if you use <img src> with an old browser, you'd have a double
download, regardless of using <picture> or srcset, if you're using
picturefill.
so, if you are using a polyfill, and want to avoid the double download,
just omit the src attribute in either case.

In any case, that's irrelevant to the "picture or srcset" question.

On Tue, Sep 23, 2014 at 7:24 AM, Bruce Lawson <brucel@opera.com> wrote:

> On 23 September 2014 13:51, Attiks <attiks@gmail.com> wrote:
> > We're using picturefill that adds support for srcset as well, so you'll
> get
> > both.
>
> ah, well, I didn't know that. That's nothing to do with new responsive
> images in browsers, though.
>
> bruce
>
>

Received on Tuesday, 23 September 2014 15:34:19 UTC