From b347153948592df5c0ea490254f7b5753bade4a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 21 May 2021 12:59:50 +0200 Subject: [PATCH 1/2] Demix SVGFilterPrimitiveStandardAttributes to SVGFE*Element --- files/en-us/_wikihistory.json | 7 -- .../web/api/svgfeblendelement/index.html | 14 +++- .../api/svgfecolormatrixelement/index.html | 14 +++- .../svgfecomponenttransferelement/index.html | 14 +++- .../web/api/svgfecompositeelement/index.html | 14 +++- .../api/svgfeconvolvematrixelement/index.html | 14 +++- .../svgfediffuselightingelement/index.html | 14 +++- .../svgfedisplacementmapelement/index.html | 14 +++- .../web/api/svgfedropshadowelement/index.html | 14 +++- .../web/api/svgfefloodelement/index.html | 17 +++- .../api/svgfegaussianblurelement/index.html | 14 +++- .../web/api/svgfeimageelement/index.html | 14 +++- .../web/api/svgfemergeelement/index.html | 17 +++- .../web/api/svgfemorphologyelement/index.html | 14 +++- .../web/api/svgfeoffsetelement/index.html | 14 +++- .../svgfespecularlightingelement/index.html | 14 +++- .../en-us/web/api/svgfetileelement/index.html | 14 +++- .../web/api/svgfeturbulenceelement/index.html | 14 +++- .../index.html | 82 ------------------- 19 files changed, 210 insertions(+), 123 deletions(-) delete mode 100644 files/en-us/web/api/svgfilterprimitivestandardattributes/index.html diff --git a/files/en-us/_wikihistory.json b/files/en-us/_wikihistory.json index d0fdb502fb159e2..b99ab5035ca79eb 100644 --- a/files/en-us/_wikihistory.json +++ b/files/en-us/_wikihistory.json @@ -76974,13 +76974,6 @@ "Jeremie" ] }, - "Web/API/SVGFilterPrimitiveStandardAttributes": { - "modified": "2020-10-15T21:53:52.473Z", - "contributors": [ - "fscholz", - "Sebastianz" - ] - }, "Web/API/SVGFontElement": { "modified": "2020-10-15T21:10:05.890Z", "contributors": [ diff --git a/files/en-us/web/api/svgfeblendelement/index.html b/files/en-us/web/api/svgfeblendelement/index.html index fdcdf8912a6efba..0ef9e1c44151840 100644 --- a/files/en-us/web/api/svgfeblendelement/index.html +++ b/files/en-us/web/api/svgfeblendelement/index.html @@ -58,7 +58,7 @@

Constants

Properties

-

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}, and implements properties of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

{{domxref("SVGFEBlendElement.in1")}} {{ReadOnlyInline}}
@@ -67,11 +67,21 @@

Properties

An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in2")}} attribute of the given element.
{{domxref("SVGFEBlendElement.mode")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("mode")}} attribute of the given element. It takes one of the SVG_FEBLEND_MODE_* constants defined on this interface.
+
{{domxref("SVGFEBlendElement.x")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
+
{{domxref("SVGFEBlendElement.y")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
+
{{domxref("SVGFEBlendElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
+
{{domxref("SVGFEBlendElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFEBlendElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

-

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

+

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.

Specifications

diff --git a/files/en-us/web/api/svgfecolormatrixelement/index.html b/files/en-us/web/api/svgfecolormatrixelement/index.html index da3526c798b7efb..ef7655515672230 100644 --- a/files/en-us/web/api/svgfecolormatrixelement/index.html +++ b/files/en-us/web/api/svgfecolormatrixelement/index.html @@ -55,7 +55,7 @@

Constants

Properties

-

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}} , and also implements properties of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

{{domxref("SVGFEColorMatrixElement.in1")}} {{ReadOnlyInline}}
@@ -64,11 +64,21 @@

Properties

An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("type")}} attribute of the given element. It takes one of the SVG_FECOLORMATRIX_TYPE_* constants defined on this interface.
{{domxref("SVGFEColorMatrixElement.values")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumberList")}} corresponding to the {{SVGAttr("values")}} attribute of the given element.
+
{{domxref("SVGFEColorMatrixElement.x")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
+
{{domxref("SVGFEColorMatrixElement.y")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
+
{{domxref("SVGFEColorMatrixElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
+
{{domxref("SVGFEColorMatrixElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFEColorMatrixElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

-

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}} , and also implements methods of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.

Specifications

diff --git a/files/en-us/web/api/svgfecomponenttransferelement/index.html b/files/en-us/web/api/svgfecomponenttransferelement/index.html index c38e5a1f1e32cde..87e87ef12a97950 100644 --- a/files/en-us/web/api/svgfecomponenttransferelement/index.html +++ b/files/en-us/web/api/svgfecomponenttransferelement/index.html @@ -16,16 +16,26 @@

Properties

-

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}, and implements properties of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

{{domxref("SVGFEComponentTransferElement.in1")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in")}} attribute of the given element.
+
{{domxref("SVGFEComponentTransferElement.x")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
+
{{domxref("SVGFEComponentTransferElement.y")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
+
{{domxref("SVGFEComponentTransferElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
+
{{domxref("SVGFEComponentTransferElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFEComponentTransferElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

-

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

+

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.

Specifications

diff --git a/files/en-us/web/api/svgfecompositeelement/index.html b/files/en-us/web/api/svgfecompositeelement/index.html index 4fa99d8cea2efe3..3b49196203c3f43 100644 --- a/files/en-us/web/api/svgfecompositeelement/index.html +++ b/files/en-us/web/api/svgfecompositeelement/index.html @@ -63,7 +63,7 @@

Constants

Properties

-

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}, and also implements properties of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

{{domxref("SVGFECompositeElement.in1")}} {{ReadOnlyInline}}
@@ -72,11 +72,21 @@

Properties

An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("type")}} attribute of the given element. It takes one of the SVG_FECOMPOSITE_OPERATOR_* constants defined on this interface.
{{domxref("SVGFECompositeElement.values")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumberList")}} corresponding to the {{SVGAttr("values")}} attribute of the given element.
+
{{domxref("SVGFECompositeElement.x")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
+
{{domxref("SVGFECompositeElement.y")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
+
{{domxref("SVGFECompositeElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
+
{{domxref("SVGFECompositeElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFECompositeElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

-

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}, and also implements methods of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.

Specifications

diff --git a/files/en-us/web/api/svgfeconvolvematrixelement/index.html b/files/en-us/web/api/svgfeconvolvematrixelement/index.html index 387bef3e586690f..d6f12492324f8ba 100644 --- a/files/en-us/web/api/svgfeconvolvematrixelement/index.html +++ b/files/en-us/web/api/svgfeconvolvematrixelement/index.html @@ -48,7 +48,7 @@

Constants

Properties

-

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}, and also implements properties of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

{{domxref("SVGFEConvolveMatrixElement.in1")}} {{ReadOnlyInline}}
@@ -75,11 +75,21 @@

Properties

An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("kernelUnitLength")}} attribute of the given element.
{{domxref("SVGFEConvolveMatrixElement.preserveAlpha")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedBoolean")}} corresponding to the {{SVGAttr("preserveAlpha")}} attribute of the given element.
+
{{domxref("SVGFEConvolveMatrixElement.x")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
+
{{domxref("SVGFEConvolveMatrixElement.y")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
+
{{domxref("SVGFEConvolveMatrixElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
+
{{domxref("SVGFEConvolveMatrixElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFEConvolveMatrixElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

-

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}, and also implements methods of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.

Specifications

diff --git a/files/en-us/web/api/svgfediffuselightingelement/index.html b/files/en-us/web/api/svgfediffuselightingelement/index.html index 3eee5ccf519c717..ae343ddc59021d9 100644 --- a/files/en-us/web/api/svgfediffuselightingelement/index.html +++ b/files/en-us/web/api/svgfediffuselightingelement/index.html @@ -16,7 +16,7 @@

Properties

-

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}, and also implements properties of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

{{domxref("SVGFEDiffuseLightingElement.in1")}} {{ReadOnlyInline}}
@@ -29,11 +29,21 @@

Properties

An {{domxref("SVGAnimatedNumber")}} corresponding to the X component of the {{SVGAttr("kernelUnitLength")}} attribute of the given element.
{{domxref("SVGFEDiffuseLightingElement.kernelUnitLengthY")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the Y component of the {{SVGAttr("kernelUnitLength")}} attribute of the given element.
+
{{domxref("SVGFEDiffuseLightingElement.x")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
+
{{domxref("SVGFEDiffuseLightingElement.y")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
+
{{domxref("SVGFEDiffuseLightingElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
+
{{domxref("SVGFEDiffuseLightingElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFEDiffuseLightingElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

-

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}, and also implements methods of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.

Specifications

diff --git a/files/en-us/web/api/svgfedisplacementmapelement/index.html b/files/en-us/web/api/svgfedisplacementmapelement/index.html index e5dc2c175568658..56ea18778d8a876 100644 --- a/files/en-us/web/api/svgfedisplacementmapelement/index.html +++ b/files/en-us/web/api/svgfedisplacementmapelement/index.html @@ -53,7 +53,7 @@

Constants

Properties

-

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}, and also implements properties of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

{{domxref("SVGFEDisplacementMapElement.in1")}} {{ReadOnlyInline}}
@@ -66,11 +66,21 @@

Properties

An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("xChannelSelect")}} attribute of the given element. It takes one of the SVG_CHANNEL_* constants defined on this interface.
{{domxref("SVGFEDisplacementMapElement.yChannelSelector")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("yChannelSelect")}} attribute of the given element. It takes one of the SVG_CHANNEL_* constants defined on this interface.
+
{{domxref("SVGFEDisplacementMapElement.x")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
+
{{domxref("SVGFEDisplacementMapElement.y")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
+
{{domxref("SVGFEDisplacementMapElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
+
{{domxref("SVGFEDisplacementMapElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFEDisplacementMapElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

-

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}, and also implements methods of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.

Specifications

diff --git a/files/en-us/web/api/svgfedropshadowelement/index.html b/files/en-us/web/api/svgfedropshadowelement/index.html index aa8a499dc94200c..da1173fa1e0193e 100644 --- a/files/en-us/web/api/svgfedropshadowelement/index.html +++ b/files/en-us/web/api/svgfedropshadowelement/index.html @@ -16,7 +16,7 @@

Properties

-

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}, and also implements properties of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

{{domxref("SVGFEDropShadowElement.in1")}} {{ReadOnlyInline}}
@@ -29,11 +29,21 @@

Properties

An {{domxref("SVGAnimatedNumber")}} corresponding to the (possibly automatically computed) X component of the {{SVGAttr("stdDeviationX")}} attribute of the given element.
{{domxref("SVGFEDropShadowElement.stdDeviationY")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the (possibly automatically computed) Y component of the {{SVGAttr("stdDeviationY")}} attribute of the given element.
+
{{domxref("SVGFEDropShadowElement.x")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
+
{{domxref("SVGFEDropShadowElement.y")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
+
{{domxref("SVGFEDropShadowElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
+
{{domxref("SVGFEDropShadowElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFEDropShadowElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

-

This interface also inherits methods of its parent, {{domxref("SVGElement")}}, and also implements methods of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface also inherits methods of its parent, {{domxref("SVGElement")}}.

{{domxref("SVGFEDropShadowElement.setStdDeviation()")}}
diff --git a/files/en-us/web/api/svgfefloodelement/index.html b/files/en-us/web/api/svgfefloodelement/index.html index 97f357ca7eca6c8..2d48bae85cf58b8 100644 --- a/files/en-us/web/api/svgfefloodelement/index.html +++ b/files/en-us/web/api/svgfefloodelement/index.html @@ -16,11 +16,24 @@

Properties

-

This interface doesn't implement any specific properties, but inherits properties from its parent interface, {{domxref("SVGElement")}}, and implements properties from {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

+ +
+
{{domxref("SVGFEFloodElement.x")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
+
{{domxref("SVGFEFloodElement.y")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
+
{{domxref("SVGFEFloodElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
+
{{domxref("SVGFEFloodElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFEFloodElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
+

Methods

-

This interface doesn't implement any specific methods, but inherits methods from its parent interface, {{domxref("SVGElement")}}, and implements methods from {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface doesn't implement any specific methods, but inherits methods from its parent interface, {{domxref("SVGElement")}}.

Specifications

diff --git a/files/en-us/web/api/svgfegaussianblurelement/index.html b/files/en-us/web/api/svgfegaussianblurelement/index.html index bcac3ce87544788..850c894357eb32f 100644 --- a/files/en-us/web/api/svgfegaussianblurelement/index.html +++ b/files/en-us/web/api/svgfegaussianblurelement/index.html @@ -48,7 +48,7 @@

Constants

Properties

-

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}, and also implements properties of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

{{domxref("SVGFEGaussianBlurElement.in1")}} {{ReadOnlyInline}}
@@ -59,11 +59,21 @@

Properties

An {{domxref("SVGAnimatedNumber")}} corresponding to the (possibly automatically computed) Y component of the {{SVGAttr("stdDeviation")}} attribute of the given element.
{{domxref("SVGFEGaussianBlurElement.edgeMode")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("edgeMode")}} attribute of the given element. Takes one of the SVG_EDGEMODE_* constants defined on this interface.
+
{{domxref("SVGFEGaussianBlurElement.x")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
+
{{domxref("SVGFEGaussianBlurElement.y")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
+
{{domxref("SVGFEGaussianBlurElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
+
{{domxref("SVGFEGaussianBlurElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFEGaussianBlurElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

-

This interface also inherits methods of its parent, {{domxref("SVGElement")}}, and also implements methods of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface also inherits methods of its parent, {{domxref("SVGElement")}}.

{{domxref("SVGFEGaussianBlurElement.setStdDeviation()")}}
diff --git a/files/en-us/web/api/svgfeimageelement/index.html b/files/en-us/web/api/svgfeimageelement/index.html index 00b14a8749a4f5a..f992ae4a89c7c05 100644 --- a/files/en-us/web/api/svgfeimageelement/index.html +++ b/files/en-us/web/api/svgfeimageelement/index.html @@ -16,7 +16,7 @@

Properties

-

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}, and implements properties of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

{{domxref("SVGFEImageElement.crossOrigin")}} {{ReadOnlyInline}}
@@ -25,11 +25,21 @@

Properties

An {{domxref("SVGAnimatedString")}} that reflects the {{SVGAttr("href")}} or {{SVGAttr("xlink:href")}} attribute of the given element.
{{domxref("SVGFEImageElement.preserveAspectRatio")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedPreserveAspectRatio")}} corresponding to the {{SVGAttr("preserveAspectRatio")}} attribute of the given element.
+
{{domxref("SVGFEImageElement.x")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
+
{{domxref("SVGFEImageElement.y")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
+
{{domxref("SVGFEImageElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
+
{{domxref("SVGFEImageElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFEImageElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

-

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

+

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.

Specifications

diff --git a/files/en-us/web/api/svgfemergeelement/index.html b/files/en-us/web/api/svgfemergeelement/index.html index 9a3da3a44b4c5fc..4376a9ed9d8ab98 100644 --- a/files/en-us/web/api/svgfemergeelement/index.html +++ b/files/en-us/web/api/svgfemergeelement/index.html @@ -16,11 +16,24 @@

Properties

-

This interface not provide any specific properties, but inherits properties from its parent interface, {{domxref("SVGElement")}}, and also implements properties of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

+ +
+
{{domxref("SVGFEMergeElement.x")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
+
{{domxref("SVGFEMergeElement.y")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
+
{{domxref("SVGFEMergeElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
+
{{domxref("SVGFEMergeElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFEMergeElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
+

Methods

-

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}, and also implements methods of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.

Specifications

diff --git a/files/en-us/web/api/svgfemorphologyelement/index.html b/files/en-us/web/api/svgfemorphologyelement/index.html index 128e77b5138b942..1df53de763eb927 100644 --- a/files/en-us/web/api/svgfemorphologyelement/index.html +++ b/files/en-us/web/api/svgfemorphologyelement/index.html @@ -43,7 +43,7 @@

Constants

Properties

-

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}, and also implements properties of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

{{domxref("SVGFEMorphologyElement.in1")}} {{ReadOnlyInline}}
@@ -54,11 +54,21 @@

Properties

An {{domxref("SVGAnimatedNumber")}} corresponding to the X component of the {{SVGAttr("radius")}} attribute of the given element.
{{domxref("SVGFEMorphologyElement.radiusY")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the Y component of the {{SVGAttr("radius")}} attribute of the given element.
+
{{domxref("SVGFEMorphologyElement.x")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
+
{{domxref("SVGFEMorphologyElement.y")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
+
{{domxref("SVGFEMorphologyElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
+
{{domxref("SVGFEMorphologyElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFEMorphologyElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

-

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}, and also implements methods of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.

Specifications

diff --git a/files/en-us/web/api/svgfeoffsetelement/index.html b/files/en-us/web/api/svgfeoffsetelement/index.html index 08786f14dde748f..b9be893359f2d94 100644 --- a/files/en-us/web/api/svgfeoffsetelement/index.html +++ b/files/en-us/web/api/svgfeoffsetelement/index.html @@ -16,7 +16,7 @@

Properties

-

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}, and also implements properties of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

{{domxref("SVGFEOffsetElement.in1")}} {{ReadOnlyInline}}
@@ -25,11 +25,21 @@

Properties

An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("dx")}} attribute of the given element.
{{domxref("SVGFEOffsetElement.dy")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("dy")}} attribute of the given element.
+
{{domxref("SVGFEOffsetElement.x")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
+
{{domxref("SVGFEOffsetElement.y")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
+
{{domxref("SVGFEOffsetElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
+
{{domxref("SVGFEOffsetElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFEOffsetElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

-

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}, and also implements methods of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.

Specifications

diff --git a/files/en-us/web/api/svgfespecularlightingelement/index.html b/files/en-us/web/api/svgfespecularlightingelement/index.html index abb58801d93d26a..0cc4de8925c205b 100644 --- a/files/en-us/web/api/svgfespecularlightingelement/index.html +++ b/files/en-us/web/api/svgfespecularlightingelement/index.html @@ -16,7 +16,7 @@

Properties

-

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}, and also implements properties of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

{{domxref("SVGFESpecularLightingElement.in1")}} {{ReadOnlyInline}}
@@ -31,11 +31,21 @@

Properties

An {{domxref("SVGAnimatedNumber")}} corresponding to the X component of the {{SVGAttr("kernelUnitLength")}} attribute of the given element.
{{domxref("SVGFESpecularLightingElement.kernelUnitLengthY")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the Y component of the {{SVGAttr("kernelUnitLength")}} attribute of the given element.
+
{{domxref("SVGFESpecularLightingElement.x")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
+
{{domxref("SVGFESpecularLightingElement.y")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
+
{{domxref("SVGFESpecularLightingElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
+
{{domxref("SVGFESpecularLightingElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFESpecularLightingElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

-

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}, and also implements methods of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.

Specifications

diff --git a/files/en-us/web/api/svgfetileelement/index.html b/files/en-us/web/api/svgfetileelement/index.html index b157bc31ca1b8a2..fc0642b87ad4467 100644 --- a/files/en-us/web/api/svgfetileelement/index.html +++ b/files/en-us/web/api/svgfetileelement/index.html @@ -16,16 +16,26 @@

Properties

-

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}, and also implements properties of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

{{domxref("SVGFETileElement.in1")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in")}} attribute of the given element.
+
{{domxref("SVGFETileElement.x")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
+
{{domxref("SVGFETileElement.y")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
+
{{domxref("SVGFETileElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
+
{{domxref("SVGFETileElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFETileElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

-

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}, and also implements methods of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.

Specifications

diff --git a/files/en-us/web/api/svgfeturbulenceelement/index.html b/files/en-us/web/api/svgfeturbulenceelement/index.html index 27fe86ee82bb00c..adfb6970aabef64 100644 --- a/files/en-us/web/api/svgfeturbulenceelement/index.html +++ b/files/en-us/web/api/svgfeturbulenceelement/index.html @@ -72,7 +72,7 @@

Stitch options

Properties

-

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}, and also implements properties of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

{{domxref("SVGFETurbulenceElement.baseFrequencyX")}} {{ReadOnlyInline}}
@@ -87,11 +87,21 @@

Properties

An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("stitchTiles")}} attribute of the given element. It takes one of the SVG_STITCHTYPE_* constants defined on this interface.
{{domxref("SVGFETurbulenceElement.type")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("type")}} attribute of the given element. It takes one of the SVG_TURBULENCE_TYPE_* constants defined on this interface.
+
{{domxref("SVGFETurbulenceElement.x")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
+
{{domxref("SVGFETurbulenceElement.y")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
+
{{domxref("SVGFETurbulenceElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
+
{{domxref("SVGFETurbulenceElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFETurbulenceElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

-

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}, and also implements methods of {{domxref("SVGFilterPrimitiveStandardAttributes")}}.

+

This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.

Specifications

diff --git a/files/en-us/web/api/svgfilterprimitivestandardattributes/index.html b/files/en-us/web/api/svgfilterprimitivestandardattributes/index.html deleted file mode 100644 index 024c499341e5d51..000000000000000 --- a/files/en-us/web/api/svgfilterprimitivestandardattributes/index.html +++ /dev/null @@ -1,82 +0,0 @@ ---- -title: SVGFilterPrimitiveStandardAttributes -slug: Web/API/SVGFilterPrimitiveStandardAttributes -tags: - - API - - NeedsExample - - Reference - - SVG - - SVG DOM ---- -
{{APIRef("SVG")}}
- -

The SVGFilterPrimitiveStandardAttributes interface defines the set of DOM attributes that are common across the filter primitive interfaces.

- -

{{InheritanceDiagram}}

- -

Properties

- -
-
{{domxref("SVGFilterPrimitiveStandardAttributes.x")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
-
{{domxref("SVGFilterPrimitiveStandardAttributes.y")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
-
{{domxref("SVGFilterPrimitiveStandardAttributes.width")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
-
{{domxref("SVGFilterPrimitiveStandardAttributes.height")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
-
{{domxref("SVGFilterPrimitiveStandardAttributes.result")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
-
- -

Methods

- -

This interface does not provide any specific methods.

- -

Specifications

- - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName("Filters 1.0", "#InterfaceSVGFilterPrimitiveStandardAttributes", "SVGFilterPrimitiveStandardAttributes")}}{{Spec2("Filters 1.0")}}No change
{{SpecName("SVG1.1", "filters.html#InterfaceSVGFilterPrimitiveStandardAttributes", "SVGFilterPrimitiveStandardAttributes")}}{{Spec2("SVG1.1")}}Initial definition
- -

Browser compatibility

- -

{{Compat("api.SVGFilterPrimitiveStandardAttributes")}}

- -

See also

- -
    -
  • {{domxref("SVGFEBlendElement")}}
  • -
  • {{domxref("SVGFEColorMatrixElement")}}
  • -
  • {{domxref("SVGFEComponentTransferElement")}}
  • -
  • {{domxref("SVGFECompositeElement")}}
  • -
  • {{domxref("SVGFEConvolveMatrixElement")}}
  • -
  • {{domxref("SVGFEDiffuseLightingElement")}}
  • -
  • {{domxref("SVGFEDisplacementMapElement")}}
  • -
  • {{domxref("SVGFEDropShadowElement")}}
  • -
  • {{domxref("SVGFEFloodElement")}}
  • -
  • {{domxref("SVGFEGaussianBlurElement")}}
  • -
  • {{domxref("SVGFEImageElement")}}
  • -
  • {{domxref("SVGFEMergeElement")}}
  • -
  • {{domxref("SVGFEMorphologyElement")}}
  • -
  • {{domxref("SVGFEOffsetElement")}}
  • -
  • {{domxref("SVGFESpecularLightingElement")}}
  • -
  • {{domxref("SVGFETileElement")}}
  • -
  • {{domxref("SVGFETurbulenceElement")}}
  • -
From 31853634b5cd5befcb1b6f07577194b2df45c028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Tue, 25 May 2021 14:20:21 +0200 Subject: [PATCH 2/2] Sort entries alphabetically --- .../web/api/svgfeblendelement/index.html | 12 +++--- .../api/svgfecolormatrixelement/index.html | 12 +++--- .../svgfecomponenttransferelement/index.html | 12 +++--- .../web/api/svgfecompositeelement/index.html | 12 +++--- .../api/svgfeconvolvematrixelement/index.html | 40 +++++++++---------- .../svgfediffuselightingelement/index.html | 20 +++++----- .../svgfedisplacementmapelement/index.html | 20 +++++----- .../web/api/svgfedropshadowelement/index.html | 24 +++++------ .../web/api/svgfefloodelement/index.html | 12 +++--- .../api/svgfegaussianblurelement/index.html | 16 ++++---- .../web/api/svgfeimageelement/index.html | 12 +++--- .../web/api/svgfemergeelement/index.html | 12 +++--- .../web/api/svgfemorphologyelement/index.html | 12 +++--- .../web/api/svgfeoffsetelement/index.html | 12 +++--- .../svgfespecularlightingelement/index.html | 24 +++++------ .../en-us/web/api/svgfetileelement/index.html | 12 +++--- .../web/api/svgfeturbulenceelement/index.html | 12 +++--- 17 files changed, 138 insertions(+), 138 deletions(-) diff --git a/files/en-us/web/api/svgfeblendelement/index.html b/files/en-us/web/api/svgfeblendelement/index.html index 0ef9e1c44151840..a420cd16cac1783 100644 --- a/files/en-us/web/api/svgfeblendelement/index.html +++ b/files/en-us/web/api/svgfeblendelement/index.html @@ -61,22 +61,22 @@

Properties

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

+
{{domxref("SVGFEBlendElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
{{domxref("SVGFEBlendElement.in1")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in")}} attribute of the given element.
{{domxref("SVGFEBlendElement.in2")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in2")}} attribute of the given element.
{{domxref("SVGFEBlendElement.mode")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("mode")}} attribute of the given element. It takes one of the SVG_FEBLEND_MODE_* constants defined on this interface.
+
{{domxref("SVGFEBlendElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
+
{{domxref("SVGFEBlendElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
{{domxref("SVGFEBlendElement.x")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
{{domxref("SVGFEBlendElement.y")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
-
{{domxref("SVGFEBlendElement.width")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
-
{{domxref("SVGFEBlendElement.height")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
-
{{domxref("SVGFEBlendElement.result")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

diff --git a/files/en-us/web/api/svgfecolormatrixelement/index.html b/files/en-us/web/api/svgfecolormatrixelement/index.html index ef7655515672230..09b6eaf84e25e4e 100644 --- a/files/en-us/web/api/svgfecolormatrixelement/index.html +++ b/files/en-us/web/api/svgfecolormatrixelement/index.html @@ -58,22 +58,22 @@

Properties

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

+
{{domxref("SVGFEColorMatrixElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
{{domxref("SVGFEColorMatrixElement.in1")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in")}} attribute of the given element.
+
{{domxref("SVGFEColorMatrixElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
{{domxref("SVGFEColorMatrixElement.type")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("type")}} attribute of the given element. It takes one of the SVG_FECOLORMATRIX_TYPE_* constants defined on this interface.
{{domxref("SVGFEColorMatrixElement.values")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumberList")}} corresponding to the {{SVGAttr("values")}} attribute of the given element.
+
{{domxref("SVGFEColorMatrixElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
{{domxref("SVGFEColorMatrixElement.x")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
{{domxref("SVGFEColorMatrixElement.y")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
-
{{domxref("SVGFEColorMatrixElement.width")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
-
{{domxref("SVGFEColorMatrixElement.height")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
-
{{domxref("SVGFEColorMatrixElement.result")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

diff --git a/files/en-us/web/api/svgfecomponenttransferelement/index.html b/files/en-us/web/api/svgfecomponenttransferelement/index.html index 87e87ef12a97950..bdf963fbfcd6c5a 100644 --- a/files/en-us/web/api/svgfecomponenttransferelement/index.html +++ b/files/en-us/web/api/svgfecomponenttransferelement/index.html @@ -19,18 +19,18 @@

Properties

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

+
{{domxref("SVGFEComponentTransferElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
{{domxref("SVGFEComponentTransferElement.in1")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in")}} attribute of the given element.
+
{{domxref("SVGFEComponentTransferElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
+
{{domxref("SVGFEComponentTransferElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
{{domxref("SVGFEComponentTransferElement.x")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
{{domxref("SVGFEComponentTransferElement.y")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
-
{{domxref("SVGFEComponentTransferElement.width")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
-
{{domxref("SVGFEComponentTransferElement.height")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
-
{{domxref("SVGFEComponentTransferElement.result")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

diff --git a/files/en-us/web/api/svgfecompositeelement/index.html b/files/en-us/web/api/svgfecompositeelement/index.html index 3b49196203c3f43..fd844e9f7ee7ba9 100644 --- a/files/en-us/web/api/svgfecompositeelement/index.html +++ b/files/en-us/web/api/svgfecompositeelement/index.html @@ -66,22 +66,22 @@

Properties

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

+
{{domxref("SVGFECompositeElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
{{domxref("SVGFECompositeElement.in1")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in")}} attribute of the given element.
+
{{domxref("SVGFECompositeElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
{{domxref("SVGFECompositeElement.type")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("type")}} attribute of the given element. It takes one of the SVG_FECOMPOSITE_OPERATOR_* constants defined on this interface.
{{domxref("SVGFECompositeElement.values")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumberList")}} corresponding to the {{SVGAttr("values")}} attribute of the given element.
+
{{domxref("SVGFECompositeElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
{{domxref("SVGFECompositeElement.x")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
{{domxref("SVGFECompositeElement.y")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
-
{{domxref("SVGFECompositeElement.width")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
-
{{domxref("SVGFECompositeElement.height")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
-
{{domxref("SVGFECompositeElement.result")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

diff --git a/files/en-us/web/api/svgfeconvolvematrixelement/index.html b/files/en-us/web/api/svgfeconvolvematrixelement/index.html index d6f12492324f8ba..d4e6e67ae6e5309 100644 --- a/files/en-us/web/api/svgfeconvolvematrixelement/index.html +++ b/files/en-us/web/api/svgfeconvolvematrixelement/index.html @@ -51,40 +51,40 @@

Properties

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

-
{{domxref("SVGFEConvolveMatrixElement.in1")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in")}} attribute of the given element.
-
{{domxref("SVGFEConvolveMatrixElement.orderX")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedInteger")}} corresponding to the {{SVGAttr("order")}} attribute of the given element.
-
{{domxref("SVGFEConvolveMatrixElement.orderY")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedInteger")}} corresponding to the {{SVGAttr("order")}} attribute of the given element.
-
{{domxref("SVGFEConvolveMatrixElement.kernelMatrix")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedNumberList")}} corresponding to the {{SVGAttr("kernelMatrix")}} attribute of the given element.
-
{{domxref("SVGFEConvolveMatrixElement.divisor")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("divisor")}} attribute of the given element.
{{domxref("SVGFEConvolveMatrixElement.bias")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("bias")}} attribute of the given element.
-
{{domxref("SVGFEConvolveMatrixElement.targetX")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedInteger")}} corresponding to the {{SVGAttr("targetX")}} attribute of the given element.
-
{{domxref("SVGFEConvolveMatrixElement.targetY")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedInteger")}} corresponding to the {{SVGAttr("targetY")}} attribute of the given element.
+
{{domxref("SVGFEConvolveMatrixElement.divisor")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("divisor")}} attribute of the given element.
{{domxref("SVGFEConvolveMatrixElement.edgeMode")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("edgeMode")}} attribute of the given element. Takes one of the SVG_EDGEMODE_* constants defined on this interface.
+
{{domxref("SVGFEConvolveMatrixElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFEConvolveMatrixElement.in1")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in")}} attribute of the given element.
+
{{domxref("SVGFEConvolveMatrixElement.kernelMatrix")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedNumberList")}} corresponding to the {{SVGAttr("kernelMatrix")}} attribute of the given element.
{{domxref("SVGFEConvolveMatrixElement.kernelUnitLengthX")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("kernelUnitLength")}} attribute of the given element.
{{domxref("SVGFEConvolveMatrixElement.kernelUnitLengthY")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("kernelUnitLength")}} attribute of the given element.
+
{{domxref("SVGFEConvolveMatrixElement.orderX")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedInteger")}} corresponding to the {{SVGAttr("order")}} attribute of the given element.
+
{{domxref("SVGFEConvolveMatrixElement.orderY")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedInteger")}} corresponding to the {{SVGAttr("order")}} attribute of the given element.
{{domxref("SVGFEConvolveMatrixElement.preserveAlpha")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedBoolean")}} corresponding to the {{SVGAttr("preserveAlpha")}} attribute of the given element.
+
{{domxref("SVGFEConvolveMatrixElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
+
{{domxref("SVGFEConvolveMatrixElement.targetX")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedInteger")}} corresponding to the {{SVGAttr("targetX")}} attribute of the given element.
+
{{domxref("SVGFEConvolveMatrixElement.targetY")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedInteger")}} corresponding to the {{SVGAttr("targetY")}} attribute of the given element.
+
{{domxref("SVGFEConvolveMatrixElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
{{domxref("SVGFEConvolveMatrixElement.x")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
{{domxref("SVGFEConvolveMatrixElement.y")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
-
{{domxref("SVGFEConvolveMatrixElement.width")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
-
{{domxref("SVGFEConvolveMatrixElement.height")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
-
{{domxref("SVGFEConvolveMatrixElement.result")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

diff --git a/files/en-us/web/api/svgfediffuselightingelement/index.html b/files/en-us/web/api/svgfediffuselightingelement/index.html index ae343ddc59021d9..874217852ee422e 100644 --- a/files/en-us/web/api/svgfediffuselightingelement/index.html +++ b/files/en-us/web/api/svgfediffuselightingelement/index.html @@ -19,26 +19,26 @@

Properties

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

-
{{domxref("SVGFEDiffuseLightingElement.in1")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in")}} attribute of the given element.
-
{{domxref("SVGFEDiffuseLightingElement.surfaceScale")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("surfaceScale")}} attribute of the given element.
{{domxref("SVGFEDiffuseLightingElement.diffuseConstant")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("diffuseConstant")}} attribute of the given element.
+
{{domxref("SVGFEDiffuseLightingElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFEDiffuseLightingElement.in1")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in")}} attribute of the given element.
{{domxref("SVGFEDiffuseLightingElement.kernelUnitLengthX")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the X component of the {{SVGAttr("kernelUnitLength")}} attribute of the given element.
{{domxref("SVGFEDiffuseLightingElement.kernelUnitLengthY")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the Y component of the {{SVGAttr("kernelUnitLength")}} attribute of the given element.
+
{{domxref("SVGFEDiffuseLightingElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
+
{{domxref("SVGFEDiffuseLightingElement.surfaceScale")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("surfaceScale")}} attribute of the given element.
+
{{domxref("SVGFEDiffuseLightingElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
{{domxref("SVGFEDiffuseLightingElement.x")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
{{domxref("SVGFEDiffuseLightingElement.y")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
-
{{domxref("SVGFEDiffuseLightingElement.width")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
-
{{domxref("SVGFEDiffuseLightingElement.height")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
-
{{domxref("SVGFEDiffuseLightingElement.result")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

diff --git a/files/en-us/web/api/svgfedisplacementmapelement/index.html b/files/en-us/web/api/svgfedisplacementmapelement/index.html index 56ea18778d8a876..0617b952ae65802 100644 --- a/files/en-us/web/api/svgfedisplacementmapelement/index.html +++ b/files/en-us/web/api/svgfedisplacementmapelement/index.html @@ -56,26 +56,26 @@

Properties

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

+
{{domxref("SVGFEDisplacementMapElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
{{domxref("SVGFEDisplacementMapElement.in1")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in")}} attribute of the given element.
{{domxref("SVGFEDisplacementMapElement.in2")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in2")}} attribute of the given element.
+
{{domxref("SVGFEDisplacementMapElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
{{domxref("SVGFEDisplacementMapElement.scale")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("scale")}} attribute of the given element.
-
{{domxref("SVGFEDisplacementMapElement.xChannelSelector")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("xChannelSelect")}} attribute of the given element. It takes one of the SVG_CHANNEL_* constants defined on this interface.
-
{{domxref("SVGFEDisplacementMapElement.yChannelSelector")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("yChannelSelect")}} attribute of the given element. It takes one of the SVG_CHANNEL_* constants defined on this interface.
+
{{domxref("SVGFEDisplacementMapElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
{{domxref("SVGFEDisplacementMapElement.x")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
+
{{domxref("SVGFEDisplacementMapElement.xChannelSelector")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("xChannelSelect")}} attribute of the given element. It takes one of the SVG_CHANNEL_* constants defined on this interface.
{{domxref("SVGFEDisplacementMapElement.y")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
-
{{domxref("SVGFEDisplacementMapElement.width")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
-
{{domxref("SVGFEDisplacementMapElement.height")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
-
{{domxref("SVGFEDisplacementMapElement.result")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
+
{{domxref("SVGFEDisplacementMapElement.yChannelSelector")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("yChannelSelect")}} attribute of the given element. It takes one of the SVG_CHANNEL_* constants defined on this interface.

Methods

diff --git a/files/en-us/web/api/svgfedropshadowelement/index.html b/files/en-us/web/api/svgfedropshadowelement/index.html index da1173fa1e0193e..c818dc61a5bcf25 100644 --- a/files/en-us/web/api/svgfedropshadowelement/index.html +++ b/files/en-us/web/api/svgfedropshadowelement/index.html @@ -19,26 +19,26 @@

Properties

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

-
{{domxref("SVGFEDropShadowElement.in1")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in")}} attribute of the given element.
-
{{domxref("SVGFEDropShadowElement.dx")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("dx")}} attribute of the given element.
-
{{domxref("SVGFEDropShadowElement.dy")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("dy")}} attribute of the given element.
+
{{domxref("SVGFEDropShadowElement.dx")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("dx")}} attribute of the given element.
+
{{domxref("SVGFEDropShadowElement.dy")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("dy")}} attribute of the given element.
+
{{domxref("SVGFEDropShadowElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFEDropShadowElement.in1")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in")}} attribute of the given element.
+
{{domxref("SVGFEDropShadowElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
{{domxref("SVGFEDropShadowElement.stdDeviationX")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the (possibly automatically computed) X component of the {{SVGAttr("stdDeviationX")}} attribute of the given element.
{{domxref("SVGFEDropShadowElement.stdDeviationY")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the (possibly automatically computed) Y component of the {{SVGAttr("stdDeviationY")}} attribute of the given element.
+
{{domxref("SVGFEDropShadowElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
{{domxref("SVGFEDropShadowElement.x")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
{{domxref("SVGFEDropShadowElement.y")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
-
{{domxref("SVGFEDropShadowElement.width")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
-
{{domxref("SVGFEDropShadowElement.height")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
-
{{domxref("SVGFEDropShadowElement.result")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

diff --git a/files/en-us/web/api/svgfefloodelement/index.html b/files/en-us/web/api/svgfefloodelement/index.html index 2d48bae85cf58b8..0bab983f1c3e8e2 100644 --- a/files/en-us/web/api/svgfefloodelement/index.html +++ b/files/en-us/web/api/svgfefloodelement/index.html @@ -19,16 +19,16 @@

Properties

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

+
{{domxref("SVGFEFloodElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
+
{{domxref("SVGFEFloodElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
+
{{domxref("SVGFEFloodElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
{{domxref("SVGFEFloodElement.x")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
{{domxref("SVGFEFloodElement.y")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
-
{{domxref("SVGFEFloodElement.width")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
-
{{domxref("SVGFEFloodElement.height")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
-
{{domxref("SVGFEFloodElement.result")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

diff --git a/files/en-us/web/api/svgfegaussianblurelement/index.html b/files/en-us/web/api/svgfegaussianblurelement/index.html index 850c894357eb32f..e86d9d85ce49ff2 100644 --- a/files/en-us/web/api/svgfegaussianblurelement/index.html +++ b/files/en-us/web/api/svgfegaussianblurelement/index.html @@ -51,24 +51,24 @@

Properties

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

+
{{domxref("SVGFEGaussianBlurElement.edgeMode")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("edgeMode")}} attribute of the given element. Takes one of the SVG_EDGEMODE_* constants defined on this interface.
+
{{domxref("SVGFEGaussianBlurElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
{{domxref("SVGFEGaussianBlurElement.in1")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in")}} attribute of the given element.
+
{{domxref("SVGFEGaussianBlurElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
{{domxref("SVGFEGaussianBlurElement.stdDeviationX")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the (possibly automatically computed) X component of the {{SVGAttr("stdDeviation")}} attribute of the given element.
{{domxref("SVGFEGaussianBlurElement.stdDeviationY")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the (possibly automatically computed) Y component of the {{SVGAttr("stdDeviation")}} attribute of the given element.
-
{{domxref("SVGFEGaussianBlurElement.edgeMode")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("edgeMode")}} attribute of the given element. Takes one of the SVG_EDGEMODE_* constants defined on this interface.
+
{{domxref("SVGFEGaussianBlurElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
{{domxref("SVGFEGaussianBlurElement.x")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
{{domxref("SVGFEGaussianBlurElement.y")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
-
{{domxref("SVGFEGaussianBlurElement.width")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
-
{{domxref("SVGFEGaussianBlurElement.height")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
-
{{domxref("SVGFEGaussianBlurElement.result")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

diff --git a/files/en-us/web/api/svgfeimageelement/index.html b/files/en-us/web/api/svgfeimageelement/index.html index f992ae4a89c7c05..f445a7fcb46dc6e 100644 --- a/files/en-us/web/api/svgfeimageelement/index.html +++ b/files/en-us/web/api/svgfeimageelement/index.html @@ -21,20 +21,20 @@

Properties

{{domxref("SVGFEImageElement.crossOrigin")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedString")}} reflects the {{SVGAttr("crossorigin")}} attribute of the given element, limited to only known values.
+
{{domxref("SVGFEImageElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
{{domxref("SVGFEImageElement.href")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedString")}} that reflects the {{SVGAttr("href")}} or {{SVGAttr("xlink:href")}} attribute of the given element.
{{domxref("SVGFEImageElement.preserveAspectRatio")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedPreserveAspectRatio")}} corresponding to the {{SVGAttr("preserveAspectRatio")}} attribute of the given element.
+
{{domxref("SVGFEImageElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
+
{{domxref("SVGFEImageElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
{{domxref("SVGFEImageElement.x")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
{{domxref("SVGFEImageElement.y")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
-
{{domxref("SVGFEImageElement.width")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
-
{{domxref("SVGFEImageElement.height")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
-
{{domxref("SVGFEImageElement.result")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

diff --git a/files/en-us/web/api/svgfemergeelement/index.html b/files/en-us/web/api/svgfemergeelement/index.html index 4376a9ed9d8ab98..f678a2f0396f201 100644 --- a/files/en-us/web/api/svgfemergeelement/index.html +++ b/files/en-us/web/api/svgfemergeelement/index.html @@ -19,16 +19,16 @@

Properties

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

-
{{domxref("SVGFEMergeElement.x")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
-
{{domxref("SVGFEMergeElement.y")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
-
{{domxref("SVGFEMergeElement.width")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
{{domxref("SVGFEMergeElement.height")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
{{domxref("SVGFEMergeElement.result")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
+
{{domxref("SVGFEMergeElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
+
{{domxref("SVGFEMergeElement.x")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
+
{{domxref("SVGFEMergeElement.y")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.

Methods

diff --git a/files/en-us/web/api/svgfemorphologyelement/index.html b/files/en-us/web/api/svgfemorphologyelement/index.html index 1df53de763eb927..0456d4ca53b3810 100644 --- a/files/en-us/web/api/svgfemorphologyelement/index.html +++ b/files/en-us/web/api/svgfemorphologyelement/index.html @@ -46,6 +46,8 @@

Properties

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

+
{{domxref("SVGFEMorphologyElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
{{domxref("SVGFEMorphologyElement.in1")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in")}} attribute of the given element.
{{domxref("SVGFEMorphologyElement.operator")}} {{ReadOnlyInline}}
@@ -54,16 +56,14 @@

Properties

An {{domxref("SVGAnimatedNumber")}} corresponding to the X component of the {{SVGAttr("radius")}} attribute of the given element.
{{domxref("SVGFEMorphologyElement.radiusY")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the Y component of the {{SVGAttr("radius")}} attribute of the given element.
+
{{domxref("SVGFEMorphologyElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
+
{{domxref("SVGFEMorphologyElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
{{domxref("SVGFEMorphologyElement.x")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
{{domxref("SVGFEMorphologyElement.y")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
-
{{domxref("SVGFEMorphologyElement.width")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
-
{{domxref("SVGFEMorphologyElement.height")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
-
{{domxref("SVGFEMorphologyElement.result")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

diff --git a/files/en-us/web/api/svgfeoffsetelement/index.html b/files/en-us/web/api/svgfeoffsetelement/index.html index b9be893359f2d94..b1a6e42fb9d2c7a 100644 --- a/files/en-us/web/api/svgfeoffsetelement/index.html +++ b/files/en-us/web/api/svgfeoffsetelement/index.html @@ -19,22 +19,22 @@

Properties

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

+
{{domxref("SVGFEOffsetElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
{{domxref("SVGFEOffsetElement.in1")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in")}} attribute of the given element.
{{domxref("SVGFEOffsetElement.dx")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("dx")}} attribute of the given element.
{{domxref("SVGFEOffsetElement.dy")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("dy")}} attribute of the given element.
+
{{domxref("SVGFEOffsetElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
+
{{domxref("SVGFEOffsetElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
{{domxref("SVGFEOffsetElement.x")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
{{domxref("SVGFEOffsetElement.y")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
-
{{domxref("SVGFEOffsetElement.width")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
-
{{domxref("SVGFEOffsetElement.height")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
-
{{domxref("SVGFEOffsetElement.result")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

diff --git a/files/en-us/web/api/svgfespecularlightingelement/index.html b/files/en-us/web/api/svgfespecularlightingelement/index.html index 0cc4de8925c205b..6e060f2c89ed3b5 100644 --- a/files/en-us/web/api/svgfespecularlightingelement/index.html +++ b/files/en-us/web/api/svgfespecularlightingelement/index.html @@ -19,28 +19,28 @@

Properties

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

+
{{domxref("SVGFESpecularLightingElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
{{domxref("SVGFESpecularLightingElement.in1")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in")}} attribute of the given element.
-
{{domxref("SVGFESpecularLightingElement.surfaceScale")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("surfaceScale")}} attribute of the given element.
-
{{domxref("SVGFESpecularLightingElement.specularConstant")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("specularConstant")}} attribute of the given element.
-
{{domxref("SVGFESpecularLightingElement.specularExponent")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("specularExponent")}} attribute of the given element.
{{domxref("SVGFESpecularLightingElement.kernelUnitLengthX")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the X component of the {{SVGAttr("kernelUnitLength")}} attribute of the given element.
{{domxref("SVGFESpecularLightingElement.kernelUnitLengthY")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the Y component of the {{SVGAttr("kernelUnitLength")}} attribute of the given element.
+
{{domxref("SVGFESpecularLightingElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
+
{{domxref("SVGFESpecularLightingElement.specularConstant")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("specularConstant")}} attribute of the given element.
+
{{domxref("SVGFESpecularLightingElement.specularExponent")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("specularExponent")}} attribute of the given element.
+
{{domxref("SVGFESpecularLightingElement.surfaceScale")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("surfaceScale")}} attribute of the given element.
+
{{domxref("SVGFESpecularLightingElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
{{domxref("SVGFESpecularLightingElement.x")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
{{domxref("SVGFESpecularLightingElement.y")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
-
{{domxref("SVGFESpecularLightingElement.width")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
-
{{domxref("SVGFESpecularLightingElement.height")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
-
{{domxref("SVGFESpecularLightingElement.result")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

diff --git a/files/en-us/web/api/svgfetileelement/index.html b/files/en-us/web/api/svgfetileelement/index.html index fc0642b87ad4467..be2b5d3c7c8226a 100644 --- a/files/en-us/web/api/svgfetileelement/index.html +++ b/files/en-us/web/api/svgfetileelement/index.html @@ -19,18 +19,18 @@

Properties

This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.

+
{{domxref("SVGFETileElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
{{domxref("SVGFETileElement.in1")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("in")}} attribute of the given element.
+
{{domxref("SVGFETileElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
+
{{domxref("SVGFETileElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
{{domxref("SVGFETileElement.x")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
{{domxref("SVGFETileElement.y")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
-
{{domxref("SVGFETileElement.width")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
-
{{domxref("SVGFETileElement.height")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
-
{{domxref("SVGFETileElement.result")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods

diff --git a/files/en-us/web/api/svgfeturbulenceelement/index.html b/files/en-us/web/api/svgfeturbulenceelement/index.html index adfb6970aabef64..25a1f82b67c7079 100644 --- a/files/en-us/web/api/svgfeturbulenceelement/index.html +++ b/files/en-us/web/api/svgfeturbulenceelement/index.html @@ -79,24 +79,24 @@

Properties

An {{domxref("SVGAnimatedNumber")}} corresponding to the X component of the {{SVGAttr("baseFrequency")}} attribute of the given element.
{{domxref("SVGFETurbulenceElement.baseFrequencyY")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the Y component of the {{SVGAttr("baseFrequency")}} attribute of the given element.
+
{{domxref("SVGFETurbulenceElement.height")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
{{domxref("SVGFETurbulenceElement.numOctaves")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedInteger")}} corresponding to the {{SVGAttr("numOctaves")}} attribute of the given element.
+
{{domxref("SVGFETurbulenceElement.result")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.
{{domxref("SVGFETurbulenceElement.seed")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedNumber")}} corresponding to the {{SVGAttr("seed")}} attribute of the given element.
{{domxref("SVGFETurbulenceElement.stitchTiles")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("stitchTiles")}} attribute of the given element. It takes one of the SVG_STITCHTYPE_* constants defined on this interface.
{{domxref("SVGFETurbulenceElement.type")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("type")}} attribute of the given element. It takes one of the SVG_TURBULENCE_TYPE_* constants defined on this interface.
+
{{domxref("SVGFETurbulenceElement.width")}} {{ReadOnlyInline}}
+
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
{{domxref("SVGFETurbulenceElement.x")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
{{domxref("SVGFETurbulenceElement.y")}} {{ReadOnlyInline}}
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
-
{{domxref("SVGFETurbulenceElement.width")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given element.
-
{{domxref("SVGFETurbulenceElement.height")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given element.
-
{{domxref("SVGFETurbulenceElement.result")}} {{ReadOnlyInline}}
-
An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("result")}} attribute of the given element.

Methods