Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demix SVGTests to SVGAnimationElement and SVGGraphicsElement #5533

Merged
merged 1 commit into from
Jun 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
14 changes: 0 additions & 14 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/mozilla/firefox/releases/12/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h4 id="New_WebAPIs">New WebAPIs</h4>
<h3 id="SVG">SVG</h3>

<ul>
<li>Firefox now implements the {{domxref("SVGTests")}} DOM API, see {{bug("607854")}}</li>
<li>Firefox now implements the <code>SVGTests</code> DOM API, see {{bug("607854")}}</li>
<li>The {{domxref("SVGStringList")}} DOM interface support the non-standard <code>length</code> property see {{bug("711958")}}</li>
</ul>

Expand Down
1 change: 0 additions & 1 deletion files/en-us/web/api/document_object_model/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ <h3 id="Other_SVG_interfaces">Other SVG interfaces</h3>
<li>{{DOMxRef("SVGFitToViewBox")}}</li>
<li>{{DOMxRef("SVGLocatable")}} {{Deprecated_Inline}}</li>
<li>{{DOMxRef("SVGRenderingIntent")}} {{Deprecated_Inline}}</li>
<li>{{DOMxRef("SVGTests")}}</li>
<li>{{DOMxRef("SVGUnitTypes")}}</li>
<li>{{DOMxRef("SVGUseElementShadowRoot")}}</li>
<li>{{DOMxRef("SVGViewSpec")}} {{Deprecated_Inline}}</li>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgaelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2 id="Specifications">Specifications</h2>
<tr>
<td>{{SpecName("SVG2", "linking.html#InterfaceSVGAElement")}}</td>
<td>{{Spec2("SVG2")}}</td>
<td>Replaced inheritance from {{domxref("SVGElement")}} by {{domxref("SVGGraphicsElement")}} and removed the interface implementations of {{domxref("SVGTests")}}, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code> by {{domxref("HTMLHyperlinkElementUtils")}}</td>
<td>Replaced inheritance from {{domxref("SVGElement")}} by {{domxref("SVGGraphicsElement")}} and removed the interface implementations of <code>SVGTests</code>, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code> by {{domxref("HTMLHyperlinkElementUtils")}}</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "linking.html#InterfaceSVGAElement")}}</td>
Expand Down
4 changes: 4 additions & 0 deletions files/en-us/web/api/svganimationelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ <h2 id="Properties">Properties</h2>
<p><em>This interface also inherits properties from its parent, {{domxref("SVGElement")}}.</em></p>

<dl>
<dt>{{domxref("SVGAnimationElement.requiredExtensions")}} {{ReadOnlyInline}}</dt>
<dd>An {{domxref("SVGStringList")}} reflecting the the {{SVGAttr("requiredExtensions")}} attribute of the given element.</dd>
<dt>{{domxref("SVGAnimationElement.systemLanguage")}} {{ReadOnlyInline}}</dt>
<dd>An {{domxref("SVGStringList")}} reflecting the the {{SVGAttr("systemLanguage")}} attribute of the given element.</dd>
<dt>{{domxref("SVGAnimationElement.targetElement")}} {{ReadOnlyInline}}</dt>
<dd>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 <code>null</code>.</dd>
</dl>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgcircleelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2 id="Specifications">Specifications</h2>
<tr>
<td>{{SpecName("SVG2", "shapes.html#InterfaceSVGCircleElement", "SVGCircleElement")}}</td>
<td>{{Spec2("SVG2")}}</td>
<td>Replaced the inheritance from {{domxref("SVGElement")}}, {{domxref("SVGTests")}}, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code> by {{domxref("SVGGeometryElement")}}</td>
<td>Replaced the inheritance from {{domxref("SVGElement")}}, <code>SVGTests</code>, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code> by {{domxref("SVGGeometryElement")}}</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "shapes.html#InterfaceSVGCircleElement", "SVGCircleElement")}}</td>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgclippathelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 id="Specifications">Specifications</h2>
<tr>
<td>{{SpecName("CSS Masks", "#InterfaceSVGClipPathElement", "SVGClipPathElement")}}</td>
<td>{{Spec2("CSS Masks")}}</td>
<td>Removed the inheritance from {{domxref("SVGTests")}}, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, <code>SVGTransformable</code>, and {{domxref("SVGUnitTypes")}}</td>
<td>Removed the inheritance from <code>SVGTests</code>, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, <code>SVGTransformable</code>, and {{domxref("SVGUnitTypes")}}</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "masking.html#InterfaceSVGClipPathElement", "SVGClipPathElement")}}</td>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgdefselement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2 id="Specifications">Specifications</h2>
<tr>
<td>{{SpecName("SVG2", "struct.html#InterfaceSVGDefsElement", "SVGDefsElement")}}</td>
<td>{{Spec2("SVG2")}}</td>
<td>Replaced the inheritance from {{domxref("SVGElement")}}{{domxref("SVGTests")}}, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code> by {{domxref("SVGGraphicsElement")}}</td>
<td>Replaced the inheritance from {{domxref("SVGElement")}}, <code>SVGTests</code>, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code> by {{domxref("SVGGraphicsElement")}}</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "struct.html#InterfaceSVGDefsElement", "SVGDefsElement")}}</td>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgforeignobjectelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2 id="Specifications">Specifications</h2>
<tr>
<td>{{SpecName("SVG2", "embedded.html#ForeignObjectElement", "SVGForeignObjectElement")}}</td>
<td>{{Spec2("SVG2")}}</td>
<td>Replaced the inheritance from {{domxref("SVGElement")}}, {{domxref("SVGTests")}}, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code> by {{domxref("SVGGraphicsElement")}} and {{domxref("SVGURIReference")}}</td>
<td>Replaced the inheritance from {{domxref("SVGElement")}}, <code>SVGTests</code>, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code> by {{domxref("SVGGraphicsElement")}} and {{domxref("SVGURIReference")}}</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "extend.html#InterfaceSVGForeignObjectElement", "SVGForeignObjectElement")}}</td>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svggelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2 id="Specifications">Specifications</h2>
<tr>
<td>{{SpecName("SVG2", "struct.html#InterfaceSVGGElement", "SVGGElement")}}</td>
<td>{{Spec2("SVG2")}}</td>
<td>Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGraphicsElement")}} and removed the implemented interfaces {{domxref("SVGTests")}}, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code>.</td>
<td>Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGraphicsElement")}} and removed the implemented interfaces <code>SVGTests</code>, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code>.</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "struct.html#InterfaceSVGGElement", "SVGGElement")}}</td>
Expand Down
4 changes: 4 additions & 0 deletions files/en-us/web/api/svggraphicselement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ <h2 id="Properties">Properties</h2>
<p><em>This interface also inherits properties from its parent, {{domxref("SVGElement")}}.</em></p>

<dl>
<dt>{{domxref("SVGGraphicsElement.requiredExtensions")}} {{ReadOnlyInline}}</dt>
<dd>An {{domxref("SVGStringList")}} reflecting the the {{SVGAttr("requiredExtensions")}} attribute of the given element.</dd>
<dt>{{domxref("SVGGraphicsElement.systemLanguage")}} {{ReadOnlyInline}}</dt>
<dd>An {{domxref("SVGStringList")}} reflecting the the {{SVGAttr("systemLanguage")}} attribute of the given element.</dd>
<dt>{{domxref("SVGGraphicsElement.transform")}} {{ReadOnlyInline}}</dt>
<dd>An {{domxref("SVGAnimatedTransformList")}} reflecting the computed value of the {{cssxref("transform")}} property and its corresponding {{SVGAttr("transform")}} attribute of the given element.</dd>
</dl>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgimageelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h2 id="Specifications">Specifications</h2>
<tr>
<td>{{SpecName("SVG2", "embedded.html#InterfaceSVGImageElement", "SVGImageElement")}}</td>
<td>{{Spec2("SVG2")}}</td>
<td>Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGraphicsElement")}}, removed the implemented interfaces {{domxref("SVGTests")}}, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code> and added the <code>crossOrigin</code> property.</td>
<td>Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGraphicsElement")}}, removed the implemented interfaces <code>SVGTests</code>, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code> and added the <code>crossOrigin</code> property.</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "struct.html#InterfaceSVGImageElement", "SVGImageElement")}}</td>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svglineelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2 id="Specifications">Specifications</h2>
<tr>
<td>{{SpecName("SVG2", "shapes.html#InterfaceSVGLineElement", "SVGLineElement")}}</td>
<td>{{Spec2("SVG2")}}</td>
<td>Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGeometryElement")}} and removed the implemented interfaces {{domxref("SVGTests")}}, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code>.</td>
<td>Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGeometryElement")}} and removed the implemented interfaces <code>SVGTests</code>, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code>.</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "shapes.html#InterfaceSVGLineElement", "SVGLineElement")}}</td>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgmaskelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2 id="Specifications">Specifications</h2>
<tr>
<td>{{SpecName("CSS Masks", "#InterfaceSVGMaskElement", "SVGMaskElement")}}</td>
<td>{{Spec2("CSS Masks")}}</td>
<td>Removed the implemented interfaces {{domxref("SVGTests")}}, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code>.</td>
<td>Removed the implemented interfaces <code>SVGTests</code>, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code>.</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "masking.html#InterfaceSVGMaskElement", "SVGMaskElement")}}</td>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgpatternelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2 id="Specifications">Specifications</h2>
<tr>
<td>{{SpecName("SVG2", "pservers.html#InterfaceSVGPatternElement", "SVGPatternElement")}}</td>
<td>{{Spec2("SVG2")}}</td>
<td>Removed the implemented interfaces {{domxref("SVGTests")}}, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code>.</td>
<td>Removed the implemented interfaces <code>SVGTests</code>, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code>.</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "pservers.html#InterfaceSVGPatternElement", "SVGPatternElement")}}</td>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgpolygonelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2 id="Specifications">Specifications</h2>
<tr>
<td>{{SpecName("SVG2", "shapes.html#InterfaceSVGPolygonElement", "SVGPolygonElement")}}</td>
<td>{{Spec2("SVG2")}}</td>
<td>Replaced the inheritance from {{domxref("SVGElement")}}{{domxref("SVGTests")}}, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code> by {{domxref("SVGGeometryElement")}}</td>
<td>Replaced the inheritance from {{domxref("SVGElement")}}, <code>SVGTests</code>, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code> by {{domxref("SVGGeometryElement")}}</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "shapes.html#InterfaceSVGPolygonElement", "SVGPolygonElement")}}</td>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgpolylineelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2 id="Specifications">Specifications</h2>
<tr>
<td>{{SpecName("SVG2", "shapes.html#InterfaceSVGPolylineElement", "SVGPolylineElement")}}</td>
<td>{{Spec2("SVG2")}}</td>
<td>Replaced the inheritance from {{domxref("SVGElement")}}{{domxref("SVGTests")}}, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code> by {{domxref("SVGGeometryElement")}}</td>
<td>Replaced the inheritance from {{domxref("SVGElement")}}, <code>SVGTests</code>, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code> by {{domxref("SVGGeometryElement")}}</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "shapes.html#InterfaceSVGPolylineElement", "SVGPolylineElement")}}</td>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgrectelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2 id="Specifications">Specifications</h2>
<tr>
<td>{{SpecName("SVG2", "shapes.html#InterfaceSVGRectElement", "SVGRectElement")}}</td>
<td>{{Spec2('SVG2')}}</td>
<td>Replaced the inheritance from {{domxref("SVGElement")}}{{domxref("SVGTests")}}, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code> by {{domxref("SVGGeometryElement")}}</td>
<td>Replaced the inheritance from {{domxref("SVGElement")}}, <code>SVGTests</code>, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code> by {{domxref("SVGGeometryElement")}}</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "shapes.html#InterfaceSVGRectElement", "SVGRectElement")}}</td>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgsvgelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <h2 id="Specifications">Specifications</h2>
<tr>
<td>{{SpecName("SVG2", "struct.html#InterfaceSVGSVGElement", "SVGSVGElement")}}</td>
<td>{{Spec2("SVG2")}}</td>
<td>Replaced the inheritance from {{domxref("SVGElement")}} by {{domxref("SVGGraphicsElement")}}, removed the implemented interfaces {{domxref("SVGTests")}}, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, <code>SVGLocatable</code>, {{domxref("DocumentEvent")}}, {{domxref("ViewCSS")}}, and {{domxref("DocumentCSS")}} and added implemented interface {{domxref("WindowEventHandlers")}}.</td>
<td>Replaced the inheritance from {{domxref("SVGElement")}} by {{domxref("SVGGraphicsElement")}}, removed the implemented interfaces <code>SVGTests</code>, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, <code>SVGLocatable</code>, {{domxref("DocumentEvent")}}, {{domxref("ViewCSS")}}, and {{domxref("DocumentCSS")}} and added implemented interface {{domxref("WindowEventHandlers")}}.</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "struct.html#InterfaceSVGSVGElement", "SVGSVGElement")}}</td>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgswitchelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2 id="Specifications">Specifications</h2>
<tr>
<td>{{SpecName("SVG2", "struct.html#InterfaceSVGSwitchElement", "SVGSwitchElement")}}</td>
<td>{{Spec2("SVG2")}}</td>
<td>Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGraphicsElement")}} and removed the implemented interfaces {{domxref("SVGTests")}}, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code>.</td>
<td>Changed the inheritance from {{domxref("SVGElement")}} to {{domxref("SVGGraphicsElement")}} and removed the implemented interfaces <code>SVGTests</code>, <code>SVGLangSpace</code>, <code>SVGExternalResourcesRequired</code>, <code>SVGStylable</code>, and <code>SVGTransformable</code>.</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "struct.html#InterfaceSVGSwitchElement", "SVGSwitchElement")}}</td>
Expand Down
58 changes: 0 additions & 58 deletions files/en-us/web/api/svgtests/index.html

This file was deleted.

Loading