|
40 | 40 | ],
|
41 | 41 | [
|
42 | 42 | "display",
|
| 43 | + "-webkit-box", |
43 | 44 | "-webkit-flex",
|
44 |
| - "-ms-flex", |
| 45 | + "-moz-box", |
| 46 | + "-ms-flexbox", |
45 | 47 | "flex",
|
| 48 | + "-webkit-box-flex", |
46 | 49 | "-webkit-flex-grow",
|
| 50 | + "-moz-box-flex", |
| 51 | + "-ms-flex-positive", |
47 | 52 | "flex-grow",
|
48 | 53 | "-webkit-flex-shrink",
|
| 54 | + "-ms-flex-negative", |
49 | 55 | "flex-shrink",
|
50 | 56 | "-webkit-flex-basis",
|
| 57 | + "-ms-flex-preferred-size", |
51 | 58 | "flex-basis",
|
52 | 59 | "-webkit-flex-flow",
|
| 60 | + "-ms-flex-flow", |
53 | 61 | "flex-flow",
|
| 62 | + "-webkit-box-orient", |
| 63 | + "-webkit-box-direction", |
54 | 64 | "-webkit-flex-direction",
|
| 65 | + "-moz-box-orient", |
| 66 | + "-moz-box-direction", |
55 | 67 | "-ms-flex-direction",
|
56 | 68 | "flex-direction",
|
57 | 69 | "-webkit-flex-wrap",
|
| 70 | + "-ms-flex-wrap", |
58 | 71 | "flex-wrap",
|
| 72 | + "-webkit-box-pack", |
59 | 73 | "-webkit-justify-content",
|
| 74 | + "-moz-box-pack", |
| 75 | + "-ms-flex-pack", |
60 | 76 | "justify-content",
|
61 | 77 | "-webkit-align-content",
|
| 78 | + "-ms-flex-line-pack", |
62 | 79 | "align-content",
|
| 80 | + "-webkit-box-align", |
63 | 81 | "-webkit-align-items",
|
| 82 | + "-moz-box-align", |
| 83 | + "-ms-flex-align", |
64 | 84 | "align-items",
|
| 85 | + "-webkit-box-ordinal-group", |
65 | 86 | "-webkit-order",
|
| 87 | + "-moz-box-ordinal-group", |
66 | 88 | "-ms-flex-order",
|
67 | 89 | "order",
|
68 | 90 | "-webkit-align-self",
|
| 91 | + "-ms-flex-item-align", |
| 92 | + "-ms-grid-row-align", |
69 | 93 | "align-self",
|
70 | 94 | "float",
|
71 | 95 | "clear",
|
|
106 | 130 | "empty-cells",
|
107 | 131 | "caption-side",
|
108 | 132 | "font",
|
| 133 | + "font-style", |
| 134 | + "font-variant", |
109 | 135 | "font-weight",
|
110 | 136 | "font-size",
|
111 | 137 | "line-height",
|
|
115 | 141 | "direction",
|
116 | 142 | "color",
|
117 | 143 | "text-transform",
|
| 144 | + "-webkit-text-decoration", |
| 145 | + "-moz-text-decoration", |
118 | 146 | "text-decoration",
|
119 |
| - "font-style", |
120 |
| - "font-variant", |
121 | 147 | "font-size-adjust",
|
122 | 148 | "font-stretch",
|
123 | 149 | "font-effect",
|
|
132 | 158 | "letter-spacing",
|
133 | 159 | "word-spacing",
|
134 | 160 | "white-space",
|
| 161 | + "-webkit-text-emphasis", |
135 | 162 | "text-emphasis",
|
| 163 | + "-webkit-text-emphasis-color", |
136 | 164 | "text-emphasis-color",
|
| 165 | + "-webkit-text-emphasis-style", |
137 | 166 | "text-emphasis-style",
|
| 167 | + "-webkit-text-emphasis-position", |
138 | 168 | "text-emphasis-position",
|
139 | 169 | "text-indent",
|
140 | 170 | "-ms-text-justify",
|
|
143 | 173 | "text-outline",
|
144 | 174 | "text-wrap",
|
145 | 175 | "-ms-text-overflow",
|
| 176 | + "-o-text-overflow", |
146 | 177 | "text-overflow",
|
147 | 178 | "text-overflow-ellipsis",
|
148 | 179 | "text-overflow-mode",
|
|
156 | 187 | "tab-size",
|
157 | 188 | "-webkit-hyphens",
|
158 | 189 | "-moz-hyphens",
|
| 190 | + "-ms-hyphens", |
159 | 191 | "hyphens",
|
160 | 192 | "unicode-bidi",
|
| 193 | + "-webkit-columns", |
| 194 | + "-moz-columns", |
161 | 195 | "columns",
|
| 196 | + "-webkit-column-count", |
| 197 | + "-moz-column-count", |
162 | 198 | "column-count",
|
| 199 | + "-webkit-column-fill", |
| 200 | + "-moz-column-fill", |
163 | 201 | "column-fill",
|
| 202 | + "-webkit-column-gap", |
| 203 | + "-moz-column-gap", |
164 | 204 | "column-gap",
|
| 205 | + "-webkit-column-rule", |
| 206 | + "-moz-column-rule", |
165 | 207 | "column-rule",
|
| 208 | + "-webkit-column-rule-color", |
| 209 | + "-moz-column-rule-color", |
166 | 210 | "column-rule-color",
|
| 211 | + "-webkit-column-rule-style", |
| 212 | + "-moz-column-rule-style", |
167 | 213 | "column-rule-style",
|
| 214 | + "-webkit-column-rule-width", |
| 215 | + "-moz-column-rule-width", |
168 | 216 | "column-rule-width",
|
| 217 | + "-webkit-column-span", |
| 218 | + "-moz-column-span", |
169 | 219 | "column-span",
|
| 220 | + "-webkit-column-width", |
| 221 | + "-moz-column-width", |
170 | 222 | "column-width",
|
171 | 223 | "text-shadow",
|
172 | 224 | "page-break-after",
|
|
177 | 229 | "background",
|
178 | 230 | "background-color",
|
179 | 231 | "background-image",
|
| 232 | + "-webkit-gradient", |
| 233 | + "-webkit-linear-gradient", |
| 234 | + "-moz-linear-gradient", |
| 235 | + "-o-linear-gradient", |
| 236 | + "linear-gradient", |
180 | 237 | "background-repeat",
|
181 | 238 | "background-position",
|
182 | 239 | "-ms-background-position-x",
|
|
190 | 247 | "-webkit-background-clip",
|
191 | 248 | "-moz-background-clip",
|
192 | 249 | "background-clip",
|
| 250 | + "-webkit-background-origin", |
| 251 | + "-moz-background-origin", |
| 252 | + "-o-background-origin", |
193 | 253 | "background-origin",
|
194 | 254 | "background-attachment",
|
| 255 | + "-webkit-box-decoration-break", |
195 | 256 | "box-decoration-break",
|
196 | 257 | "background-blend-mode",
|
197 | 258 | "border",
|
|
373 | 434 | "pointer-events",
|
374 | 435 | "will-change",
|
375 | 436 | "clip",
|
| 437 | + "-webkit-clip-path", |
376 | 438 | "clip-path",
|
377 | 439 | "zoom"
|
378 | 440 | ]
|
|
0 commit comments