Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/svg/attribute/conditional_processing/index.md
6543 views
---
title: SVG Conditional Processing Attributes slug: Web/SVG/Attribute/Conditional_Processing page-type: svg-attribute tags: - Intermediate - NeedsExample - Property - Reference - SVG browser-compat: svg.attributes.conditional_processing
---

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

  • {{SVGAttr('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

  • {{SVGAttr('requiredFeatures')}} {{deprecated_inline}}

    • : 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

  • {{SVGAttr('systemLanguage')}}

    • : Indicates which language the user must have chosen to render the associated element. Value: A list of comma-separated language tags according to {{RFC(5646, "Tags for Identifying Languages (also known as BCP 47)")}}; Animatable: No

Browser compatibility

{{Compat}}