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

@ -13,7 +13,6 @@
*/
// http://www.whatwg.org/specs/web-apps/current-work/#the-embed-element
[NeedNewResolve]
interface HTMLEmbedElement : HTMLElement {
[Pure, SetterThrows]
attribute DOMString src;
@ -23,8 +22,6 @@ interface HTMLEmbedElement : HTMLElement {
attribute DOMString width;
[Pure, SetterThrows]
attribute DOMString height;
//[Throws]
//legacycaller any (any... arguments);
};
// http://www.whatwg.org/specs/web-apps/current-work/#HTMLEmbedElement-partial
@ -39,7 +36,3 @@ partial interface HTMLEmbedElement {
// GetSVGDocument
Document? getSVGDocument();
};
//HTMLEmbedElement implements MozImageLoadingContent;
//HTMLEmbedElement implements MozFrameLoaderOwner;
//HTMLEmbedElement implements MozObjectLoadingContent;