Remove Gecko-specific and other commented-out code in IDL.

This commit is contained in:
Ms2ger 2014-02-25 12:41:11 +01:00
parent da16e54243
commit 546a506149
39 changed files with 7 additions and 1117 deletions

View file

@ -21,16 +21,12 @@ interface HTMLLinkElement : HTMLElement {
attribute DOMString crossOrigin;
[SetterThrows, Pure]
attribute DOMString rel;
// Not supported yet:
// readonly attribute DOMTokenList relList;
[SetterThrows, Pure]
attribute DOMString media;
[SetterThrows, Pure]
attribute DOMString hreflang;
[SetterThrows, Pure]
attribute DOMString type;
// Not supported yet:
// [PutForwards=value] readonly attribute DOMSettableTokenList sizes;
};
// TODO