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 26072 - <img> Maybe support lowsrc when it points to a data: URL
Summary: <img> Maybe support lowsrc when it points to a data: URL
Status: RESOLVED WONTFIX
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 enhancement
Target Milestone: Needs Impl Interest
Assignee: Simon Pieters
QA Contact:
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-12 09:20 UTC by contributor
Modified: 2015-09-16 12:44 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2014-06-12 09:20:37 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html
Multipage: http://www.whatwg.org/C#attr-img-lowsrc
Complete: http://www.whatwg.org/c#attr-img-lowsrc
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/

Comment:
<img> Maybe support lowsrc when it points to a data: URL
https://code.google.com/p/chromium/issues/detail?id=382591

Posted from: 90.230.218.37 by simonp@opera.com
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36 OPR/22.0.1471.40 (Edition Next)
Comment 1 Simon Pieters 2014-06-17 14:25:38 UTC
lowsrc is unnecessary since the UA can already select a data: or cached candidate and then rerun selection to start downloading a more appropriate candidate. See comments in the bug.