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

Remove SVGURIReference #5111

Merged
merged 1 commit into from
May 19, 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
1 change: 1 addition & 0 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8479,6 +8479,7 @@
/en-US/docs/Web/API/SVGPathElement/getPointAtLength /en-US/docs/Web/API/SVGGeometryElement/getPointAtLength
/en-US/docs/Web/API/SVGPathElement/getTotalLength /en-US/docs/Web/API/SVGGeometryElement/getTotalLength
/en-US/docs/Web/API/SVGPathElement/pathLength /en-US/docs/Web/API/SVGGeometryElement/pathLength
/en-US/docs/Web/API/SVGURIReference /en-US/docs/Web/SVG/Attribute/href
/en-US/docs/Web/API/Screen.availHeight /en-US/docs/Web/API/Screen/availHeight
/en-US/docs/Web/API/Screen.availLeft /en-US/docs/Web/API/Screen/availLeft
/en-US/docs/Web/API/Screen.availTop /en-US/docs/Web/API/Screen/availTop
Expand Down
7 changes: 0 additions & 7 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -77779,13 +77779,6 @@
"Jeremie"
]
},
"Web/API/SVGURIReference": {
"modified": "2020-10-15T21:53:52.446Z",
"contributors": [
"fscholz",
"Sebastianz"
]
},
"Web/API/SVGUnitTypes": {
"modified": "2020-10-15T21:53:52.450Z",
"contributors": [
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 @@ -308,7 +308,6 @@ <h3 id="Other_SVG_interfaces">Other SVG interfaces</h3>
<li>{{DOMxRef("SVGTests")}}</li>
<li>{{DOMxRef("SVGUnitTypes")}}</li>
<li>{{DOMxRef("SVGUseElementShadowRoot")}}</li>
<li>{{DOMxRef("SVGURIReference")}}</li>
<li>{{DOMxRef("SVGViewSpec")}} {{Deprecated_Inline}}</li>
<li>{{DOMxRef("SVGZoomAndPan")}}</li>
<li>{{DOMxRef("SVGZoomEvent")}} {{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 @@ -13,7 +13,7 @@

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

<p><em>This interface also inherits properties from its parent, {{domxref("SVGGraphicsElement")}}, and implements properties from {{domxref("SVGURIReference")}} and {{domxref("HTMLHyperlinkElementUtils")}}.</em></p>
<p><em>This interface also inherits properties from its parent, {{domxref("SVGGraphicsElement")}}, and implements properties from {{domxref("HTMLHyperlinkElementUtils")}}.</em></p>

<dl>
<dt>{{domxref("SVGAElement.download")}}</dt>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgcolorprofileelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2 id="Properties">Properties</h2>

<h2 id="Methods">Methods</h2>

<p><em>This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}, and implements methods of {{domxref("SVGURIReference")}} and {{domxref("SVGRenderingIntent")}}.</em></p>
<p><em>This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}, and implements methods of {{domxref("SVGRenderingIntent")}}.</em></p>

<h2 id="Specifications">Specifications</h2>

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgcursorelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

<p><em>This interface also inherits properties from its parent, {{domxref("SVGElement")}}, and implements properties from {{domxref("SVGURIReference")}}.</em></p>
<p><em>This interface also inherits properties from its parent, {{domxref("SVGElement")}}.</em></p>

<dl>
<dt>{{domxref("SVGCursorElement.x")}} {{ReadOnlyInline}}</dt>
Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/svgfeimageelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

<p><em>This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}, and implements properties of {{domxref("SVGFilterPrimitiveStandardAttributes")}} and {{domxref("SVGURIReference")}}.</em></p>
<p><em>This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}, and implements properties of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.</em></p>

<dl>
<dt>{{domxref("SVGFEImageElement.preserveAspectRatio")}} {{ReadOnlyInline}}</dt>
Expand All @@ -27,7 +27,7 @@ <h2 id="Properties">Properties</h2>

<h2 id="Methods">Methods</h2>

<p><em>This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}, and implements methods of {{domxref("SVGFilterPrimitiveStandardAttributes")}}and {{domxref("SVGURIReference")}}.</em></p>
<p><em>This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}, and implements methods of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.</em></p>

<h2 id="Specifications">Specifications</h2>

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/svgforeignobjectelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

<p><em>This interface also inherits properties from its parent, {{domxref("SVGGraphicsElement")}} and implements properties from {{domxref("SVGURIReference")}}.</em></p>
<p><em>This interface also inherits properties from its parent, {{domxref("SVGGraphicsElement")}}.</em></p>

<dl>
<dt>{{domxref("SVGForeignObjectElement.x")}} {{ReadOnlyInline}}</dt>
Expand All @@ -31,7 +31,7 @@ <h2 id="Properties">Properties</h2>

<h2 id="Methods">Methods</h2>

<p><em>This interface has no methods but inherits methods from its parent, {{domxref("SVGGraphicsElement")}} and implements methods from {{domxref("SVGURIReference")}}.</em></p>
<p><em>This interface has no methods but inherits methods from its parent, {{domxref("SVGGraphicsElement")}}.</em></p>

<h2 id="Specifications">Specifications</h2>

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/svgglyphrefelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

<p><em>This interface also inherits properties from its parent, {{domxref("SVGElement")}} and implements properties from {{domxref("SVGURIReference")}} and {{domxref("SVGStylable")}}.</em></p>
<p><em>This interface also inherits properties from its parent, {{domxref("SVGElement")}} and implements properties from {{domxref("SVGStylable")}}.</em></p>

<dl>
<dt>{{domxref("SVGGlyphRefElement.glyphRef")}}</dt>
Expand All @@ -35,7 +35,7 @@ <h2 id="Properties">Properties</h2>

<h2 id="Methods">Methods</h2>

<p><em>This interface has no methods but inherits methods from its parent, {{domxref("SVGElement")}} and implements methods from {{domxref("SVGURIReference")}} and {{domxref("SVGStylable")}}.</em></p>
<p><em>This interface has no methods but inherits methods from its parent, {{domxref("SVGElement")}} and implements methods from {{domxref("SVGStylable")}}.</em></p>

<h2 id="Specifications">Specifications</h2>

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svggradientelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h2 id="Constants">Constants</h2>

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

<p><em>This interface also inherits properties from its parent, {{domxref("SVGElement")}}, and implements those of {{domxref("SVGURIReference")}}.</em></p>
<p><em>This interface also inherits properties from its parent, {{domxref("SVGElement")}}.</em></p>

<dl>
<dt>{{domxref("SVGGradientElement.gradientUnits")}} {{ReadOnlyInline}}</dt>
Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/svgpatternelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

<p><em>This interface also inherits properties from its parent, {{domxref("SVGElement")}} and implements the ones from {{domxref("SVGFitToViewBox")}} and {{domxref("SVGURIReference")}}.</em></p>
<p><em>This interface also inherits properties from its parent, {{domxref("SVGElement")}} and implements the ones from {{domxref("SVGFitToViewBox")}}.</em></p>

<dl>
<dt>{{domxref("SVGPatternElement.patternUnits")}} {{ReadOnlyInline}}</dt>
Expand All @@ -37,7 +37,7 @@ <h2 id="Properties">Properties</h2>

<h2 id="Methods">Methods</h2>

<p><em>This interface doesn't implement any specific methods, but inherits methods from its parent interface, {{domxref("SVGElement")}} and implements the ones from {{domxref("SVGFitToViewBox")}} and {{domxref("SVGURIReference")}}</em>.</p>
<p><em>This interface doesn't implement any specific methods, but inherits methods from its parent interface, {{domxref("SVGElement")}} and implements the ones from {{domxref("SVGFitToViewBox")}}.</em></p>

<h2 id="Specifications">Specifications</h2>

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/svgtextpathelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h3 id="Spacing_types">Spacing types</h3>

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

<p><em>This interface also inherits properties from its parent interface, {{domxref("SVGTextContentElement")}}, and also implements properties of {{domxref("SVGURIReference")}}.</em></p>
<p><em>This interface also inherits properties from its parent interface, {{domxref("SVGTextContentElement")}}.</em></p>

<dl>
<dt>{{domxref("SVGTextPathElement.startOffset")}} {{ReadOnlyInline}}</dt>
Expand All @@ -85,7 +85,7 @@ <h2 id="Properties">Properties</h2>

<h2 id="Methods">Methods</h2>

<p><em>This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGTextContentElement")}}, and also implements methods of {{domxref("SVGURIReference")}}.</em></p>
<p><em>This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGTextContentElement")}}.</em></p>

<h2 id="Specifications">Specifications</h2>

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/svgtrefelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

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

<p><em>This interface has no properties but inherits properties from its parent, {{domxref("</em>SVGTextPositioningElement<em>")}} and implements properties from {{domxref("</em>SVGURIReference<em>")}}.</em></p>
<p><em>This interface has no properties but inherits properties from its parent, {{domxref("</em>SVGTextPositioningElement<em>")}}.</em></p>

<h2 id="Methods">Methods</h2>

<p><em>This interface has no methods but inherits methods from its parent, {{domxref("</em>SVGTextPositioningElement<em>")}} and implements properties from {{domxref("</em>SVGURIReference<em>")}}.</em></p>
<p><em>This interface has no methods but inherits methods from its parent, {{domxref("</em>SVGTextPositioningElement<em>")}}.</em></p>

<h2 id="Specifications">Specifications</h2>

Expand Down
57 changes: 0 additions & 57 deletions files/en-us/web/api/svgurireference/index.html

This file was deleted.

4 changes: 2 additions & 2 deletions files/en-us/web/api/svguseelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2 id="SVG_use_DOM_interface">SVG use DOM interface</h2>

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

<p><em>This interface also inherits properties from its parent interface, {{domxref("SVGGraphicsElement")}} and implements properties from {{domxref("SVGURIReference")}}.</em></p>
<p><em>This interface also inherits properties from its parent interface, {{domxref("SVGGraphicsElement")}}.</em></p>

<dl>
<dt>{{domxref("SVGUseElement.x")}} {{ReadOnlyInline}}</dt>
Expand All @@ -37,7 +37,7 @@ <h2 id="Properties">Properties</h2>

<h2 id="Methods">Methods</h2>

<p><em>This interface doesn't implement any specific methods, but inherits methods from its parent interface, {{domxref("SVGGraphicsElement")}} and implements methods from {{domxref("SVGURIReference")}}.</em></p>
<p><em>This interface doesn't implement any specific methods, but inherits methods from its parent interface, {{domxref("SVGGraphicsElement")}}.</em></p>

<h2 id="Specifications">Specifications</h2>

Expand Down