initial import
[vuplus_webkit] / Source / WebCore / css / CSSPropertyNames.in
1 //
2 // CSS property names
3 //
4 // Some properties are used internally, but are not part of CSS. They are used to 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 // high-priority property names have to be listed first, to simplify the check
12 // for applying them first.
13 color
14 direction
15 display
16 font
17 font-family
18 font-size
19 font-style
20 font-variant
21 font-weight
22 text-rendering
23 -webkit-font-feature-settings
24 -webkit-font-smoothing
25 -webkit-locale
26 -webkit-text-orientation
27 -epub-text-orientation = -webkit-text-orientation
28 -webkit-text-size-adjust
29 -webkit-writing-mode
30 -epub-writing-mode = -webkit-writing-mode
31 zoom
32
33 // line height needs to be right after the above high-priority properties
34 line-height
35
36 // The remaining properties are listed in alphabetical order
37 background
38 background-attachment
39 background-clip
40 background-color
41 background-image
42 background-origin
43 background-position
44 background-position-x
45 background-position-y
46 background-repeat
47 background-repeat-x
48 background-repeat-y
49 background-size
50 border
51 border-bottom
52 border-bottom-color
53 border-bottom-left-radius
54 -webkit-border-bottom-left-radius = border-bottom-left-radius
55 border-bottom-right-radius
56 -webkit-border-bottom-right-radius = border-bottom-right-radius
57 border-bottom-style
58 border-bottom-width
59 border-collapse
60 border-color
61 border-image
62 border-image-outset
63 border-image-repeat
64 border-image-slice
65 border-image-source
66 border-image-width
67 border-left
68 border-left-color
69 border-left-style
70 border-left-width
71 border-radius
72 border-right
73 border-right-color
74 border-right-style
75 border-right-width
76 border-spacing
77 border-style
78 border-top
79 border-top-color
80 border-top-left-radius
81 -webkit-border-top-left-radius = border-top-left-radius
82 border-top-right-radius
83 -webkit-border-top-right-radius = border-top-right-radius
84 border-top-style
85 border-top-width
86 border-width
87 bottom
88 box-shadow
89 box-sizing
90 // -webkit-box-sizing worked in Safari 4 and earlier.
91 -webkit-box-sizing = box-sizing
92 caption-side
93 -epub-caption-side = caption-side
94 clear
95 clip
96 content
97 counter-increment
98 counter-reset
99 cursor
100 empty-cells
101 float
102 font-stretch
103 height
104 image-rendering
105 left
106 letter-spacing
107 list-style
108 list-style-image
109 list-style-position
110 list-style-type
111 margin
112 margin-bottom
113 margin-left
114 margin-right
115 margin-top
116 max-height
117 max-width
118 min-height
119 min-width
120 opacity
121 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that worked in Safari 1.1,
122 // and may be in use on some websites and widgets.
123 -webkit-opacity = opacity
124 orphans
125 outline
126 outline-color
127 outline-offset
128 outline-style
129 outline-width
130 overflow
131 overflow-x
132 overflow-y
133 padding
134 padding-bottom
135 padding-left
136 padding-right
137 padding-top
138 page
139 page-break-after
140 page-break-before
141 page-break-inside
142 pointer-events
143 position
144 quotes
145 resize
146 right
147 size
148 src
149 speak
150 table-layout
151 text-align
152 text-decoration
153 text-indent
154 text-line-through
155 text-line-through-color
156 text-line-through-mode
157 text-line-through-style
158 text-line-through-width
159 text-overflow
160 text-overline
161 text-overline-color
162 text-overline-mode
163 text-overline-style
164 text-overline-width
165 text-shadow
166 text-transform
167 -epub-text-transform = text-transform
168 text-underline
169 text-underline-color
170 text-underline-mode
171 text-underline-style
172 text-underline-width
173 top
174 unicode-bidi
175 unicode-range
176 vertical-align
177 visibility
178 white-space
179 widows
180 width
181 word-break
182 -epub-word-break = word-break
183 word-spacing
184 word-wrap
185 z-index
186 -webkit-animation
187 -webkit-animation-delay
188 -webkit-animation-direction
189 -webkit-animation-duration
190 -webkit-animation-fill-mode
191 -webkit-animation-iteration-count
192 -webkit-animation-name
193 -webkit-animation-play-state
194 -webkit-animation-timing-function
195 -webkit-appearance
196 -webkit-backface-visibility
197 -webkit-background-clip
198 -webkit-background-composite
199 -webkit-background-origin
200 // -webkit-background-size differs from background-size only in the interpretation of
201 // a single value: -webkit-background-size: l; is equivalent to background-size: l l;
202 // whereas background-size: l; is equivalent to background-size: l auto;
203 -webkit-background-size
204 -webkit-border-after
205 -webkit-border-after-color
206 -webkit-border-after-style
207 -webkit-border-after-width
208 -webkit-border-before
209 -webkit-border-before-color
210 -webkit-border-before-style
211 -webkit-border-before-width
212 -webkit-border-end
213 -webkit-border-end-color
214 -webkit-border-end-style
215 -webkit-border-end-width
216 -webkit-border-fit
217 -webkit-border-horizontal-spacing
218 -webkit-border-image
219 // -webkit-border-radius differs from border-radius only in the interpretation of
220 // a value consisting of two lengths: "-webkit-border-radius: l1 l2;" is equivalent
221 // to "border-radius: l1 / l2;"
222 -webkit-border-radius
223 -webkit-border-start
224 -webkit-border-start-color
225 -webkit-border-start-style
226 -webkit-border-start-width
227 -webkit-border-vertical-spacing
228 -webkit-box-align
229 -webkit-box-direction
230 -webkit-box-flex
231 -webkit-box-flex-group
232 -webkit-box-lines
233 -webkit-box-ordinal-group
234 -webkit-box-orient
235 -webkit-box-pack
236 -webkit-box-reflect
237 -webkit-box-shadow
238 -webkit-color-correction
239 -webkit-column-break-after
240 -webkit-column-break-before
241 -webkit-column-break-inside
242 -webkit-column-count
243 -webkit-column-gap
244 -webkit-column-rule
245 -webkit-column-rule-color
246 -webkit-column-rule-style
247 -webkit-column-rule-width
248 -webkit-column-span
249 -webkit-column-width
250 -webkit-columns
251 #if defined(ENABLE_CSS3_FLEXBOX) && ENABLE_CSS3_FLEXBOX
252 -webkit-flex-align
253 -webkit-flex-flow
254 -webkit-flex-order
255 -webkit-flex-pack
256 #endif
257 -webkit-font-size-delta
258 -webkit-highlight
259 -webkit-hyphenate-character
260 -webkit-hyphenate-limit-after
261 -webkit-hyphenate-limit-before
262 -webkit-hyphenate-limit-lines
263 -webkit-hyphens
264 -epub-hyphens = -webkit-hyphens
265 -webkit-line-box-contain
266 -webkit-line-break
267 -webkit-line-clamp
268 -webkit-logical-width
269 -webkit-logical-height
270 -webkit-margin-after-collapse
271 -webkit-margin-before-collapse
272 -webkit-margin-bottom-collapse
273 -webkit-margin-top-collapse
274 -webkit-margin-collapse
275 -webkit-margin-after
276 -webkit-margin-before
277 -webkit-margin-end
278 -webkit-margin-start
279 -webkit-marquee
280 -webkit-marquee-direction
281 -webkit-marquee-increment
282 -webkit-marquee-repetition
283 -webkit-marquee-speed
284 -webkit-marquee-style
285 -webkit-mask
286 -webkit-mask-attachment
287 -webkit-mask-box-image
288 -webkit-mask-box-image-outset
289 -webkit-mask-box-image-repeat
290 -webkit-mask-box-image-slice
291 -webkit-mask-box-image-source
292 -webkit-mask-box-image-width
293 -webkit-mask-clip
294 -webkit-mask-composite
295 -webkit-mask-image
296 -webkit-mask-origin
297 -webkit-mask-position
298 -webkit-mask-position-x
299 -webkit-mask-position-y
300 -webkit-mask-repeat
301 -webkit-mask-repeat-x
302 -webkit-mask-repeat-y
303 -webkit-mask-size
304 -webkit-match-nearest-mail-blockquote-color
305 -webkit-max-logical-width
306 -webkit-max-logical-height
307 -webkit-min-logical-width
308 -webkit-min-logical-height
309 -webkit-nbsp-mode
310 -webkit-padding-after
311 -webkit-padding-before
312 -webkit-padding-end
313 -webkit-padding-start
314 -webkit-perspective
315 -webkit-perspective-origin
316 -webkit-perspective-origin-x
317 -webkit-perspective-origin-y
318 -webkit-rtl-ordering
319 -webkit-text-combine
320 -epub-text-combine = -webkit-text-combine
321 -webkit-text-decorations-in-effect
322 -webkit-text-emphasis
323 -epub-text-emphasis = -webkit-text-emphasis
324 -webkit-text-emphasis-color
325 -epub-text-emphasis-color = -webkit-text-emphasis-color
326 -webkit-text-emphasis-position
327 -webkit-text-emphasis-style
328 -epub-text-emphasis-style = -webkit-text-emphasis-style
329 -webkit-text-fill-color
330 -webkit-text-security
331 -webkit-text-stroke
332 -webkit-text-stroke-color
333 -webkit-text-stroke-width
334 -webkit-transform
335 -webkit-transform-origin
336 -webkit-transform-origin-x
337 -webkit-transform-origin-y
338 -webkit-transform-origin-z
339 -webkit-transform-style
340 -webkit-transition
341 -webkit-transition-delay
342 -webkit-transition-duration
343 -webkit-transition-property
344 -webkit-transition-timing-function
345 -webkit-user-drag
346 -webkit-user-modify
347 -webkit-user-select
348 -webkit-flow
349 -webkit-content-order
350 -webkit-region-overflow
351 -webkit-wrap-shape
352 -webkit-region-break-after
353 -webkit-region-break-before
354 -webkit-region-break-inside
355