blob: 7308a8f0c0789b899a1376bc66a5feb9d896d2d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
"alignment-baseline" - "auto" - "no"
"baseline-shift" - "baseline" - "no"
"clip" - "auto" - "no"
"clip-path" - "none" - "no"
"clip-rule" - "nonzero" - "yes"
"color" - "NO_DEFAULT" - "yes"
"color-interpolation" - "sRGB" - "yes"
"color-interpolation-filters" - "linearRGB" - "yes"
"color-profile" - "auto" - "yes"
"color-rendering" - "auto" - "yes"
"cursor" - "auto" - "yes"
"direction" - "ltr" - "yes"
"display" - "inline" - "no"
"dominant-baseline" - "auto" - "no"
"enable-background" - "accumulate" - "no"
"fill" - "black" - "yes"
"fill-opacity" - "1" - "yes"
"fill-rule" - "nonzero" - "yes"
"filter" - "none" - "no"
"flood-color" - "black" - "no"
"flood-opacity" - "1" - "no"
"font" - "NO_DEFAULT" - "yes"
"font-family" - "NO_DEFAULT" - "yes"
"font-size" - "medium" - "yes, the computed value is inherited"
"font-size-adjust" - "none" - "yes"
"font-stretch" - "normal" - "yes"
"font-style" - "normal" - "yes"
"font-variant" - "normal" - "yes"
"font-weight" - "normal" - "yes"
"glyph-orientation-horizontal" - "0deg" - "yes"
"glyph-orientation-vertical" - "auto" - "yes"
"image-rendering" - "auto" - "yes"
"kerning" - "auto" - "yes"
"letter-spacing" - "normal" - "yes"
"lighting-color" - "white" - "no"
"line-height" - "NO DEFAULT" - "no"
"marker" - "none" - "yes"
"marker-end" - "none" - "yes"
"marker-mid" - "none" - "yes"
"marker-start" - "none" - "yes"
"mask" - "none" - "no"
"opacity" - "1" - "no"
"overflow" - "hidden" - "no"
"pointer-events" - "visiblePainted" - "yes"
"shape-rendering" - "auto" - "yes"
"stop-color" - "black" - "no"
"stop-opacity" - "1" - "no"
"stroke" - "none" - "yes"
"stroke-dasharray" - "none" - "yes"
"stroke-dashoffset" - "0" - "yes"
"stroke-linecap" - "butt" - "yes"
"stroke-linejoin" - "miter" - "yes"
"stroke-miterlimit" - "4" - "yes"
"stroke-opacity" - "1" - "yes"
"stroke-width" - "1" - "yes"
"text-anchor" - "start" - "yes"
"text-decoration" - "NO_DEFAULT" - "no"
"text-rendering" - "auto" - "yes"
"unicode-bidi" - "normal" - "no"
"visibility" - "visible" - "yes"
"word-spacing" - "normal" - "yes"
"writing-mode" - "lr-tb" - "yes"
|