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

Clean up SVGLocatable and SVGTransformable references #5146

Merged
merged 1 commit into from
May 20, 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: 1 addition & 1 deletion files/en-us/web/api/svgforeignobjectelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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 {{domxref("SVGTransformable")}} by {{domxref("SVGGraphicsElement")}} and {{domxref("SVGURIReference")}}</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>
</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 @@ -34,7 +34,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 {{domxref("SVGTransformable")}}.</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>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "struct.html#InterfaceSVGGElement", "SVGGElement")}}</td>
Expand Down
4 changes: 0 additions & 4 deletions files/en-us/web/api/svggraphicselement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@

<p>{{InheritanceDiagram(600, 120)}}</p>

<div class="note">
<p><strong>Note:</strong> This interface was introduced in SVG 2 and replaces the {{domxref("SVGLocatable")}} and {{domxref("SVGTransformable")}} interfaces from SVG 1.1.</p>
</div>

<h2 id="Properties">Properties</h2>

<p><em>This interface also inherits properties from its parent, {{domxref("SVGElement")}}.</em></p>
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 @@ -59,7 +59,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 {{domxref("SVGTransformable")}} and added the <code>crossOrigin</code> property.</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>
</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 @@ -45,7 +45,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 {{domxref("SVGTransformable")}}.</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>
</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 @@ -49,7 +49,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 {{domxref("SVGTransformable")}}.</td>
<td>Removed the implemented interfaces {{domxref("SVGTests")}}, <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 @@ -51,7 +51,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 {{domxref("SVGTransformable")}}.</td>
<td>Removed the implemented interfaces {{domxref("SVGTests")}}, <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 @@ -34,7 +34,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 {{domxref("SVGTransformable")}} by {{domxref("SVGGeometryElement")}}</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>
</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 @@ -34,7 +34,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 {{domxref("SVGTransformable")}} by {{domxref("SVGGeometryElement")}}</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>
</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 @@ -78,7 +78,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 {{domxref("SVGTransformable")}} by {{domxref("SVGGeometryElement")}}</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>
</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 @@ -156,7 +156,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>, {{domxref("SVGLocatable")}}, {{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 {{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>
</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 @@ -34,7 +34,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 {{domxref("SVGTransformable")}}.</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>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "struct.html#InterfaceSVGSwitchElement", "SVGSwitchElement")}}</td>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgtextelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 id="Specifications">Specifications</h2>
<tr>
<td>{{SpecName("SVG2", "text.html#InterfaceSVGTextElement", "SVGTextElement")}}</td>
<td>{{Spec2("SVG2")}}</td>
<td>Removed the implemented interface {{domxref("SVGTransformable")}}.</td>
<td>Removed the implemented interface <code>SVGTransformable</code>.</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "text.html#InterfaceSVGTextElement", "SVGTextElement")}}</td>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/svg/svg_2_support_in_mozilla/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h2 id="Basic_Data_Types_and_Interfaces">Basic Data Types and Interfaces</h2>
<td>Implementation status unknown</td>
</tr>
<tr style="color: black; background-color: #cccccc;">
<td>{{domxref("SVGGraphicsElement")}} instead of {{domxref("SVGLocatable")}} and {{domxref("SVGTransformable")}}</td>
<td>{{domxref("SVGGraphicsElement")}} instead of <code>SVGLocatable</code> and <code>SVGTransformable</code></td>
<td>Implementation status unknown</td>
</tr>
<tr style="color: black; background-color: khaki;">
Expand Down