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

Unified Diff: sky/engine/core/html/HTMLImageElement.idl

Issue 855803002: Remove attrs sky doesn't support. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « sky/engine/core/html/HTMLImageElement.cpp ('k') | sky/engine/core/loader/ImageLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/HTMLImageElement.idl
diff --git a/sky/engine/core/html/HTMLImageElement.idl b/sky/engine/core/html/HTMLImageElement.idl
index 4068dc91dc59aaba865743b3d4ac68ee96c0859a..fffb0370ced1997e529901e7971ae7802f6b328e 100644
--- a/sky/engine/core/html/HTMLImageElement.idl
+++ b/sky/engine/core/html/HTMLImageElement.idl
@@ -24,15 +24,12 @@
NamedConstructor=Image([Default=Undefined] optional long width, [Default=Undefined] optional long height),
ConstructorCallWith=Document
] interface HTMLImageElement : HTMLElement {
- [Reflect] attribute DOMString alt;
readonly attribute boolean complete;
[Reflect, ReflectOnly=("anonymous","use-credentials"), ReflectEmpty="anonymous", ReflectInvalid="anonymous"] attribute DOMString crossOrigin;
attribute long height;
readonly attribute long naturalHeight;
readonly attribute long naturalWidth;
[Reflect, URL] attribute DOMString src;
- [Reflect] attribute DOMString srcset;
- [Reflect, RuntimeEnabled=PictureSizes] attribute DOMString sizes;
[RuntimeEnabled=PictureSizes] readonly attribute DOMString currentSrc;
attribute long width;
« no previous file with comments | « sky/engine/core/html/HTMLImageElement.cpp ('k') | sky/engine/core/loader/ImageLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698