Chromium Code Reviews

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: Added a run-time flag, marking this feature as experimental Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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