| 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;
|
|
|
|
|