diff --git a/files/en-us/_redirects.txt b/files/en-us/_redirects.txt index 0ac2cdc25008b4c..8eedfc5103fd8bb 100644 --- a/files/en-us/_redirects.txt +++ b/files/en-us/_redirects.txt @@ -1704,7 +1704,6 @@ /en-US/docs/DOM/SVGSymbolElement /en-US/docs/Web/API/SVGSymbolElement /en-US/docs/DOM/SVGTRefElement /en-US/docs/Web/API/SVGTRefElement /en-US/docs/DOM/SVGTSpanElement /en-US/docs/Web/API/SVGTSpanElement -/en-US/docs/DOM/SVGTests /en-US/docs/Web/API/SVGTests /en-US/docs/DOM/SVGTextElement /en-US/docs/Web/API/SVGTextElement /en-US/docs/DOM/SVGTextPositioningElement /en-US/docs/Web/API/SVGTextPositioningElement /en-US/docs/DOM/SVGTitleElement /en-US/docs/Web/API/SVGTitleElement @@ -3075,7 +3074,6 @@ /en-US/docs/Document_Object_Model_(DOM)/SVGSymbolElement /en-US/docs/Web/API/SVGSymbolElement /en-US/docs/Document_Object_Model_(DOM)/SVGTRefElement /en-US/docs/Web/API/SVGTRefElement /en-US/docs/Document_Object_Model_(DOM)/SVGTSpanElement /en-US/docs/Web/API/SVGTSpanElement -/en-US/docs/Document_Object_Model_(DOM)/SVGTests /en-US/docs/Web/API/SVGTests /en-US/docs/Document_Object_Model_(DOM)/SVGTextElement /en-US/docs/Web/API/SVGTextElement /en-US/docs/Document_Object_Model_(DOM)/SVGTextPositioningElement /en-US/docs/Web/API/SVGTextPositioningElement /en-US/docs/Document_Object_Model_(DOM)/SVGTitleElement /en-US/docs/Web/API/SVGTitleElement diff --git a/files/en-us/_wikihistory.json b/files/en-us/_wikihistory.json index 9679f555a160a90..259fdba80375ac4 100644 --- a/files/en-us/_wikihistory.json +++ b/files/en-us/_wikihistory.json @@ -77607,20 +77607,6 @@ "Jeremie" ] }, - "Web/API/SVGTests": { - "modified": "2020-10-15T21:09:43.330Z", - "contributors": [ - "fscholz", - "jpmedley", - "Sebastianz", - "mattwojo", - "kscarfone", - "Sheppy", - "kohei.yoshino", - "Jeremie", - "Longsonr" - ] - }, "Web/API/SVGTextContentElement": { "modified": "2020-10-15T21:51:29.333Z", "contributors": [ diff --git a/files/en-us/mozilla/firefox/releases/12/index.html b/files/en-us/mozilla/firefox/releases/12/index.html index 03f841c03a08761..7acbf5ad37af927 100644 --- a/files/en-us/mozilla/firefox/releases/12/index.html +++ b/files/en-us/mozilla/firefox/releases/12/index.html @@ -62,7 +62,7 @@

New WebAPIs

SVG

diff --git a/files/en-us/web/api/document_object_model/index.html b/files/en-us/web/api/document_object_model/index.html index c1f6eb60354693c..27f48ab7b693666 100644 --- a/files/en-us/web/api/document_object_model/index.html +++ b/files/en-us/web/api/document_object_model/index.html @@ -299,7 +299,6 @@

Other SVG interfaces

  • {{DOMxRef("SVGFitToViewBox")}}
  • {{DOMxRef("SVGLocatable")}} {{Deprecated_Inline}}
  • {{DOMxRef("SVGRenderingIntent")}} {{Deprecated_Inline}}
  • -
  • {{DOMxRef("SVGTests")}}
  • {{DOMxRef("SVGUnitTypes")}}
  • {{DOMxRef("SVGUseElementShadowRoot")}}
  • {{DOMxRef("SVGViewSpec")}} {{Deprecated_Inline}}
  • diff --git a/files/en-us/web/api/svgaelement/index.html b/files/en-us/web/api/svgaelement/index.html index 98124dcb5110ad0..23f91f760f31acd 100644 --- a/files/en-us/web/api/svgaelement/index.html +++ b/files/en-us/web/api/svgaelement/index.html @@ -73,7 +73,7 @@

    Specifications

    {{SpecName("SVG2", "linking.html#InterfaceSVGAElement")}} {{Spec2("SVG2")}} - Replaced inheritance from {{domxref("SVGElement")}} by {{domxref("SVGGraphicsElement")}} and removed the interface implementations of {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable by {{domxref("HTMLHyperlinkElementUtils")}} + Replaced inheritance from {{domxref("SVGElement")}} by {{domxref("SVGGraphicsElement")}} and removed the interface implementations of SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable by {{domxref("HTMLHyperlinkElementUtils")}} {{SpecName("SVG1.1", "linking.html#InterfaceSVGAElement")}} diff --git a/files/en-us/web/api/svganimationelement/index.html b/files/en-us/web/api/svganimationelement/index.html index 4e7571f786ce494..bb2efda4bca2984 100644 --- a/files/en-us/web/api/svganimationelement/index.html +++ b/files/en-us/web/api/svganimationelement/index.html @@ -20,6 +20,10 @@

    Properties

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

    +
    {{domxref("SVGAnimationElement.requiredExtensions")}} {{ReadOnlyInline}}
    +
    An {{domxref("SVGStringList")}} reflecting the the {{SVGAttr("requiredExtensions")}} attribute of the given element.
    +
    {{domxref("SVGAnimationElement.systemLanguage")}} {{ReadOnlyInline}}
    +
    An {{domxref("SVGStringList")}} reflecting the the {{SVGAttr("systemLanguage")}} attribute of the given element.
    {{domxref("SVGAnimationElement.targetElement")}} {{ReadOnlyInline}}
    An {{domxref("SVGElement")}} representing the element which is being animated. If no target element is being animated (for example, because the {{SVGAttr("href")}} specifies an unknown element) the value returned is null.
    diff --git a/files/en-us/web/api/svgcircleelement/index.html b/files/en-us/web/api/svgcircleelement/index.html index b22366ae5cacc91..371fe0563e94769 100644 --- a/files/en-us/web/api/svgcircleelement/index.html +++ b/files/en-us/web/api/svgcircleelement/index.html @@ -79,7 +79,7 @@

    Specifications

    {{SpecName("SVG2", "shapes.html#InterfaceSVGCircleElement", "SVGCircleElement")}} {{Spec2("SVG2")}} - Replaced the inheritance from {{domxref("SVGElement")}}, {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable by {{domxref("SVGGeometryElement")}} + Replaced the inheritance from {{domxref("SVGElement")}}, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable by {{domxref("SVGGeometryElement")}} {{SpecName("SVG1.1", "shapes.html#InterfaceSVGCircleElement", "SVGCircleElement")}} diff --git a/files/en-us/web/api/svgclippathelement/index.html b/files/en-us/web/api/svgclippathelement/index.html index 43861e81de48abf..b989a837c68683b 100644 --- a/files/en-us/web/api/svgclippathelement/index.html +++ b/files/en-us/web/api/svgclippathelement/index.html @@ -40,7 +40,7 @@

    Specifications

    {{SpecName("CSS Masks", "#InterfaceSVGClipPathElement", "SVGClipPathElement")}} {{Spec2("CSS Masks")}} - Removed the inheritance from {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGTransformable, and {{domxref("SVGUnitTypes")}} + Removed the inheritance from SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGTransformable, and {{domxref("SVGUnitTypes")}} {{SpecName("SVG1.1", "masking.html#InterfaceSVGClipPathElement", "SVGClipPathElement")}} diff --git a/files/en-us/web/api/svgdefselement/index.html b/files/en-us/web/api/svgdefselement/index.html index 6e864188709f8b9..d697c423b8bdcb0 100644 --- a/files/en-us/web/api/svgdefselement/index.html +++ b/files/en-us/web/api/svgdefselement/index.html @@ -35,7 +35,7 @@

    Specifications

    {{SpecName("SVG2", "struct.html#InterfaceSVGDefsElement", "SVGDefsElement")}} {{Spec2("SVG2")}} - Replaced the inheritance from {{domxref("SVGElement")}}{{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable by {{domxref("SVGGraphicsElement")}} + Replaced the inheritance from {{domxref("SVGElement")}}, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable by {{domxref("SVGGraphicsElement")}} {{SpecName("SVG1.1", "struct.html#InterfaceSVGDefsElement", "SVGDefsElement")}} diff --git a/files/en-us/web/api/svgforeignobjectelement/index.html b/files/en-us/web/api/svgforeignobjectelement/index.html index 44be7804dc98dfa..4ea10c242fdc190 100644 --- a/files/en-us/web/api/svgforeignobjectelement/index.html +++ b/files/en-us/web/api/svgforeignobjectelement/index.html @@ -46,7 +46,7 @@

    Specifications

    {{SpecName("SVG2", "embedded.html#ForeignObjectElement", "SVGForeignObjectElement")}} {{Spec2("SVG2")}} - Replaced the inheritance from {{domxref("SVGElement")}}, {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable by {{domxref("SVGGraphicsElement")}} and {{domxref("SVGURIReference")}} + Replaced the inheritance from {{domxref("SVGElement")}}, 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 552009c79e9337e..51b3ca83a6573b7 100644 --- a/files/en-us/web/api/svggelement/index.html +++ b/files/en-us/web/api/svggelement/index.html @@ -35,7 +35,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 SVGTransformable. + Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGraphicsElement")}} and removed the implemented interfaces 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 fc0e8a55b6a427a..c79bf813bd7a775 100644 --- a/files/en-us/web/api/svggraphicselement/index.html +++ b/files/en-us/web/api/svggraphicselement/index.html @@ -20,6 +20,10 @@

    Properties

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

    +
    {{domxref("SVGGraphicsElement.requiredExtensions")}} {{ReadOnlyInline}}
    +
    An {{domxref("SVGStringList")}} reflecting the the {{SVGAttr("requiredExtensions")}} attribute of the given element.
    +
    {{domxref("SVGGraphicsElement.systemLanguage")}} {{ReadOnlyInline}}
    +
    An {{domxref("SVGStringList")}} reflecting the the {{SVGAttr("systemLanguage")}} attribute of the given element.
    {{domxref("SVGGraphicsElement.transform")}} {{ReadOnlyInline}}
    An {{domxref("SVGAnimatedTransformList")}} reflecting the computed value of the {{cssxref("transform")}} property and its corresponding {{SVGAttr("transform")}} attribute of the given element.
    diff --git a/files/en-us/web/api/svgimageelement/index.html b/files/en-us/web/api/svgimageelement/index.html index aa5e6a4a5fb9781..2c16b3fba74289e 100644 --- a/files/en-us/web/api/svgimageelement/index.html +++ b/files/en-us/web/api/svgimageelement/index.html @@ -62,7 +62,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 SVGTransformable and added the crossOrigin property. + Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGraphicsElement")}}, removed the implemented interfaces 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 c63c41a501780a7..66f9c8415f7ead5 100644 --- a/files/en-us/web/api/svglineelement/index.html +++ b/files/en-us/web/api/svglineelement/index.html @@ -46,7 +46,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 SVGTransformable. + Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGeometryElement")}} and removed the implemented interfaces 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 41181c180ca2a07..b9bc24093048b5e 100644 --- a/files/en-us/web/api/svgmaskelement/index.html +++ b/files/en-us/web/api/svgmaskelement/index.html @@ -50,7 +50,7 @@

    Specifications

    {{SpecName("CSS Masks", "#InterfaceSVGMaskElement", "SVGMaskElement")}} {{Spec2("CSS Masks")}} - Removed the implemented interfaces {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable. + Removed the implemented interfaces 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 3e442224bfe88f2..7184fceec089090 100644 --- a/files/en-us/web/api/svgpatternelement/index.html +++ b/files/en-us/web/api/svgpatternelement/index.html @@ -54,7 +54,7 @@

    Specifications

    {{SpecName("SVG2", "pservers.html#InterfaceSVGPatternElement", "SVGPatternElement")}} {{Spec2("SVG2")}} - Removed the implemented interfaces {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable. + Removed the implemented interfaces 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 ab42118074bd161..1d6eb1e175843b7 100644 --- a/files/en-us/web/api/svgpolygonelement/index.html +++ b/files/en-us/web/api/svgpolygonelement/index.html @@ -35,7 +35,7 @@

    Specifications

    {{SpecName("SVG2", "shapes.html#InterfaceSVGPolygonElement", "SVGPolygonElement")}} {{Spec2("SVG2")}} - Replaced the inheritance from {{domxref("SVGElement")}}{{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable by {{domxref("SVGGeometryElement")}} + Replaced the inheritance from {{domxref("SVGElement")}}, 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 9b5f2405ce282fb..90a44a9cacc1477 100644 --- a/files/en-us/web/api/svgpolylineelement/index.html +++ b/files/en-us/web/api/svgpolylineelement/index.html @@ -35,7 +35,7 @@

    Specifications

    {{SpecName("SVG2", "shapes.html#InterfaceSVGPolylineElement", "SVGPolylineElement")}} {{Spec2("SVG2")}} - Replaced the inheritance from {{domxref("SVGElement")}}{{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable by {{domxref("SVGGeometryElement")}} + Replaced the inheritance from {{domxref("SVGElement")}}, 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 45695ba55badcd5..a237a3bccd01bb3 100644 --- a/files/en-us/web/api/svgrectelement/index.html +++ b/files/en-us/web/api/svgrectelement/index.html @@ -79,7 +79,7 @@

    Specifications

    {{SpecName("SVG2", "shapes.html#InterfaceSVGRectElement", "SVGRectElement")}} {{Spec2('SVG2')}} - Replaced the inheritance from {{domxref("SVGElement")}}{{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable by {{domxref("SVGGeometryElement")}} + Replaced the inheritance from {{domxref("SVGElement")}}, 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 4a71a0e30ce5740..024af1c402a4b8a 100644 --- a/files/en-us/web/api/svgsvgelement/index.html +++ b/files/en-us/web/api/svgsvgelement/index.html @@ -157,7 +157,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, 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 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 a993aaefc60fa5e..a03fbe52d253912 100644 --- a/files/en-us/web/api/svgswitchelement/index.html +++ b/files/en-us/web/api/svgswitchelement/index.html @@ -35,7 +35,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 SVGTransformable. + Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGraphicsElement")}} and removed the implemented interfaces SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, and SVGTransformable. {{SpecName("SVG1.1", "struct.html#InterfaceSVGSwitchElement", "SVGSwitchElement")}} diff --git a/files/en-us/web/api/svgtests/index.html b/files/en-us/web/api/svgtests/index.html deleted file mode 100644 index 2bc724fcd50166a..000000000000000 --- a/files/en-us/web/api/svgtests/index.html +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: SVGTests -slug: Web/API/SVGTests -tags: - - API - - NeedsExample - - Reference - - SVG - - SVG DOM -browser-compat: api.SVGTests ---- -
    {{APIRef("SVG")}}
    - -

    The SVGTests interface is used to reflect conditional processing attributes and is mixed into other interfaces for elements that support these attributes.

    - -

    Properties

    - -
    -
    {{domxref("SVGTests.requiredFeatures")}} {{ReadOnlyInline}} {{deprecated_inline}}
    -
    An {{domxref("SVGStringList")}} corresponding to the {{SVGAttr("requiredFeatures")}} attribute of the given element.
    -
    {{domxref("SVGTests.requiredExtensions")}} {{ReadOnlyInline}}
    -
    An {{domxref("SVGStringList")}} corresponding to the {{SVGAttr("requiredExtensions")}} attribute of the given element.
    -
    {{domxref("SVGTests.systemLanguage")}} {{ReadOnlyInline}}
    -
    An {{domxref("SVGStringList")}} corresponding to the {{SVGAttr("systemLanguage")}} attribute of the given element.
    -
    - -

    Methods

    - -
    -
    {{domxref("SVGTests.hasExtension()")}} {{ReadOnlyInline}} {{deprecated_inline}}
    -
    Returns true if the browser supports the given extension, specified by a URI.
    -
    - -

    Specifications

    - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName("SVG2", "types.html#InterfaceSVGTests", "SVGTests")}}{{Spec2("SVG2")}}Removed requiredFeatures property and hasExtension() method.
    {{SpecName("SVG1.1", "types.html#InterfaceSVGTests", "SVGTests")}}{{Spec2("SVG1.1")}}Initial definition
    - -

    Browser compatibility

    - -

    {{Compat}}

    diff --git a/files/en-us/web/api/svgtextcontentelement/index.html b/files/en-us/web/api/svgtextcontentelement/index.html index f2c214d2f18a4c3..bfca00b3aad8043 100644 --- a/files/en-us/web/api/svgtextcontentelement/index.html +++ b/files/en-us/web/api/svgtextcontentelement/index.html @@ -94,7 +94,7 @@

    Specifications

    {{SpecName("SVG2", "text.html#InterfaceSVGTextContentElement", "SVGTextContentElement")}} {{Spec2("SVG2")}} - Changed inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGraphicsElement")}} and getStartPositionOfChar() and removed implementations of {{domxref("SVGTests")}}, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable interfaces and getEndPositionOfChar() to return a {{domxref("DOMPoint")}} instead of an {{domxref("SVGPoint")}}. + Changed inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGraphicsElement")}} and getStartPositionOfChar() and removed implementations of SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable interfaces and getEndPositionOfChar() to return a {{domxref("DOMPoint")}} instead of an {{domxref("SVGPoint")}}. {{SpecName("SVG1.1", "text.html#InterfaceSVGTextContentElement", "SVGTextContentElement")}}