mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add CSSOM 'Extensions to the HTMLImageElement Interface' in WebIDL.
This commit is contained in:
parent
5adf36231e
commit
4338cb8f68
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue