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..a420cd16cac1783 100644
--- a/files/en-us/web/api/svgfeblendelement/index.html
+++ b/files/en-us/web/api/svgfeblendelement/index.html
@@ -58,20 +58,30 @@
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.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.
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..09b6eaf84e25e4e 100644
--- a/files/en-us/web/api/svgfecolormatrixelement/index.html
+++ b/files/en-us/web/api/svgfecolormatrixelement/index.html
@@ -55,20 +55,30 @@ 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.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.
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..bdf963fbfcd6c5a 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.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.
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..fd844e9f7ee7ba9 100644
--- a/files/en-us/web/api/svgfecompositeelement/index.html
+++ b/files/en-us/web/api/svgfecompositeelement/index.html
@@ -63,20 +63,30 @@ 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.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.
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..d4e6e67ae6e5309 100644
--- a/files/en-us/web/api/svgfeconvolvematrixelement/index.html
+++ b/files/en-us/web/api/svgfeconvolvematrixelement/index.html
@@ -48,38 +48,48 @@ 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}}
- - 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.
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..874217852ee422e 100644
--- a/files/en-us/web/api/svgfediffuselightingelement/index.html
+++ b/files/en-us/web/api/svgfediffuselightingelement/index.html
@@ -16,24 +16,34 @@
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}}
- - 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.
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..0617b952ae65802 100644
--- a/files/en-us/web/api/svgfedisplacementmapelement/index.html
+++ b/files/en-us/web/api/svgfedisplacementmapelement/index.html
@@ -53,24 +53,34 @@ 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.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.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.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
-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..c818dc61a5bcf25 100644
--- a/files/en-us/web/api/svgfedropshadowelement/index.html
+++ b/files/en-us/web/api/svgfedropshadowelement/index.html
@@ -16,24 +16,34 @@
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}}
- - 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.
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..0bab983f1c3e8e2 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.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.
+
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..e86d9d85ce49ff2 100644
--- a/files/en-us/web/api/svgfegaussianblurelement/index.html
+++ b/files/en-us/web/api/svgfegaussianblurelement/index.html
@@ -48,22 +48,32 @@ 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.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.
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..f445a7fcb46dc6e 100644
--- a/files/en-us/web/api/svgfeimageelement/index.html
+++ b/files/en-us/web/api/svgfeimageelement/index.html
@@ -16,20 +16,30 @@
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}}
- 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.
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..f678a2f0396f201 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.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
-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..0456d4ca53b3810 100644
--- a/files/en-us/web/api/svgfemorphologyelement/index.html
+++ b/files/en-us/web/api/svgfemorphologyelement/index.html
@@ -43,9 +43,11 @@ 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.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,11 +56,19 @@ 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.
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..b1a6e42fb9d2c7a 100644
--- a/files/en-us/web/api/svgfeoffsetelement/index.html
+++ b/files/en-us/web/api/svgfeoffsetelement/index.html
@@ -16,20 +16,30 @@
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.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.
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..6e060f2c89ed3b5 100644
--- a/files/en-us/web/api/svgfespecularlightingelement/index.html
+++ b/files/en-us/web/api/svgfespecularlightingelement/index.html
@@ -16,26 +16,36 @@
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.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.
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..be2b5d3c7c8226a 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.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.
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..25a1f82b67c7079 100644
--- a/files/en-us/web/api/svgfeturbulenceelement/index.html
+++ b/files/en-us/web/api/svgfeturbulenceelement/index.html
@@ -72,26 +72,36 @@ 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}}
- 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.
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
-
-
-
-
- Specification |
- Status |
- Comment |
-
-
- {{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")}}
-