Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(924)

Unified Diff: Source/core/html/HTMLImageElement.idl

Issue 23861003: Enable srcset support in HTMLImageElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/html/HTMLImageElement.idl
diff --git a/Source/core/html/HTMLImageElement.idl b/Source/core/html/HTMLImageElement.idl
index 1056b5d3ce64a9dc6b417108825ea07bae45b71d..dbe5e9bd83759c39df684dbac2931bc67acb9c30 100644
--- a/Source/core/html/HTMLImageElement.idl
+++ b/Source/core/html/HTMLImageElement.idl
@@ -30,6 +30,7 @@
[Reflect] attribute boolean isMap;
[Reflect, URL] attribute DOMString longDesc;
[Reflect, URL] attribute DOMString src;
+ [Reflect] attribute DOMString srcset;
[Reflect] attribute DOMString useMap;
[Reflect] attribute long vspace;
attribute long width;

Powered by Google App Engine
This is Rietveld 408576698