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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user