~ubuntu-branches/ubuntu/raring/qtwebkit-source/raring-proposed

« back to all changes in this revision

Viewing changes to Source/WebCore/css/CSSPropertyNames.in

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-02-18 14:24:18 UTC
  • Revision ID: package-import@ubuntu.com-20130218142418-eon0jmjg3nj438uy
Tags: upstream-2.3
ImportĀ upstreamĀ versionĀ 2.3

Show diffs side-by-side

added added

removed removed

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