This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 26702 - What <img> represents should support srcset/picture
Summary: What <img> represents should support srcset/picture
Status: RESOLVED MOVED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other All
: P3 normal
Target Milestone: Unsorted
Assignee: Simon Pieters
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-01 10:11 UTC by contributor
Modified: 2019-03-29 20:52 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2014-09-01 10:11:04 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html
Multipage: http://www.whatwg.org/C#img-determine-type
Complete: http://www.whatwg.org/c#img-determine-type
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/

Comment:
What <img> represents should support srcset/picture
The rendering section has requirements about how to render <img> depending on
what it represents. This needs to be sane for cases like:

<img srcset="..."> (without src)
<picture><source ...> <img> (without src)

Posted from: 90.230.218.37 by simonp@opera.com
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.68 Safari/537.36 OPR/24.0.1558.34 (Edition Next)
Comment 1 Ian 'Hixie' Hickson 2014-09-02 17:07:39 UTC
Are you expecting changes in the rendering section or the <img> section for this?
Comment 2 Simon Pieters 2014-09-03 07:48:23 UTC
<img> section to begin with. Will review rendering section more closely later.
Comment 3 Domenic Denicola 2019-03-29 20:52:42 UTC
https://github.com/whatwg/html/issues/4478