summaryrefslogtreecommitdiffstats
path: root/share/attributes/README
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:29:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:29:01 +0000
commit35a96bde514a8897f6f0fcc41c5833bf63df2e2a (patch)
tree657d15a03cc46bd099fc2c6546a7a4ad43815d9f /share/attributes/README
parentInitial commit. (diff)
downloadinkscape-upstream.tar.xz
inkscape-upstream.zip
Adding upstream version 1.0.2.upstream/1.0.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/attributes/README')
-rw-r--r--share/attributes/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/share/attributes/README b/share/attributes/README
new file mode 100644
index 0000000..a58ebb8
--- /dev/null
+++ b/share/attributes/README
@@ -0,0 +1,15 @@
+This directory contains data for XML attribute checking, CSS property
+checking, and CSS defaults checking.
+
+svgprops - Mapping of valid attributes for elements in svg namespace
+
+cssprops - Mapping of valid CSS properties to svg elements
+
+css_defaults - Mapping of CSS properties to default values and inheritance.
+
+genMapData* - PERL script files that create the data files from the
+Attribute and CSS Properties appendices of the SVG 1.1 2nd Edtion
+specification located at http://www.w3.org/TR/SVG/
+
+The data files are loaded at runtime. The default location is
+'inkscape_data_dir/attributes'. They can be user customized.