SVG Conditional Processing Attributes
The SVG conditional processing attributes are all the attributes that can be specified on some SVG elements to control whether or not the element on which it appears should be rendered.
Attributes
requiredExtensions
-
List all the browser specific capabilities that must be supported by the browser to be allowed to render the associated element. Value: A list of space-separated URI; Animatable: No
-
requiredFeatures
-
List all the features, as defined is the SVG 1.1 specification, that must be supported by the browser to be allowed to render the associated element.. Value: A list of space-separated URI; Animatable: No
systemLanguage
-
Indicates which language the user must have chosen to render the associated element. Value: A list of comma-separated language ID; Animatable: No
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
requiredExtensions |
? |
? |
? |
? |
? |
? |
? |
? |
? |
? |
? |
? |
requiredFeatures |
? |
? |
? |
? |
? |
? |
? |
? |
? |
? |
? |
? |
systemLanguage |
? |
? |
? |
? |
? |
? |
? |
? |
? |
? |
? |
? |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/Conditional_Processing