mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 824222 - Remove commented out IDL members for xmllang, xmlspace and xmlbase. r=bzbarsky
This commit is contained in:
parent
0b9c6a2f31
commit
d431ddbc87
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user