mirror of
https://github.com/servo/servo
synced 2026-05-01 11:57:31 +02:00
Add CSSOM 'Extensions to the HTMLImageElement Interface' in WebIDL.
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