mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Auto merge of #10523 - frewsxcv:cssom-htmlimageelement-extension, r=Ms2ger
Add CSSOM 'Extensions to the HTMLImageElement Interface' in WebIDL. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10523) <!-- Reviewable:end -->
This commit is contained in:
commit
dfb482a2b7
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