OLD | NEW |
| (Empty) |
1 // | |
2 // CSS property names | |
3 // | |
4 // Some properties are used internally, but are not part of CSS. They are used t
o get | |
5 // HTML4 compatibility in the rendering engine. | |
6 // | |
7 // Microsoft extensions are documented here: | |
8 // http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp | |
9 // | |
10 | |
11 // super-high-priority properties impact the non-standard direction aware proper
ties | |
12 direction | |
13 -webkit-writing-mode | |
14 | |
15 // high-priority properties (those on which other properties can depend) must | |
16 // be listed first | |
17 color | |
18 font | |
19 font-family | |
20 font-kerning | |
21 font-size | |
22 font-style | |
23 font-variant | |
24 font-variant-ligatures | |
25 font-weight | |
26 text-rendering | |
27 -webkit-font-feature-settings | |
28 -webkit-font-smoothing | |
29 -webkit-locale | |
30 -webkit-text-orientation | |
31 -epub-text-orientation alias_for=-webkit-text-orientation | |
32 -epub-writing-mode alias_for=-webkit-writing-mode | |
33 zoom | |
34 | |
35 // The remaining properties are listed in some order | |
36 background | |
37 | |
38 // These set the same RenderStyle values as other non-prefixed properties, | |
39 // we should use those if they are specified. | |
40 -webkit-border-image | |
41 -webkit-transform-origin | |
42 -webkit-transform-origin-x | |
43 -webkit-transform-origin-y | |
44 -webkit-transform-origin-z | |
45 | |
46 background-attachment | |
47 background-blend-mode | |
48 background-clip | |
49 background-color | |
50 background-image | |
51 background-origin | |
52 background-position | |
53 background-position-x | |
54 background-position-y | |
55 background-repeat | |
56 background-repeat-x | |
57 background-repeat-y | |
58 background-size | |
59 border | |
60 border-bottom | |
61 border-bottom-color | |
62 border-bottom-left-radius | |
63 -webkit-border-bottom-left-radius alias_for=border-bottom-left-radius | |
64 border-bottom-right-radius | |
65 -webkit-border-bottom-right-radius alias_for=border-bottom-right-radius | |
66 border-bottom-style | |
67 border-bottom-width | |
68 border-collapse | |
69 border-color | |
70 border-image | |
71 border-image-outset | |
72 border-image-repeat | |
73 border-image-slice | |
74 border-image-source | |
75 border-image-width | |
76 border-left | |
77 border-left-color | |
78 border-left-style | |
79 border-left-width | |
80 border-radius | |
81 border-right | |
82 border-right-color | |
83 border-right-style | |
84 border-right-width | |
85 border-spacing | |
86 border-style | |
87 border-top | |
88 border-top-color | |
89 border-top-left-radius | |
90 -webkit-border-top-left-radius alias_for=border-top-left-radius | |
91 border-top-right-radius | |
92 -webkit-border-top-right-radius alias_for=border-top-right-radius | |
93 border-top-style | |
94 border-top-width | |
95 border-width | |
96 bottom | |
97 box-shadow | |
98 box-sizing | |
99 // -webkit-box-sizing worked in Safari 4 and earlier. | |
100 -webkit-box-sizing alias_for=box-sizing | |
101 caption-side | |
102 -epub-caption-side alias_for=caption-side | |
103 clear | |
104 clip | |
105 -webkit-clip-path | |
106 content | |
107 counter-increment | |
108 counter-reset | |
109 cursor | |
110 empty-cells | |
111 float | |
112 font-stretch | |
113 height | |
114 image-rendering | |
115 isolation | |
116 justify-items | |
117 justify-self | |
118 left | |
119 letter-spacing | |
120 line-height | |
121 list-style | |
122 list-style-image | |
123 list-style-position | |
124 list-style-type | |
125 margin | |
126 margin-bottom | |
127 margin-left | |
128 margin-right | |
129 margin-top | |
130 mask-source-type | |
131 max-height | |
132 max-width | |
133 min-height | |
134 min-width | |
135 mix-blend-mode | |
136 opacity | |
137 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that
worked in Safari 1.1, | |
138 // and may be in use on some websites and widgets. | |
139 -webkit-opacity alias_for=opacity | |
140 orphans | |
141 outline | |
142 outline-color | |
143 outline-offset | |
144 outline-style | |
145 outline-width | |
146 object-fit | |
147 object-position | |
148 overflow | |
149 overflow-wrap | |
150 overflow-x | |
151 overflow-y | |
152 padding | |
153 padding-bottom | |
154 padding-left | |
155 padding-right | |
156 padding-top | |
157 page | |
158 page-break-after | |
159 page-break-before | |
160 page-break-inside | |
161 pointer-events | |
162 position | |
163 quotes | |
164 resize | |
165 right | |
166 scroll-behavior | |
167 size | |
168 src | |
169 speak | |
170 table-layout | |
171 tab-size | |
172 text-align | |
173 text-align-last | |
174 text-decoration | |
175 text-decoration-line | |
176 text-decoration-style | |
177 text-decoration-color | |
178 text-indent | |
179 text-justify | |
180 text-overflow | |
181 text-shadow | |
182 text-transform | |
183 -epub-text-transform alias_for=text-transform | |
184 text-underline-position | |
185 top | |
186 touch-action | |
187 touch-action-delay | |
188 | |
189 display | |
190 -webkit-animation | |
191 -webkit-animation-delay | |
192 -webkit-animation-direction | |
193 -webkit-animation-duration | |
194 -webkit-animation-fill-mode | |
195 -webkit-animation-iteration-count | |
196 -webkit-animation-name | |
197 -webkit-animation-play-state | |
198 -webkit-animation-timing-function | |
199 animation | |
200 animation-delay | |
201 animation-direction | |
202 animation-duration | |
203 animation-fill-mode | |
204 animation-iteration-count | |
205 animation-name | |
206 animation-play-state | |
207 animation-timing-function | |
208 -webkit-transition | |
209 -webkit-transition-delay | |
210 -webkit-transition-duration | |
211 -webkit-transition-property | |
212 -webkit-transition-timing-function | |
213 transition | |
214 transition-delay | |
215 transition-duration | |
216 transition-property | |
217 transition-timing-function | |
218 | |
219 unicode-bidi | |
220 unicode-range | |
221 vertical-align | |
222 visibility | |
223 white-space | |
224 widows | |
225 width | |
226 will-change | |
227 word-break | |
228 -epub-word-break alias_for=word-break | |
229 word-spacing | |
230 word-wrap | |
231 z-index | |
232 -webkit-appearance | |
233 -webkit-aspect-ratio | |
234 backface-visibility | |
235 -webkit-backface-visibility | |
236 -webkit-background-clip | |
237 -webkit-background-composite | |
238 -webkit-background-origin | |
239 // -webkit-background-size differs from background-size only in the interpretati
on of | |
240 // a single value: -webkit-background-size: l; is equivalent to background-size:
l l; | |
241 // whereas background-size: l; is equivalent to background-size: l auto; | |
242 -webkit-background-size | |
243 -webkit-border-after | |
244 -webkit-border-after-color | |
245 -webkit-border-after-style | |
246 -webkit-border-after-width | |
247 -webkit-border-before | |
248 -webkit-border-before-color | |
249 -webkit-border-before-style | |
250 -webkit-border-before-width | |
251 -webkit-border-end | |
252 -webkit-border-end-color | |
253 -webkit-border-end-style | |
254 -webkit-border-end-width | |
255 -webkit-border-fit | |
256 -webkit-border-horizontal-spacing | |
257 // -webkit-border-radius differs from border-radius only in the interpretation o
f | |
258 // a value consisting of two lengths: "-webkit-border-radius: l1 l2;" is equival
ent | |
259 // to "border-radius: l1 / l2;" | |
260 -webkit-border-radius | |
261 -webkit-border-start | |
262 -webkit-border-start-color | |
263 -webkit-border-start-style | |
264 -webkit-border-start-width | |
265 -webkit-border-vertical-spacing | |
266 -webkit-box-align | |
267 -webkit-box-direction | |
268 -webkit-box-flex | |
269 -webkit-box-flex-group | |
270 -webkit-box-lines | |
271 -webkit-box-ordinal-group | |
272 -webkit-box-orient | |
273 -webkit-box-pack | |
274 -webkit-box-reflect | |
275 -webkit-box-shadow | |
276 -internal-callback | |
277 -webkit-column-break-after | |
278 -webkit-column-break-before | |
279 -webkit-column-break-inside | |
280 -webkit-column-count | |
281 column-fill | |
282 -webkit-column-gap | |
283 -webkit-column-rule | |
284 -webkit-column-rule-color | |
285 -webkit-column-rule-style | |
286 -webkit-column-rule-width | |
287 -webkit-column-span | |
288 -webkit-column-width | |
289 -webkit-columns | |
290 -webkit-box-decoration-break | |
291 -webkit-filter | |
292 align-content | |
293 -webkit-align-content alias_for=align-content | |
294 align-items | |
295 -webkit-align-items alias_for=align-items | |
296 align-self | |
297 -webkit-align-self alias_for=align-self | |
298 flex | |
299 -webkit-flex alias_for=flex | |
300 flex-basis | |
301 -webkit-flex-basis alias_for=flex-basis | |
302 flex-direction | |
303 -webkit-flex-direction alias_for=flex-direction | |
304 flex-flow | |
305 -webkit-flex-flow alias_for=flex-flow | |
306 flex-grow | |
307 -webkit-flex-grow alias_for=flex-grow | |
308 flex-shrink | |
309 -webkit-flex-shrink alias_for=flex-shrink | |
310 flex-wrap | |
311 -webkit-flex-wrap alias_for=flex-wrap | |
312 justify-content | |
313 -webkit-justify-content alias_for=justify-content | |
314 -webkit-font-size-delta | |
315 grid-auto-columns | |
316 grid-auto-flow | |
317 grid-auto-rows | |
318 grid-area | |
319 grid-column | |
320 grid-column-end | |
321 grid-column-start | |
322 grid | |
323 grid-template | |
324 grid-template-columns | |
325 grid-template-rows | |
326 grid-row | |
327 grid-row-end | |
328 grid-row-start | |
329 grid-template-areas | |
330 -webkit-highlight | |
331 -webkit-hyphenate-character | |
332 -webkit-line-box-contain | |
333 -webkit-line-break | |
334 -webkit-line-clamp | |
335 -webkit-logical-width | |
336 -webkit-logical-height | |
337 -webkit-margin-after-collapse | |
338 -webkit-margin-before-collapse | |
339 -webkit-margin-bottom-collapse | |
340 -webkit-margin-top-collapse | |
341 -webkit-margin-collapse | |
342 -webkit-margin-after | |
343 -webkit-margin-before | |
344 -webkit-margin-end | |
345 -webkit-margin-start | |
346 -webkit-mask | |
347 -webkit-mask-box-image | |
348 -webkit-mask-box-image-outset | |
349 -webkit-mask-box-image-repeat | |
350 -webkit-mask-box-image-slice | |
351 -webkit-mask-box-image-source | |
352 -webkit-mask-box-image-width | |
353 -webkit-mask-clip | |
354 -webkit-mask-composite | |
355 -webkit-mask-image | |
356 -webkit-mask-origin | |
357 -webkit-mask-position | |
358 -webkit-mask-position-x | |
359 -webkit-mask-position-y | |
360 -webkit-mask-repeat | |
361 -webkit-mask-repeat-x | |
362 -webkit-mask-repeat-y | |
363 -webkit-mask-size | |
364 -webkit-max-logical-width | |
365 -webkit-max-logical-height | |
366 -webkit-min-logical-width | |
367 -webkit-min-logical-height | |
368 order | |
369 -webkit-order alias_for=order | |
370 -webkit-padding-after | |
371 -webkit-padding-before | |
372 -webkit-padding-end | |
373 -webkit-padding-start | |
374 perspective | |
375 -webkit-perspective | |
376 perspective-origin | |
377 -webkit-perspective-origin | |
378 -webkit-perspective-origin-x | |
379 -webkit-perspective-origin-y | |
380 -webkit-print-color-adjust | |
381 -webkit-rtl-ordering | |
382 -webkit-ruby-position | |
383 -webkit-text-combine | |
384 -epub-text-combine alias_for=-webkit-text-combine | |
385 -webkit-text-decorations-in-effect | |
386 -webkit-text-emphasis | |
387 -epub-text-emphasis alias_for=-webkit-text-emphasis | |
388 -webkit-text-emphasis-color | |
389 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color | |
390 -webkit-text-emphasis-position | |
391 -webkit-text-emphasis-style | |
392 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style | |
393 -webkit-text-fill-color | |
394 -webkit-text-security | |
395 -webkit-text-stroke | |
396 -webkit-text-stroke-color | |
397 -webkit-text-stroke-width | |
398 transform | |
399 -webkit-transform | |
400 transform-origin | |
401 transform-style | |
402 -webkit-transform-style | |
403 -webkit-user-drag | |
404 -webkit-user-modify | |
405 -webkit-user-select | |
406 -webkit-shape-outside alias_for=shape-outside | |
407 -webkit-shape-margin alias_for=shape-margin | |
408 -webkit-shape-image-threshold alias_for=shape-image-threshold | |
409 shape-outside | |
410 shape-margin | |
411 shape-image-threshold | |
412 max-zoom | |
413 min-zoom | |
414 orientation | |
415 user-zoom | |
416 -webkit-tap-highlight-color | |
417 -webkit-app-region | |
418 all | |
419 | |
420 // Internal properties. | |
421 -internal-marquee-direction | |
422 -internal-marquee-increment | |
423 -internal-marquee-repetition | |
424 -internal-marquee-speed | |
425 -internal-marquee-style | |
OLD | NEW |