1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Conditional Processing Attributes
=================================
W3C Reference: http://www.w3.org/TR/SVG11/intro.html#TermConditionalProcessingAttribute
A conditional processing attribute is one that controls whether or not the element
on which it appears is processed. Most elements, but not all, may have conditional
processing attributes specified on them.
W3C Direct Links
----------------
* `requiredExtensions <http://www.w3.org/TR/SVG11/struct.html#RequiredExtensionsAttribute>`_
* `requiredFeatures <http://www.w3.org/TR/SVG11/struct.html#RequiredFeaturesAttribute>`_
* `systemLanguage <http://www.w3.org/TR/SVG11/struct.html#SystemLanguageAttribute>`_
|