servo: Merge #10523 - Add CSSOM 'Extensions to the HTMLImageElement Interface' in WebIDL (from frewsxcv:cssom-htmlimageelement-extension); r=Ms2ger

Source-Repo: https://github.com/servo/servo
Source-Revision: dfb482a2b7fdb570f34e9092384fa74a3e1b54e3
This commit is contained in:
Corey Farwell
2016-04-12 15:29:27 +05:00
parent 38a672b343
commit 2384f3a4f4

View File

@@ -32,3 +32,9 @@ partial interface HTMLImageElement {
[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;
};