Bug 162244

Summary: Add support for HTMLSourceElement.prototype.sizes / HTMLSourceElement.prototype.srcset
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, cdumez, commit-queue, darin, esprehn+autocc, gyuyoung.kim, kondapallykalyan, rniwa, sam
Priority: P2 Keywords: WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
URL: https://html.spec.whatwg.org/#the-source-element
Attachments:
Description Flags
Patch none

Chris Dumez
Reported 2016-09-19 16:24:44 PDT
Add support for HTMLPrototype.prototype.sizes / HTMLPrototype.prototype.srcset: - https://html.spec.whatwg.org/#the-source-element We already support the corresponding content attributes internally. However, we are missing the corresponding IDL attributes that are supposed to reflect them. Chrome and Firefox support them. We already have those IDL attributes on HTMLImageElement.
Attachments
Patch (6.47 KB, patch)
2016-09-19 19:20 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-09-19 19:20:08 PDT
WebKit Commit Bot
Comment 2 2016-09-19 21:24:44 PDT
Comment on attachment 289301 [details] Patch Clearing flags on attachment: 289301 Committed r206140: <http://trac.webkit.org/changeset/206140>
WebKit Commit Bot
Comment 3 2016-09-19 21:24:49 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.