diff --git a/files/en-us/web/api/svgforeignobjectelement/index.html b/files/en-us/web/api/svgforeignobjectelement/index.html index 8e5c1fc3b3ebbb8..1c74ebf59f8e0ec 100644 --- a/files/en-us/web/api/svgforeignobjectelement/index.html +++ b/files/en-us/web/api/svgforeignobjectelement/index.html @@ -45,7 +45,7 @@

Specifications

{{SpecName("SVG2", "embedded.html#ForeignObjectElement", "SVGForeignObjectElement")}} {{Spec2("SVG2")}} - Replaced the inheritance from {{domxref("SVGElement")}}, {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and {{domxref("SVGTransformable")}} by {{domxref("SVGGraphicsElement")}} and {{domxref("SVGURIReference")}} + Replaced the inheritance from {{domxref("SVGElement")}}, {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable by {{domxref("SVGGraphicsElement")}} and {{domxref("SVGURIReference")}} {{SpecName("SVG1.1", "extend.html#InterfaceSVGForeignObjectElement", "SVGForeignObjectElement")}} diff --git a/files/en-us/web/api/svggelement/index.html b/files/en-us/web/api/svggelement/index.html index cdc65b39deea4f0..c51ffa7a91e1eb2 100644 --- a/files/en-us/web/api/svggelement/index.html +++ b/files/en-us/web/api/svggelement/index.html @@ -34,7 +34,7 @@

Specifications

{{SpecName("SVG2", "struct.html#InterfaceSVGGElement", "SVGGElement")}} {{Spec2("SVG2")}} - Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGraphicsElement")}} and removed the implemented interfaces {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and {{domxref("SVGTransformable")}}. + Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGraphicsElement")}} and removed the implemented interfaces {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable. {{SpecName("SVG1.1", "struct.html#InterfaceSVGGElement", "SVGGElement")}} diff --git a/files/en-us/web/api/svggraphicselement/index.html b/files/en-us/web/api/svggraphicselement/index.html index d5a1bc43932e04d..00adb067a8460d1 100644 --- a/files/en-us/web/api/svggraphicselement/index.html +++ b/files/en-us/web/api/svggraphicselement/index.html @@ -14,10 +14,6 @@

{{InheritanceDiagram(600, 120)}}

-
-

Note: This interface was introduced in SVG 2 and replaces the {{domxref("SVGLocatable")}} and {{domxref("SVGTransformable")}} interfaces from SVG 1.1.

-
-

Properties

This interface also inherits properties from its parent, {{domxref("SVGElement")}}.

diff --git a/files/en-us/web/api/svgimageelement/index.html b/files/en-us/web/api/svgimageelement/index.html index d400cb28926c5b0..97d1bd0c5421c10 100644 --- a/files/en-us/web/api/svgimageelement/index.html +++ b/files/en-us/web/api/svgimageelement/index.html @@ -59,7 +59,7 @@

Specifications

{{SpecName("SVG2", "embedded.html#InterfaceSVGImageElement", "SVGImageElement")}} {{Spec2("SVG2")}} - Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGraphicsElement")}}, removed the implemented interfaces {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and {{domxref("SVGTransformable")}} and added the crossOrigin property. + Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGraphicsElement")}}, removed the implemented interfaces {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable and added the crossOrigin property. {{SpecName("SVG1.1", "struct.html#InterfaceSVGImageElement", "SVGImageElement")}} diff --git a/files/en-us/web/api/svglineelement/index.html b/files/en-us/web/api/svglineelement/index.html index 4b79bb0729d5cb8..0a65797f1cf637f 100644 --- a/files/en-us/web/api/svglineelement/index.html +++ b/files/en-us/web/api/svglineelement/index.html @@ -45,7 +45,7 @@

Specifications

{{SpecName("SVG2", "shapes.html#InterfaceSVGLineElement", "SVGLineElement")}} {{Spec2("SVG2")}} - Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGeometryElement")}} and removed the implemented interfaces {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and {{domxref("SVGTransformable")}}. + Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGeometryElement")}} and removed the implemented interfaces {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable. {{SpecName("SVG1.1", "shapes.html#InterfaceSVGLineElement", "SVGLineElement")}} diff --git a/files/en-us/web/api/svgmaskelement/index.html b/files/en-us/web/api/svgmaskelement/index.html index 05849a4229c16d8..76d70d41d96ea9b 100644 --- a/files/en-us/web/api/svgmaskelement/index.html +++ b/files/en-us/web/api/svgmaskelement/index.html @@ -49,7 +49,7 @@

Specifications

{{SpecName("CSS Masks", "#InterfaceSVGMaskElement", "SVGMaskElement")}} {{Spec2("CSS Masks")}} - Removed the implemented interfaces {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and {{domxref("SVGTransformable")}}. + Removed the implemented interfaces {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable. {{SpecName("SVG1.1", "masking.html#InterfaceSVGMaskElement", "SVGMaskElement")}} diff --git a/files/en-us/web/api/svgpatternelement/index.html b/files/en-us/web/api/svgpatternelement/index.html index cfcad0cb5bcdfde..af798a93adc5981 100644 --- a/files/en-us/web/api/svgpatternelement/index.html +++ b/files/en-us/web/api/svgpatternelement/index.html @@ -51,7 +51,7 @@

Specifications

{{SpecName("SVG2", "pservers.html#InterfaceSVGPatternElement", "SVGPatternElement")}} {{Spec2("SVG2")}} - Removed the implemented interfaces {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and {{domxref("SVGTransformable")}}. + Removed the implemented interfaces {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable. {{SpecName("SVG1.1", "pservers.html#InterfaceSVGPatternElement", "SVGPatternElement")}} diff --git a/files/en-us/web/api/svgpolygonelement/index.html b/files/en-us/web/api/svgpolygonelement/index.html index 3b8bca10ae0073b..618573c1c064938 100644 --- a/files/en-us/web/api/svgpolygonelement/index.html +++ b/files/en-us/web/api/svgpolygonelement/index.html @@ -34,7 +34,7 @@

Specifications

{{SpecName("SVG2", "shapes.html#InterfaceSVGPolygonElement", "SVGPolygonElement")}} {{Spec2("SVG2")}} - Replaced the inheritance from {{domxref("SVGElement")}}{{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and {{domxref("SVGTransformable")}} by {{domxref("SVGGeometryElement")}} + Replaced the inheritance from {{domxref("SVGElement")}}{{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable by {{domxref("SVGGeometryElement")}} {{SpecName("SVG1.1", "shapes.html#InterfaceSVGPolygonElement", "SVGPolygonElement")}} diff --git a/files/en-us/web/api/svgpolylineelement/index.html b/files/en-us/web/api/svgpolylineelement/index.html index ed491bc1a5ae539..3ae948bed1abb1c 100644 --- a/files/en-us/web/api/svgpolylineelement/index.html +++ b/files/en-us/web/api/svgpolylineelement/index.html @@ -34,7 +34,7 @@

Specifications

{{SpecName("SVG2", "shapes.html#InterfaceSVGPolylineElement", "SVGPolylineElement")}} {{Spec2("SVG2")}} - Replaced the inheritance from {{domxref("SVGElement")}}{{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and {{domxref("SVGTransformable")}} by {{domxref("SVGGeometryElement")}} + Replaced the inheritance from {{domxref("SVGElement")}}{{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable by {{domxref("SVGGeometryElement")}} {{SpecName("SVG1.1", "shapes.html#InterfaceSVGPolylineElement", "SVGPolylineElement")}} diff --git a/files/en-us/web/api/svgrectelement/index.html b/files/en-us/web/api/svgrectelement/index.html index d684f2986d559d2..3ce01f2f9520ba2 100644 --- a/files/en-us/web/api/svgrectelement/index.html +++ b/files/en-us/web/api/svgrectelement/index.html @@ -78,7 +78,7 @@

Specifications

{{SpecName("SVG2", "shapes.html#InterfaceSVGRectElement", "SVGRectElement")}} {{Spec2('SVG2')}} - Replaced the inheritance from {{domxref("SVGElement")}}{{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and {{domxref("SVGTransformable")}} by {{domxref("SVGGeometryElement")}} + Replaced the inheritance from {{domxref("SVGElement")}}{{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable by {{domxref("SVGGeometryElement")}} {{SpecName("SVG1.1", "shapes.html#InterfaceSVGRectElement", "SVGRectElement")}} diff --git a/files/en-us/web/api/svgsvgelement/index.html b/files/en-us/web/api/svgsvgelement/index.html index 833d8a4b755e9cc..6e9a9a07e420f0c 100644 --- a/files/en-us/web/api/svgsvgelement/index.html +++ b/files/en-us/web/api/svgsvgelement/index.html @@ -156,7 +156,7 @@

Specifications

{{SpecName("SVG2", "struct.html#InterfaceSVGSVGElement", "SVGSVGElement")}} {{Spec2("SVG2")}} - Replaced the inheritance from {{domxref("SVGElement")}} by {{domxref("SVGGraphicsElement")}}, removed the implemented interfaces {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, {{domxref("SVGLocatable")}}, {{domxref("DocumentEvent")}}, {{domxref("ViewCSS")}}, and {{domxref("DocumentCSS")}} and added implemented interface {{domxref("WindowEventHandlers")}}. + Replaced the inheritance from {{domxref("SVGElement")}} by {{domxref("SVGGraphicsElement")}}, removed the implemented interfaces {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGLocatable, {{domxref("DocumentEvent")}}, {{domxref("ViewCSS")}}, and {{domxref("DocumentCSS")}} and added implemented interface {{domxref("WindowEventHandlers")}}. {{SpecName("SVG1.1", "struct.html#InterfaceSVGSVGElement", "SVGSVGElement")}} diff --git a/files/en-us/web/api/svgswitchelement/index.html b/files/en-us/web/api/svgswitchelement/index.html index 51e3861a999410d..dbf0c7f5b2d6287 100644 --- a/files/en-us/web/api/svgswitchelement/index.html +++ b/files/en-us/web/api/svgswitchelement/index.html @@ -34,7 +34,7 @@

Specifications

{{SpecName("SVG2", "struct.html#InterfaceSVGSwitchElement", "SVGSwitchElement")}} {{Spec2("SVG2")}} - Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGraphicsElement")}} and removed the implemented interfaces {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and {{domxref("SVGTransformable")}}. + Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGraphicsElement")}} and removed the implemented interfaces {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable. {{SpecName("SVG1.1", "struct.html#InterfaceSVGSwitchElement", "SVGSwitchElement")}} diff --git a/files/en-us/web/api/svgtextelement/index.html b/files/en-us/web/api/svgtextelement/index.html index 54b96478d1bff5c..14ee54d49261d80 100644 --- a/files/en-us/web/api/svgtextelement/index.html +++ b/files/en-us/web/api/svgtextelement/index.html @@ -34,7 +34,7 @@

Specifications

{{SpecName("SVG2", "text.html#InterfaceSVGTextElement", "SVGTextElement")}} {{Spec2("SVG2")}} - Removed the implemented interface {{domxref("SVGTransformable")}}. + Removed the implemented interface SVGTransformable. {{SpecName("SVG1.1", "text.html#InterfaceSVGTextElement", "SVGTextElement")}} diff --git a/files/en-us/web/svg/svg_2_support_in_mozilla/index.html b/files/en-us/web/svg/svg_2_support_in_mozilla/index.html index 6784f16c1988215..c01bf1bcc4c5961 100644 --- a/files/en-us/web/svg/svg_2_support_in_mozilla/index.html +++ b/files/en-us/web/svg/svg_2_support_in_mozilla/index.html @@ -92,7 +92,7 @@

Basic Data Types and Interfaces

Implementation status unknown - {{domxref("SVGGraphicsElement")}} instead of {{domxref("SVGLocatable")}} and {{domxref("SVGTransformable")}} + {{domxref("SVGGraphicsElement")}} instead of SVGLocatable and SVGTransformable Implementation status unknown