File: conditional_processing.rst

package info (click to toggle)
svgwrite 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,304 kB
  • sloc: python: 12,524; makefile: 116; sh: 5
file content (14 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (3)
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>`_