Code

new files
[inkscape.git] / src / dom / prop-css.txt
2 {
3 "azimuth",
4 "<angle> | [[ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards | inherit",
5 "center",
6 "",
7 "yes",
8 "",
9 "aural"
10 },
13 {
14 "background-attachment",
15 "scroll | fixed | inherit",
16 "scroll",
17 "",
18 "no",
19 "",
20 "visual"
21 },
24 {
25 "background-color",
26 "<color> | transparent | inherit",
27 "transparent",
28 "",
29 "no",
30 "",
31 "visual"
32 },
35 {
36 "background-image",
37 "<uri> | none | inherit",
38 "none",
39 "",
40 "no",
41 "",
42 "visual"
43 },
46 {
47 "background-position",
48 "[ [ <percentage> | <length> | left | center | right ] [ <percentage> | <length> | top | center | bottom ]? ] | [ [ left | center | right ] || [ top | center | bottom ] ] | inherit",
49 "0% 0%",
50 "",
51 "no",
52 "refer to the size of the box itself",
53 "visual"
54 },
57 {
58 "background-repeat",
59 "repeat | repeat-x | repeat-y | no-repeat | inherit",
60 "repeat",
61 "",
62 "no",
63 "",
64 "visual"
65 },
68 {
69 "background",
70 "['background-color' || 'background-image' || 'background-repeat' || 'background-attachment' || 'background-position'] | inherit",
71 "see individual properties",
72 "",
73 "no",
74 "allowed on 'background-position",
75 "visual"
76 },
79 {
80 "border-collapse",
81 "collapse | separate | inherit",
82 "separate",
83 "table' and 'inline-table' elements",
84 "yes",
85 "",
86 "visual"
87 },
90 {
91 "border-color",
92 "[ <color> | transparent ]{1,4} | inherit",
93 "see individual properties",
94 "",
95 "no",
96 "",
97 "visual"
98 },
102 "border-spacing",
103 "<length> <length>? | inherit",
104 "0",
105 "table' and 'inline-table' elements",
106 "yes",
107 "",
108 "visual"
109 },
113 "border-style",
114 "<border-style>{1,4} | inherit",
115 "see individual properties",
116 "",
117 "no",
118 "",
119 "visual"
120 },
124 "border-top' 'border-right' 'border-bottom' 'border-left",
125 "[ <border-width> || <border-style> || 'border-top-color' ] | inherit",
126 "see individual properties",
127 "",
128 "no",
129 "",
130 "visual"
131 },
135 "border-top-color' 'border-right-color' 'border-bottom-color' 'border-left-color",
136 "<color> | transparent | inherit",
137 "the value of the 'color' property",
138 "",
139 "no",
140 "",
141 "visual"
142 },
146 "border-top-style' 'border-right-style' 'border-bottom-style' 'border-left-style",
147 "<border-style> | inherit",
148 "none",
149 "",
150 "no",
151 "",
152 "visual"
153 },
157 "border-top-width' 'border-right-width' 'border-bottom-width' 'border-left-width",
158 "<border-width> | inherit",
159 "medium",
160 "",
161 "no",
162 "",
163 "visual"
164 },
168 "border-width",
169 "<border-width>{1,4} | inherit",
170 "see individual properties",
171 "",
172 "no",
173 "",
174 "visual"
175 },
179 "border",
180 "[ <border-width> || <border-style> || 'border-top-color' ] | inherit",
181 "see individual properties",
182 "",
183 "no",
184 "",
185 "visual"
186 },
190 "bottom",
191 "<length> | <percentage> | auto | inherit",
192 "auto",
193 "positioned elements",
194 "no",
195 "refer to height of containing block",
196 "visual"
197 },
201 "caption-side",
202 "top | bottom | inherit",
203 "top",
204 "table-caption' elements",
205 "yes",
206 "",
207 "visual"
208 },
212 "clear",
213 "none | left | right | both | inherit",
214 "none",
215 "block-level elements",
216 "no",
217 "",
218 "visual"
219 },
223 "clip",
224 "<shape> | auto | inherit",
225 "auto",
226 "absolutely positioned elements",
227 "no",
228 "",
229 "visual"
230 },
234 "color",
235 "<color> | inherit",
236 "depends on user agent",
237 "",
238 "yes",
239 "",
240 "visual"
241 },
245 "content",
246 "normal | [ <string> | <uri> | <counter> | attr(<identifier>) | open-quote | close-quote | no-open-quote | no-close-quote ]+ | inherit",
247 "normal",
248 ":before and :after pseudo-elements",
249 "no",
250 "",
251 "all "
252 },
256 "counter-increment",
257 "[ <identifier> <integer>? ]+ | none | inherit",
258 "none",
259 "",
260 "no",
261 "",
262 "all "
263 },
267 "counter-reset",
268 "[ <identifier> <integer>? ]+ | none | inherit",
269 "none",
270 "",
271 "no",
272 "",
273 "all "
274 },
278 "cue-after",
279 "<uri> | none | inherit",
280 "none",
281 "",
282 "no",
283 "",
284 "aural"
285 },
289 "cue-before",
290 "<uri> | none | inherit",
291 "none",
292 "",
293 "no",
294 "",
295 "aural"
296 },
300 "cue",
301 "[ 'cue-before' || 'cue-after' ] | inherit",
302 "see individual properties",
303 "",
304 "no",
305 "",
306 "aural"
307 },
311 "cursor",
312 "[ [<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 | progress ] ] | inherit",
313 "auto",
314 "",
315 "yes",
316 "",
317 "visual,
318  interactive "
319 },
323 "direction",
324 "ltr | rtl | inherit",
325 "ltr",
326 "all elements, but see prose",
327 "yes",
328 "",
329 "visual"
330 },
334 "display",
335 "inline | block | list-item | run-in | inline-block | 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",
336 "inline",
337 "",
338 "no",
339 "",
340 "all "
341 },
345 "elevation",
346 "<angle> | below | level | above | higher | lower | inherit",
347 "level",
348 "",
349 "yes",
350 "",
351 "aural"
352 },
356 "empty-cells",
357 "show | hide | inherit",
358 "show",
359 "table-cell' elements",
360 "yes",
361 "",
362 "visual"
363 },
367 "float",
368 "left | right | none | inherit",
369 "none",
370 "all, but see 9.7",
371 "no",
372 "",
373 "visual"
374 },
378 "font-family",
379 "[[ <family-name> | <generic-family> ] [, <family-name>| <generic-family>]* ] | inherit",
380 "depends on user agent",
381 "",
382 "yes",
383 "",
384 "visual"
385 },
389 "font-size",
390 "<absolute-size> | <relative-size> | <length> | <percentage> | inherit",
391 "medium",
392 "",
393 "yes",
394 "refer to parent element's font size",
395 "visual"
396 },
400 "font-style",
401 "normal | italic | oblique | inherit",
402 "normal",
403 "",
404 "yes",
405 "",
406 "visual"
407 },
411 "font-variant",
412 "normal | small-caps | inherit",
413 "normal",
414 "",
415 "yes",
416 "",
417 "visual"
418 },
422 "font-weight",
423 "normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit",
424 "normal",
425 "",
426 "yes",
427 "",
428 "visual"
429 },
433 "font",
434 "[ [ 'font-style' || 'font-variant' || 'font-weight' ]? 'font-size' [ / 'line-height' ]? 'font-family' ] | caption | icon | menu | message-box | small-caption | status-bar | inherit",
435 "see individual properties",
436 "",
437 "yes",
438 "see individual properties",
439 "visual"
440 },
444 "height",
445 "<length> | <percentage> | auto | inherit",
446 "auto",
447 "all elements but non-replaced inline elements, table columns, and column groups",
448 "no",
449 "see prose",
450 "visual"
451 },
455 "left",
456 "<length> | <percentage> | auto | inherit",
457 "auto",
458 "positioned elements",
459 "no",
460 "refer to width of containing block",
461 "visual"
462 },
466 "letter-spacing",
467 "normal | <length> | inherit",
468 "normal",
469 "",
470 "yes",
471 "",
472 "visual"
473 },
477 "line-height",
478 "normal | <number> | <length> | <percentage> | inherit",
479 "normal",
480 "",
481 "yes",
482 "refer to the font size of the element itself",
483 "visual"
484 },
488 "list-style-image",
489 "<uri> | none | inherit",
490 "none",
491 "elements with 'display: list-item",
492 "yes",
493 "",
494 "visual"
495 },
499 "list-style-position",
500 "inside | outside | inherit",
501 "outside",
502 "elements with 'display: list-item",
503 "yes",
504 "",
505 "visual"
506 },
510 "list-style-type",
511 "disc | circle | square | decimal | decimal-leading-zero | lower-roman | upper-roman | lower-greek | lower-latin | upper-latin | armenian | georgian | none | inherit",
512 "disc",
513 "elements with 'display: list-item",
514 "yes",
515 "",
516 "visual"
517 },
521 "list-style",
522 "[ 'list-style-type' || 'list-style-position' || 'list-style-image' ] | inherit",
523 "see individual properties",
524 "elements with 'display: list-item",
525 "yes",
526 "",
527 "visual"
528 },
532 "margin-right' 'margin-left",
533 "<margin-width> | inherit",
534 "0",
535 "all elements except elements with table display types other than table and inline-table",
536 "no",
537 "refer to width of containing block",
538 "visual"
539 },
543 "margin-top' 'margin-bottom",
544 "<margin-width> | inherit",
545 "0",
546 "all elements except elements with table display types other than table and inline-table",
547 "no",
548 "refer to width of containing block",
549 "visual"
550 },
554 "margin",
555 "<margin-width>{1,4} | inherit",
556 "see individual properties",
557 "all elements except elements with table display types other than table and inline-table",
558 "no",
559 "refer to width of containing block",
560 "visual"
561 },
565 "max-height",
566 "<length> | <percentage> | none | inherit",
567 "none",
568 "all elements except non-replaced inline elements and table elements",
569 "no",
570 "see prose",
571 "visual"
572 },
576 "max-width",
577 "<length> | <percentage> | none | inherit",
578 "none",
579 "all elements except non-replaced inline elements and table elements",
580 "no",
581 "refer to width of containing block",
582 "visual"
583 },
587 "min-height",
588 "<length> | <percentage> | inherit",
589 "0",
590 "all elements except non-replaced inline elements and table elements",
591 "no",
592 "see prose",
593 "visual"
594 },
598 "min-width",
599 "<length> | <percentage> | inherit",
600 "0",
601 "all elements except non-replaced inline elements and table elements",
602 "no",
603 "refer to width of containing block",
604 "visual"
605 },
609 "orphans",
610 "<integer> | inherit",
611 "2",
612 "block-level elements",
613 "yes",
614 "",
615 "visual, paged "
616 },
620 "outline-color",
621 "<color> | invert | inherit",
622 "invert",
623 "",
624 "no",
625 "",
626 "visual, interactive "
627 },
631 "outline-style",
632 "<border-style> | inherit",
633 "none",
634 "",
635 "no",
636 "",
637 "visual, interactive "
638 },
642 "outline-width",
643 "<border-width> | inherit",
644 "medium",
645 "",
646 "no",
647 "",
648 "visual, interactive "
649 },
653 "outline",
654 "[ 'outline-color' || 'outline-style' || 'outline-width' ] | inherit",
655 "see individual properties",
656 "",
657 "no",
658 "",
659 "visual, interactive "
660 },
664 "overflow",
665 "visible | hidden | scroll | auto | inherit",
666 "visible",
667 "block-level and replaced elements, table cells, inline blocks",
668 "no",
669 "",
670 "visual"
671 },
675 "padding-top' 'padding-right' 'padding-bottom' 'padding-left",
676 "<padding-width> | inherit",
677 "0",
678 "all elements except elements with table display types other than table, inline-table, and table-cell",
679 "no",
680 "refer to width of containing block",
681 "visual"
682 },
686 "padding",
687 "<padding-width>{1,4} | inherit",
688 "see individual properties",
689 "all elements except elements with table display types other than table, inline-table, and table-cell",
690 "no",
691 "refer to width of containing block",
692 "visual"
693 },
697 "page-break-after",
698 "auto | always | avoid | left | right | inherit",
699 "auto",
700 "block-level elements",
701 "no",
702 "",
703 "visual,
704  paged "
705 },
709 "page-break-before",
710 "auto | always | avoid | left | right | inherit",
711 "auto",
712 "block-level elements",
713 "no",
714 "",
715 "visual,
716  paged "
717 },
721 "page-break-inside",
722 "avoid | auto | inherit",
723 "auto",
724 "block-level elements",
725 "yes",
726 "",
727 "visual,
728  paged "
729 },
733 "pause-after",
734 "<time> | <percentage> | inherit",
735 "0",
736 "",
737 "no",
738 "see prose",
739 "aural"
740 },
744 "pause-before",
745 "<time> | <percentage> | inherit",
746 "0",
747 "",
748 "no",
749 "see prose",
750 "aural"
751 },
755 "pause",
756 "[ [<time> | <percentage>]{1,2} ] | inherit",
757 "see individual properties",
758 "",
759 "no",
760 "see descriptions of 'pause-before' and 'pause-after",
761 "aural"
762 },
766 "pitch-range",
767 "<number> | inherit",
768 "50",
769 "",
770 "yes",
771 "",
772 "aural"
773 },
777 "pitch",
778 "<frequency> | x-low | low | medium | high | x-high | inherit",
779 "medium",
780 "",
781 "yes",
782 "",
783 "aural"
784 },
788 "play-during",
789 "<uri> [ mix || repeat ]? | auto | none | inherit",
790 "auto",
791 "",
792 "no",
793 "",
794 "aural"
795 },
799 "position",
800 "static | relative | absolute | fixed | inherit",
801 "static",
802 "",
803 "no",
804 "",
805 "visual"
806 },
810 "quotes",
811 "[<string> <string>]+ | none | inherit",
812 "depends on user agent",
813 "",
814 "yes",
815 "",
816 "visual"
817 },
821 "richness",
822 "<number> | inherit",
823 "50",
824 "",
825 "yes",
826 "",
827 "aural"
828 },
832 "right",
833 "<length> | <percentage> | auto | inherit",
834 "auto",
835 "positioned elements",
836 "no",
837 "refer to width of containing block",
838 "visual"
839 },
843 "speak-header",
844 "once | always | inherit",
845 "once",
846 "elements that have table header information",
847 "yes",
848 "",
849 "aural"
850 },
854 "speak-numeral",
855 "digits | continuous | inherit",
856 "continuous",
857 "",
858 "yes",
859 "",
860 "aural"
861 },
865 "speak-punctuation",
866 "code | none | inherit",
867 "none",
868 "",
869 "yes",
870 "",
871 "aural"
872 },
876 "speak",
877 "normal | none | spell-out | inherit",
878 "normal",
879 "",
880 "yes",
881 "",
882 "aural"
883 },
887 "speech-rate",
888 "<number> | x-slow | slow | medium | fast | x-fast | faster | slower | inherit",
889 "medium",
890 "",
891 "yes",
892 "",
893 "aural"
894 },
898 "stress",
899 "<number> | inherit",
900 "50",
901 "",
902 "yes",
903 "",
904 "aural"
905 },
909 "table-layout",
910 "auto | fixed | inherit",
911 "auto",
912 "table' and 'inline-table' elements",
913 "no",
914 "",
915 "visual"
916 },
920 "text-align",
921 "left | right | center | justify | inherit",
922 "left' if 'direction' is 'ltr'; 'right' if 'direction' is 'rtl",
923 "block-level elements, table cells and inline blocks",
924 "yes",
925 "",
926 "visual"
927 },
931 "text-decoration",
932 "none | [ underline || overline || line-through || blink ] | inherit",
933 "none",
934 "",
935 "no (see prose)",
936 "",
937 "visual"
938 },
942 "text-indent",
943 "<length> | <percentage> | inherit",
944 "0",
945 "block-level elements, table cells and inline blocks",
946 "yes",
947 "refer to width of containing block",
948 "visual"
949 },
953 "text-transform",
954 "capitalize | uppercase | lowercase | none | inherit",
955 "none",
956 "",
957 "yes",
958 "",
959 "visual"
960 },
964 "top",
965 "<length> | <percentage> | auto | inherit",
966 "auto",
967 "positioned elements",
968 "no",
969 "refer to height of containing block",
970 "visual"
971 },
975 "unicode-bidi",
976 "normal | embed | bidi-override | inherit",
977 "normal",
978 "all elements, but see prose",
979 "no",
980 "",
981 "visual"
982 },
986 "vertical-align",
987 "baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> | <length> | inherit",
988 "baseline",
989 "inline-level and 'table-cell' elements",
990 "no",
991 "refer to the 'line-height' of the element itself",
992 "visual"
993 },
997 "visibility",
998 "visible | hidden | collapse | inherit",
999 "visible",
1000 "",
1001 "yes",
1002 "",
1003 "visual"
1004 },
1008 "voice-family",
1009 "[[<specific-voice> | <generic-voice> ],]* [<specific-voice> | <generic-voice> ] | inherit",
1010 "depends on user agent",
1011 "",
1012 "yes",
1013 "",
1014 "aural"
1015 },
1019 "volume",
1020 "<number> | <percentage> | silent | x-soft | soft | medium | loud | x-loud | inherit",
1021 "medium",
1022 "",
1023 "yes",
1024 "refer to inherited value",
1025 "aural"
1026 },
1030 "white-space",
1031 "normal | pre | nowrap | pre-wrap | pre-line | inherit",
1032 "normal",
1033 "",
1034 "yes",
1035 "",
1036 "visual"
1037 },
1041 "widows",
1042 "<integer> | inherit",
1043 "2",
1044 "block-level elements",
1045 "yes",
1046 "",
1047 "visual, paged "
1048 },
1052 "width",
1053 "<length> | <percentage> | auto | inherit",
1054 "auto",
1055 "all elements but non-replaced inline elements, table rows, and row groups",
1056 "no",
1057 "refer to width of containing block",
1058 "visual"
1059 },
1063 "word-spacing",
1064 "normal | <length> | inherit",
1065 "normal",
1066 "",
1067 "yes",
1068 "",
1069 "visual"
1070 },
1074 "z-index",
1075 "auto | <integer> | inherit",
1076 "auto",
1077 "positioned elements",
1078 "no",
1079 "",
1080 "visual"