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:
bors-servo 2016-04-12 15:59:27 +05:30
commit dfb482a2b7

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;
};