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

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

Issue 708233002: Remove many attributes. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/html/parser/HTMLParserIdioms.h » ('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 1102098013b1a1e190781eeffdfc91758c7ef4a3..4068dc91dc59aaba865743b3d4ac68ee96c0859a 100644
--- a/sky/engine/core/html/HTMLImageElement.idl
+++ b/sky/engine/core/html/HTMLImageElement.idl
@@ -24,29 +24,19 @@
NamedConstructor=Image([Default=Undefined] optional long width, [Default=Undefined] optional long height),
ConstructorCallWith=Document
] interface HTMLImageElement : HTMLElement {
- [Reflect] attribute DOMString align;
[Reflect] attribute DOMString alt;
- [Reflect, TreatNullAs=EmptyString] attribute DOMString border;
readonly attribute boolean complete;
[Reflect, ReflectOnly=("anonymous","use-credentials"), ReflectEmpty="anonymous", ReflectInvalid="anonymous"] attribute DOMString crossOrigin;
attribute long height;
- [Reflect] attribute long hspace;
- [Reflect] attribute boolean isMap;
- [Reflect, URL] attribute DOMString longDesc;
- [Reflect, URL] attribute DOMString lowsrc;
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;
- [Reflect] attribute DOMString useMap;
- [Reflect] attribute long vspace;
attribute long width;
// Extensions
[MeasureAs=HTMLImageElementX] readonly attribute long x;
[MeasureAs=HTMLImageElementY] readonly attribute long y;
-
- [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
};
« no previous file with comments | « sky/engine/core/html/HTMLImageElement.cpp ('k') | sky/engine/core/html/parser/HTMLParserIdioms.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698