Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / src / dom / work / prop-svg.txt
2 {
3 "alignment-baseline",
4 "auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical | inherit",
5 "see property description",
6 "'tspan', 'tref', 'altGlyph', 'textPath' elements",
7 "no",
8 "",
9 "visual",
10 "yes"
11 },
13 {
14 "baseline-shift",
15 "baseline | sub | super | <percentage> | <length> | inherit",
16 "baseline",
17 "tspan', 'tref', 'altGlyph', 'textPath' elements",
18 "no",
19 "refers to the 'line-height' of the 'text' element, which in the case of SVG is defined to be equal to the 'font-size",
20 "visual",
21 "yes (non-additive, 'set' and 'animate' elements only)"
22 },
24 {
25 "clip",
26 "<shape> | auto | inherit",
27 "auto",
28 "elements which establish a new viewport, 'pattern' elements and 'marker' elements",
29 "no",
30 "",
31 "visual",
32 "yes"
33 },
35 {
36 "clip-path",
37 "<uri> | none | inherit",
38 "none",
39 "container elements and graphics elements",
40 "no",
41 "",
42 "visual",
43 "yes"
44 },
46 {
47 "clip-rule",
48 "nonzero | evenodd | inherit",
49 "nonzero",
50 "graphics elements within a 'clipPath' element",
51 "yes",
52 "",
53 "visual",
54 "yes"
55 },
57 {
58 "color",
59 "<color> | inherit",
60 "depends on user agent",
61 "elements to which properties 'fill', 'stroke', 'stop-color', 'flood-color', 'lighting-color' apply",
62 "yes",
63 "",
64 "visual",
65 "yes"
66 },
68 {
69 "color-interpolation",
70 "auto | sRGB | linearRGB | inherit",
71 "sRGB",
72 "container elements, graphics elements and 'animateColor",
73 "yes",
74 "",
75 "visual",
76 "yes"
77 },
79 {
80 "color-interpolation-filters",
81 "auto | sRGB | linearRGB | inherit",
82 "linearRGB",
83 "filter primitives",
84 "yes",
85 "",
86 "visual",
87 "yes"
88 },
90 {
91 "color-profile",
92 "auto | sRGB | <name> | <uri> | inherit",
93 "auto",
94 "'image' elements that refer to raster images",
95 "yes",
96 "",
97 "visual",
98 "yes"
99 },
102 "color-rendering",
103 "auto | optimizeSpeed | optimizeQuality | inherit",
104 "auto",
105 "container elements, graphics elements and 'animateColor",
106 "yes",
107 "",
108 "visual",
109 "yes"
110 },
113 "cursor",
114 "[ [<uri> ,]* [ auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize| text | wait | help ] ] | inherit",
115 "auto",
116 "container elements and graphics elements",
117 "yes",
118 "",
119 "visual, interactive",
120 "yes"
121 },
124 "direction",
125 "ltr | rtl | inherit",
126 "ltr",
127 "text content elements",
128 "yes",
129 "",
130 "visual",
131 "no"
132 },
135 "display",
136 "inline | block | list-item | run-in | compact | marker | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | none | inherit",
137 "inline",
138 "'svg', 'g', 'switch', 'a', 'foreignObject', graphics elements (including the 'text' element) and text sub-elements (i.e., 'tspan', 'tref', 'altGlyph', 'textPath')",
139 "no",
140 "",
141 "all",
142 "yes"
143 },
146 "dominant-baseline",
147 "auto | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge | inherit",
148 "auto",
149 "text content elements",
150 "no",
151 "",
152 "visual",
153 "yes"
154 },
157 "enable-background",
158 "accumulate | new [ <x> <y> <width> <height> ] | inherit",
159 "accumulate",
160 "container elements",
161 "no",
162 "",
163 "visual",
164 "no"
165 },
168 "fill",
169 "<paint> (See Specifying paint)",
170 "black",
171 "shapes and text content elements",
172 "yes",
173 "",
174 "visual",
175 "yes"
176 },
179 "fill-opacity",
180 "<opacity-value> | inherit",
181 "1",
182 "shapes and text content elements",
183 "yes",
184 "",
185 "visual",
186 "yes"
187 },
190 "fill-rule",
191 "nonzero | evenodd | inherit",
192 "nonzero",
193 "shapes and text content elements",
194 "yes",
195 "",
196 "visual",
197 "yes"
198 },
201 "filter",
202 "<uri> | none | inherit",
203 "none",
204 "container elements and graphics elements",
205 "no",
206 "",
207 "visual",
208 "yes"
209 },
212 "flood-color",
213 "currentColor | <color> [icc-color(<name>[,<icccolorvalue>]*)] | inherit",
214 "black",
215 "'feFlood' elements",
216 "no",
217 "",
218 "visual",
219 "yes"
220 },
223 "flood-opacity",
224 "<opacity-value> | inherit",
225 "1",
226 "'feFlood' elements",
227 "no",
228 "",
229 "visual",
230 "yes"
231 },
234 "font",
235 "[ [ 'font-style' || 'font-variant' || 'font-weight' ]? 'font-size' [ / 'line-height' ]? 'font-family' ] | caption | icon | menu | message-box | small-caption | status-bar | inherit",
236 "see individual properties",
237 "text content elements",
238 "yes",
239 "allowed on 'font-size' and 'line-height' ('line-height' same as 'font-size' in SVG)",
240 "visual",
241 "yes (non-additive, 'set' and 'animate' elements only)"
242 },
245 "font-family",
246 "[[ <family-name> | <generic-family> ],]* [ <family-name> | <generic-family>] | inherit",
247 "depends on user agent",
248 "text content elements",
249 "yes",
250 "",
251 "visual",
252 "yes"
253 },
256 "font-size",
257 "<absolute-size> | <relative-size> | <length> | <percentage> | inherit",
258 "medium",
259 "text content elements",
260 "yes, the computed value is inherited",
261 "refer to parent element's font size",
262 "visual",
263 "yes"
264 },
267 "font-size-adjust",
268 "<number> | none | inherit",
269 "none",
270 "text content elements",
271 "yes",
272 "",
273 "visual",
274 "yes"
275 },
278 "font-stretch",
279 "normal | wider | narrower | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded | inherit",
280 "normal",
281 "text content elements",
282 "yes",
283 "",
284 "visual",
285 "yes"
286 },
289 "font-style",
290 "normal | italic | oblique | inherit",
291 "normal",
292 "text content elements",
293 "yes",
294 "",
295 "visual",
296 "yes"
297 },
300 "font-variant",
301 "normal | small-caps | inherit",
302 "normal",
303 "text content elements",
304 "yes",
305 "",
306 "visual",
307 "yes"
308 },
311 "font-weight",
312 "normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit",
313 "normal",
314 "text content elements",
315 "yes",
316 "",
317 "visual",
318 "yes"
319 },
322 "glyph-orientation-horizontal",
323 "<angle> | inherit",
324 "0deg",
325 "text content elements",
326 "yes",
327 "",
328 "visual",
329 "no"
330 },
333 "glyph-orientation-vertical",
334 "auto | <angle> | inherit",
335 "auto",
336 "text content elements",
337 "yes",
338 "",
339 "visual",
340 "no"
341 },
344 "image-rendering",
345 "auto | optimizeSpeed | optimizeQuality | inherit",
346 "auto",
347 "images",
348 "yes",
349 "",
350 "visual",
351 "yes"
352 },
355 "kerning",
356 "auto | <length> | inherit",
357 "auto",
358 "text content elements",
359 "yes",
360 "",
361 "visual",
362 "yes"
363 },
366 "letter-spacing",
367 "normal | <length> | inherit",
368 "normal",
369 "text content elements",
370 "yes",
371 "",
372 "visual",
373 "yes"
374 },
377 "lighting-color",
378 "currentColor | <color> [icc-color(<name>[,<icccolorvalue>]*)] | inherit",
379 "white",
380 "feDiffuseLighting' and 'feSpecularLighting' elements",
381 "no",
382 "",
383 "visual",
384 "yes"
385 },
388 "marker",
389 "see individual properties",
390 "see individual properties",
391 "path', 'line', 'polyline' and 'polygon' elements",
392 "yes",
393 "",
394 "visual",
395 "yes"
396 },
399 "marker-end' 'marker-mid' 'marker-start",
400 "none | inherit | <uri>",
401 "none",
402 "path', 'line', 'polyline' and 'polygon' elements",
403 "yes",
404 "",
405 "visual",
406 "yes"
407 },
410 "mask",
411 "<uri> | none | inherit",
412 "none",
413 "container elements and graphics elements",
414 "no",
415 "",
416 "visual",
417 "yes"
418 },
421 "opacity",
422 "<opacity-value> | inherit",
423 "1",
424 "container elements and graphics elements",
425 "no",
426 "",
427 "visual",
428 "yes"
429 },
432 "overflow",
433 "visible | hidden | scroll | auto | inherit",
434 "see prose",
435 "elements which establish a new viewport, 'pattern' elements and 'marker' elements",
436 "no",
437 "",
438 "visual",
439 "yes"
440 },
443 "pointer-events",
444 "visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | none | inherit",
445 "visiblePainted",
446 "graphics elements",
447 "yes",
448 "",
449 "visual",
450 "yes"
451 },
454 "shape-rendering",
455 "auto | optimizeSpeed | crispEdges | geometricPrecision | inherit",
456 "auto",
457 "shapes",
458 "yes",
459 "",
460 "visual",
461 "yes"
462 },
465 "stop-color",
466 "currentColor | <color> [icc-color(<name>[,<icccolorvalue>]*)] | inherit",
467 "black",
468 "stop' elements",
469 "no",
470 "",
471 "visual",
472 "yes"
473 },
476 "stop-opacity",
477 "<opacity-value> | inherit",
478 "1",
479 "stop' elements",
480 "no",
481 "",
482 "visual",
483 "yes"
484 },
487 "stroke",
488 "<paint> (See Specifying paint)",
489 "none",
490 "shapes and text content elements",
491 "yes",
492 "",
493 "visual",
494 "yes"
495 },
498 "stroke-dasharray",
499 "none | <dasharray> | inherit",
500 "none",
501 "shapes and text content elements",
502 "yes",
503 "",
504 "visual",
505 ""
506 },
509 "stroke-dashoffset",
510 "<length> | inherit",
511 "0",
512 "shapes and text content elements",
513 "yes",
514 "see prose",
515 "visual",
516 "yes"
517 },
520 "stroke-linecap",
521 "butt | round | square | inherit",
522 "butt",
523 "shapes and text content elements",
524 "yes",
525 "",
526 "visual",
527 "yes"
528 },
531 "stroke-linejoin",
532 "miter | round | bevel | inherit",
533 "miter",
534 "shapes and text content elements",
535 "yes",
536 "",
537 "visual",
538 "yes"
539 },
542 "stroke-miterlimit",
543 "<miterlimit> | inherit",
544 "4",
545 "shapes and text content elements",
546 "yes",
547 "",
548 "visual",
549 "yes"
550 },
553 "stroke-opacity",
554 "<opacity-value> | inherit",
555 "1",
556 "shapes and text content elements",
557 "yes",
558 "",
559 "visual",
560 "yes"
561 },
564 "stroke-width",
565 "<length> | inherit",
566 "1",
567 "shapes and text content elements",
568 "yes",
569 "",
570 "visual",
571 "yes"
572 },
575 "text-anchor",
576 "start | middle | end | inherit",
577 "start",
578 "text content elements",
579 "yes",
580 "",
581 "visual",
582 "yes"
583 },
586 "text-decoration",
587 "none | [ underline || overline || line-through || blink ] | inherit",
588 "none",
589 "text content elements",
590 "no (see prose)",
591 "",
592 "visual",
593 "yes"
594 },
597 "text-rendering",
598 "auto | optimizeSpeed | optimizeLegibility | geometricPrecision | inherit",
599 "auto",
600 "'text' elements",
601 "yes",
602 "",
603 "visual",
604 "yes"
605 },
608 "unicode-bidi",
609 "normal | embed | bidi-override | inherit",
610 "normal",
611 "text content elements",
612 "no",
613 "",
614 "visual",
615 "no"
616 },
619 "visibility",
620 "visible | hidden | collapse | inherit",
621 "visible",
622 "graphics elements (including the 'text' element) and text sub-elements (i.e., 'tspan', 'tref', 'altGlyph', 'textPath' and 'a')",
623 "yes",
624 "",
625 "visual",
626 "yes"
627 },
630 "word-spacing",
631 "normal | <length> | inherit",
632 "normal",
633 "text content elements",
634 "yes",
635 "",
636 "visual",
637 "yes"
638 },
641 "writing-mode",
642 "lr-tb | rl-tb | tb-rl | lr | rl | tb | inherit",
643 "lr-tb",
644 "'text' elements",
645 "yes",
646 "",
647 "visual",
648 "no"
649 },