| Index: Source/core/svg/SVGSVGElement.idl
|
| diff --git a/Source/core/svg/SVGSVGElement.idl b/Source/core/svg/SVGSVGElement.idl
|
| index e0fce74cf41b55339a51883b516fd840a868e040..c2d68520efc63ac14e03259e744d9dfc884f95b1 100644
|
| --- a/Source/core/svg/SVGSVGElement.idl
|
| +++ b/Source/core/svg/SVGSVGElement.idl
|
| @@ -21,10 +21,8 @@
|
| */
|
|
|
| // TODO: no css::ViewCSS available!
|
| -// TODO: Fix SVGSVGElement inheritance (css::DocumentCSS)!
|
| // TODO: no events::DocumentEvent available!
|
| -interface SVGSVGElement : SVGStyledElement,
|
| - SVGTransformable {
|
| +interface SVGSVGElement : SVGGraphicsElement {
|
| readonly attribute SVGAnimatedLength x;
|
| readonly attribute SVGAnimatedLength y;
|
| readonly attribute SVGAnimatedLength width;
|
| @@ -72,7 +70,6 @@ interface SVGSVGElement : SVGStyledElement,
|
| };
|
|
|
| SVGSVGElement implements SVGExternalResourcesRequired;
|
| -SVGSVGElement implements SVGTests;
|
| SVGSVGElement implements SVGFitToViewBox;
|
| SVGSVGElement implements SVGZoomAndPan;
|
|
|
|
|