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 docs for SVG <filter> filterRes attribute #31157

Merged
merged 1 commit into from
Dec 19, 2023
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: 0 additions & 1 deletion files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6516,7 +6516,6 @@
/en-US/docs/SVG/Attribute/fill-opacity /en-US/docs/Web/SVG/Attribute/fill-opacity
/en-US/docs/SVG/Attribute/fill-rule /en-US/docs/Web/SVG/Attribute/fill-rule
/en-US/docs/SVG/Attribute/filter /en-US/docs/Web/SVG/Attribute/filter
/en-US/docs/SVG/Attribute/filterRes /en-US/docs/Web/SVG/Attribute/filterRes
/en-US/docs/SVG/Attribute/filterUnits /en-US/docs/Web/SVG/Attribute/filterUnits
/en-US/docs/SVG/Attribute/flood-color /en-US/docs/Web/SVG/Attribute/flood-color
/en-US/docs/SVG/Attribute/flood-opacity /en-US/docs/Web/SVG/Attribute/flood-opacity
Expand Down
10 changes: 0 additions & 10 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -124398,16 +124398,6 @@
"Jeremie"
]
},
"Web/SVG/Attribute/filterRes": {
"modified": "2020-10-15T21:19:12.262Z",
"contributors": [
"bershanskiy",
"Sebastianz",
"ExE-Boss",
"jpmedley",
"Jeremie"
]
},
"Web/SVG/Attribute/filterUnits": {
"modified": "2020-10-15T21:08:01.201Z",
"contributors": ["Sebastianz", "Jeremie"]
Expand Down
9 changes: 0 additions & 9 deletions files/en-us/web/api/svgfilterelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ The **`SVGFilterElement`** interface provides access to the properties of {{SVGE
- : An {{domxref("SVGAnimatedLength")}} that corresponds to the {{SVGAttr("width")}} attribute of the given {{SVGElement("filter")}} element.
- {{domxref("SVGFilterElement.height")}} {{ReadOnlyInline}}
- : An {{domxref("SVGAnimatedLength")}} that corresponds to the {{SVGAttr("height")}} attribute of the given {{SVGElement("filter")}} element.
- {{domxref("SVGFilterElement.filterResX")}} {{ReadOnlyInline}} {{deprecated_inline}}
- : An {{domxref("SVGAnimatedInteger")}} that contains the X component of the {{SVGAttr("filterRes")}} attribute of the given {{SVGElement("filter")}} element.
- {{domxref("SVGFilterElement.filterResY")}} {{ReadOnlyInline}} {{deprecated_inline}}
- : An {{domxref("SVGAnimatedInteger")}} that contains the Y component of the {{SVGAttr("filterRes")}} attribute of the given {{SVGElement("filter")}} element.

## Instance methods

- {{domxref("SVGFilterElement.setFilterRes()")}} {{deprecated_inline}}
- : Sets the values of the {{SVGAttr("filterRes")}} attribute.

## Specifications

Expand Down
56 changes: 0 additions & 56 deletions files/en-us/web/svg/attribute/filterres/index.md

This file was deleted.

1 change: 0 additions & 1 deletion files/en-us/web/svg/attribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ Below is a list of all of the attributes available in SVG along with links to re
- {{SVGAttr("fill-opacity")}}
- {{SVGAttr("fill-rule")}}
- {{SVGAttr("filter")}}
- {{SVGAttr("filterRes")}}
- {{SVGAttr("filterUnits")}}
- {{SVGAttr("flood-color")}}
- {{SVGAttr("flood-opacity")}}
Expand Down
1 change: 0 additions & 1 deletion files/en-us/web/svg/element/filter/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ The **`<filter>`** [SVG](/en-US/docs/Web/SVG) element defines a custom filter ef
- {{SVGAttr("y")}}
- {{SVGAttr("width")}}
- {{SVGAttr("height")}}
- {{SVGAttr("filterRes")}} {{Deprecated_Inline}}
- {{SVGAttr("filterUnits")}}
- {{SVGAttr("primitiveUnits")}}
- {{SVGAttr("xlink:href")}} {{deprecated_inline}}
Expand Down
1 change: 0 additions & 1 deletion files/jsondata/SVGData.json
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,6 @@
"'y'",
"'width'",
"'height'",
"'filterRes'",
"'filterUnits'",
"'primitiveUnits'",
"'xlink:href'"
Expand Down