Bug 824222 - Remove commented out IDL members for xmllang, xmlspace and xmlbase. r=bzbarsky

This commit is contained in:
Cameron McCormack 2015-02-12 15:22:29 +11:00
parent 0b9c6a2f31
commit d431ddbc87

View File

@ -12,19 +12,12 @@
interface SVGElement : Element {
attribute DOMString id;
/* [SetterThrows]
attribute DOMString xmlbase; */
[Constant]
readonly attribute SVGAnimatedString className;
[PutForwards=cssText, Constant]
readonly attribute CSSStyleDeclaration style;
/*[SetterThrows]
attribute DOMString xmllang;
[SetterThrows]
attribute DOMString xmlspace;*/
readonly attribute SVGSVGElement? ownerSVGElement;
readonly attribute SVGElement? viewportElement;