Add CSSOM 'Extensions to the HTMLImageElement Interface' in WebIDL.

This commit is contained in:
Corey Farwell 2016-04-11 09:24:55 -04:00
parent 5adf36231e
commit 4338cb8f68

View file

@ -32,3 +32,9 @@ partial interface HTMLImageElement {
[TreatNullAs=EmptyString] attribute DOMString border; [TreatNullAs=EmptyString] attribute DOMString border;
}; };
// https://drafts.csswg.org/cssom-view/#extensions-to-the-htmlimageelement-interface
partial interface HTMLImageElement {
// readonly attribute long x;
// readonly attribute long y;
};