Skip to content

Commit

Permalink
Remove docs for SVG contentStyleType and contentScriptType attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 committed Dec 19, 2023
1 parent b8988df commit a2b820f
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 132 deletions.
2 changes: 0 additions & 2 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6497,8 +6497,6 @@
/en-US/docs/SVG/Attribute/color-interpolation /en-US/docs/Web/SVG/Attribute/color-interpolation
/en-US/docs/SVG/Attribute/color-interpolation-filters /en-US/docs/Web/SVG/Attribute/color-interpolation-filters
/en-US/docs/SVG/Attribute/color-profile /en-US/docs/Web/SVG/Attribute/color-profile
/en-US/docs/SVG/Attribute/contentScriptType /en-US/docs/Web/SVG/Attribute/contentScriptType
/en-US/docs/SVG/Attribute/contentStyleType /en-US/docs/Web/SVG/Attribute/contentStyleType
/en-US/docs/SVG/Attribute/cursor /en-US/docs/Web/SVG/Attribute/cursor
/en-US/docs/SVG/Attribute/cx /en-US/docs/Web/SVG/Attribute/cx
/en-US/docs/SVG/Attribute/cy /en-US/docs/Web/SVG/Attribute/cy
Expand Down
8 changes: 0 additions & 8 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -124185,14 +124185,6 @@
"modified": "2020-10-15T21:04:59.286Z",
"contributors": ["Sebastianz", "connorshea", "Jeremie"]
},
"Web/SVG/Attribute/contentScriptType": {
"modified": "2020-10-15T21:09:10.002Z",
"contributors": ["Sebastianz", "Jeremie"]
},
"Web/SVG/Attribute/contentStyleType": {
"modified": "2020-10-15T21:09:14.670Z",
"contributors": ["Sebastianz", "George8211", "Jeremie", "pa7"]
},
"Web/SVG/Attribute/cursor": {
"modified": "2020-10-15T21:18:37.523Z",
"contributors": [
Expand Down
2 changes: 0 additions & 2 deletions files/en-us/web/api/svgsvgelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ _This interface also inherits properties from its parent, {{domxref("SVGGraphics
- : An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given {{SVGElement("svg")}} element.
- {{domxref("SVGSVGElement.height")}} {{ReadOnlyInline}}
- : An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given {{SVGElement("svg")}} element.
- {{domxref("SVGSVGElement.contentStyleType")}}
- : An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("contentStyleType")}} attribute of the given {{SVGElement("svg")}} element.
- {{domxref("SVGSVGElement.pixelUnitToMillimeterX")}} {{Deprecated_Inline}}
- : A float representing the size of the pixel unit (as defined by CSS2) along the x-axis of the viewport, which represents a unit somewhere in the range of 70dpi to 120dpi, and, on systems that support this, might actually match the characteristics of the target medium. On systems where it is impossible to know the size of a pixel, a suitable default pixel size is provided.
- {{domxref("SVGSVGElement.pixelUnitToMillimeterY")}} {{Deprecated_Inline}}
Expand Down
49 changes: 0 additions & 49 deletions files/en-us/web/svg/attribute/contentscripttype/index.md

This file was deleted.

59 changes: 0 additions & 59 deletions files/en-us/web/svg/attribute/contentstyletype/index.md

This file was deleted.

2 changes: 0 additions & 2 deletions files/en-us/web/svg/attribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ Below is a list of all of the attributes available in SVG along with links to re
- {{SVGAttr("color-interpolation-filters")}}
- {{SVGAttr("color-profile")}}
- {{SVGAttr("color-rendering")}}
- {{SVGAttr("contentScriptType")}}
- {{SVGAttr("contentStyleType")}}
- {{SVGAttr("crossorigin")}}
- {{SVGAttr("cursor")}}
- {{SVGAttr("cx")}}
Expand Down
2 changes: 0 additions & 2 deletions files/en-us/web/svg/attribute/style/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ svg {

- : The syntax of style data depends on the style sheet language. By default, the style sheet language is [CSS](/en-US/docs/Web/CSS).

> **Note:** In theory, [the `contentStyleType` attribute](/en-US/docs/Web/SVG/Attribute/contentStyleType) could be used to specify styling languages other than CSS, like [XSL(T)](/en-US/docs/Web/XSLT). However, this was never implemented satisfactorily in browsers, so you should not rely on it.
## Specifications

{{Specifications}}
Expand Down
6 changes: 0 additions & 6 deletions files/en-us/web/svg/element/svg/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ To change the iframe's dimensions try resizing the dotted red border from bottom
- {{SVGAttr("baseProfile")}} {{deprecated_inline}}
- : The minimum SVG language profile that the document requires.
_Value type_: **\<string>** ; _Default value_: none; _Animatable_: **no**
- {{SVGAttr("contentScriptType")}} {{deprecated_inline}}
- : The default scripting language used by the SVG fragment.
_Value type_: **\<string>** ; _Default value_: `application/ecmascript`; _Animatable_: **no**
- {{SVGAttr("contentStyleType")}} {{deprecated_inline}}
- : The default style sheet language used by the SVG fragment.
_Value type_: **\<string>** ; _Default value_: `text/css`; _Animatable_: **no**
- {{SVGAttr("height")}}
- : The displayed height of the rectangular viewport. (Not the height of its coordinate system.)
_Value type_: [**\<length>**](/en-US/docs/Web/SVG/Content_type#length)|[**\<percentage>**](/en-US/docs/Web/SVG/Content_type#percentage) ; _Default value_: `auto`; _Animatable_: **yes**
Expand Down
2 changes: 0 additions & 2 deletions files/jsondata/SVGData.json
Original file line number Diff line number Diff line change
Expand Up @@ -1506,8 +1506,6 @@
"'width'",
"'height'",
"'preserveAspectRatio'",
"'contentScriptType'",
"'contentStyleType'",
"'viewBox'"
],
"interfaces": ["SVGSVGElement"]
Expand Down

0 comments on commit a2b820f

Please sign in to comment.