Skip to content

Commit

Permalink
Remove unimplemented SVG color-profile and solidcolor (#5147)
Browse files Browse the repository at this point in the history
* Remove unimplemented SVG color-profile and solidcolor

Content changes to correspond to BCD:
mdn/browser-compat-data#10515

* Fix attribute usage miscounts

* Make xlink:type consistent
  • Loading branch information
ddbeck authored May 20, 2021
1 parent 48597b6 commit 6a1dddd
Show file tree
Hide file tree
Showing 18 changed files with 6 additions and 517 deletions.
1 change: 0 additions & 1 deletion files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6213,7 +6213,6 @@
/en-US/docs/SVG/Element/animateTransform /en-US/docs/Web/SVG/Element/animateTransform
/en-US/docs/SVG/Element/circle /en-US/docs/Web/SVG/Element/circle
/en-US/docs/SVG/Element/clipPath /en-US/docs/Web/SVG/Element/clipPath
/en-US/docs/SVG/Element/color-profile /en-US/docs/Web/SVG/Element/color-profile
/en-US/docs/SVG/Element/cursor /en-US/docs/Web/SVG/Element/cursor
/en-US/docs/SVG/Element/defs /en-US/docs/Web/SVG/Element/defs
/en-US/docs/SVG/Element/desc /en-US/docs/Web/SVG/Element/desc
Expand Down
54 changes: 0 additions & 54 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -76641,13 +76641,6 @@
"Jeremie"
]
},
"Web/API/SVGColorProfileElement": {
"modified": "2020-10-15T21:53:52.508Z",
"contributors": [
"fscholz",
"Sebastianz"
]
},
"Web/API/SVGComponentTransferFunctionElement": {
"modified": "2020-10-15T21:53:51.528Z",
"contributors": [
Expand Down Expand Up @@ -77580,14 +77573,6 @@
"Jeremie"
]
},
"Web/API/SVGSolidcolorElement": {
"modified": "2020-10-15T21:53:53.263Z",
"contributors": [
"sideshowbarker",
"fscholz",
"Sebastianz"
]
},
"Web/API/SVGStopElement": {
"modified": "2020-10-15T21:10:53.303Z",
"contributors": [
Expand Down Expand Up @@ -156212,16 +156197,6 @@
"Jeremie"
]
},
"Web/SVG/Attribute/local": {
"modified": "2020-10-15T21:25:10.496Z",
"contributors": [
"Sebastianz",
"chrisdavidmills",
"Splaktar",
"Tigt",
"sumantro"
]
},
"Web/SVG/Attribute/marker-end": {
"modified": "2020-10-31T11:07:53.559Z",
"contributors": [
Expand Down Expand Up @@ -156604,12 +156579,6 @@
"Sebastianz"
]
},
"Web/SVG/Attribute/rendering-intent": {
"modified": "2020-10-15T22:21:12.005Z",
"contributors": [
"Sebastianz"
]
},
"Web/SVG/Attribute/repeatCount": {
"modified": "2020-10-15T21:13:08.234Z",
"contributors": [
Expand Down Expand Up @@ -157592,18 +157561,6 @@
"Manuel_Strehl"
]
},
"Web/SVG/Element/color-profile": {
"modified": "2020-10-15T21:09:15.075Z",
"contributors": [
"Tigt",
"fscholz",
"Sebastianz",
"kscarfone",
"Jeremie",
"trevorh",
"Manuel_Strehl"
]
},
"Web/SVG/Element/cursor": {
"modified": "2020-10-15T21:09:15.177Z",
"contributors": [
Expand Down Expand Up @@ -158386,17 +158343,6 @@
"kscarfone"
]
},
"Web/SVG/Element/solidColor": {
"modified": "2020-12-06T03:40:51.367Z",
"contributors": [
"mfuji09",
"sideshowbarker",
"fscholz",
"Sebastianz",
"david_ross",
"y6nH"
]
},
"Web/SVG/Element/stop": {
"modified": "2020-10-15T21:11:00.995Z",
"contributors": [
Expand Down
2 changes: 0 additions & 2 deletions files/en-us/web/api/document_object_model/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ <h3 id="SVG_element_interfaces">SVG element interfaces</h3>
<li>{{DOMxRef("SVGAnimateTransformElement")}}</li>
<li>{{DOMxRef("SVGCircleElement")}}</li>
<li>{{DOMxRef("SVGClipPathElement")}}</li>
<li>{{DOMxRef("SVGColorProfileElement")}} {{Deprecated_Inline}}</li>
<li>{{DOMxRef("SVGComponentTransferFunctionElement")}}</li>
<li>{{DOMxRef("SVGCursorElement")}}</li>
<li>{{DOMxRef("SVGDefsElement")}}</li>
Expand Down Expand Up @@ -188,7 +187,6 @@ <h3 id="SVG_element_interfaces">SVG element interfaces</h3>
<li>{{DOMxRef("SVGRectElement")}}</li>
<li>{{DOMxRef("SVGScriptElement")}}</li>
<li>{{DOMxRef("SVGSetElement")}}</li>
<li>{{DOMxRef("SVGSolidcolorElement")}} {{Experimental_Inline}}</li>
<li>{{DOMxRef("SVGStopElement")}}</li>
<li>{{DOMxRef("SVGStyleElement")}}</li>
<li>{{DOMxRef("SVGSVGElement")}}</li>
Expand Down
56 changes: 0 additions & 56 deletions files/en-us/web/api/svgcolorprofileelement/index.html

This file was deleted.

28 changes: 0 additions & 28 deletions files/en-us/web/api/svgsolidcolorelement/index.html

This file was deleted.

62 changes: 0 additions & 62 deletions files/en-us/web/svg/attribute/local/index.html

This file was deleted.

34 changes: 1 addition & 33 deletions files/en-us/web/svg/attribute/name/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,7 @@

<p>The <code><strong>name</strong></code> attribute specifies either the name of a color profile or a font face.</p>

<p>Two elements are using this attribute: {{SVGElement("color-profile")}} and {{SVGElement("font-face-name")}}</p>

<h2 id="color-profile">color-profile</h2>

<p>For {{SVGElement("color-profile")}}, <code>name</code> defines the name of the color profile.</p>

<table class="properties">
<tbody>
<tr>
<th scope="row">Value</th>
<td><code>&lt;name&gt;</code></td>
</tr>
<tr>
<th scope="row">Default value</th>
<td><em>None</em></td>
</tr>
<tr>
<th scope="row">Animatable</th>
<td>Yes</td>
</tr>
</tbody>
</table>

<dl>
<dt><code>&lt;name&gt;</code></dt>
<dd>
<p>This value is the name which is used as the first parameter for ICC color specifications within {{SVGAttr("fill")}}, {{SVGAttr("stroke")}}, {{SVGAttr("stop-color")}}, {{SVGAttr("flood-color")}} and {{SVGAttr("lighting-color")}} property values to identify the color profile to use for the ICC color specification and the name which can be the value of the {{SVGAttr("color-profile")}} property.</p>

<div class="notecard note">
<p><strong>Note:</strong> If no name is provided, it will be impossible to reference the given color profile description. The name "sRGB" is predefined; any color profile descriptions with <code>&lt;name&gt;</code> set to "sRGB" (case-insensitively) will be ignored.</p>
</div>
</dd>
</dl>
<p>One element uses using this attribute: {{SVGElement("font-face-name")}}.</p>

<h2 id="font-face-name">font-face-name</h2>

Expand Down
79 changes: 0 additions & 79 deletions files/en-us/web/svg/attribute/rendering-intent/index.html

This file was deleted.

Loading

0 comments on commit 6a1dddd

Please sign in to comment.