mirror of
https://github.com/servo/servo.git
synced 2025-10-14 23:40:26 +01:00
Remove Gecko-specific and other commented-out code in IDL.
This commit is contained in:
parent
da16e54243
commit
546a506149
39 changed files with 7 additions and 1117 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue