summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/css/CSSValueKeywords.in
blob: c0b52f21d29d4aeaeecfc3c58a3175c0471f23a6 (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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
# These are all values accepted for CSS2.
#
# WARNING:
# --------
#
# The Values are sorted according to the properties they belong to,
# and have to be in the same order as the enums in RenderStyle.h.
#
# If not, the optimizations in the cssparser and style selector will fail,
# and produce incorrect results.
#
inherit
initial
#
# CSS_PROP_OUTLINE_STYLE
# CSS_PROP_BORDER_TOP_STYLE
# CSS_PROP_BORDER_BOTTOM_STYLE
# CSS_PROP_BORDER_LEFT_STYLE
none
hidden
inset
groove
ridge
outset
dotted
dashed
solid
double
#
# CSS_PROP_FONT:
#
caption
icon
menu
message-box
small-caption
-webkit-mini-control
-webkit-small-control
-webkit-control
status-bar

#
# CSS_PROP_FONT_STYLE:
#
#normal
italic
oblique
# The following is only allowed in @font-face:
all
#
# CSS_PROP_FONT_VARIANT:
#
#normal
small-caps
#
# CSS_PROP_FONT_WEIGHT:
#
normal
bold
bolder
lighter
100
200
300
400
500
600
700
800
900
#
# CSS_PROP_FONT_SIZE:
#
xx-small
x-small
small
medium
large
x-large
xx-large
-webkit-xxx-large
smaller
larger
#
# CSS_PROP_FONT_STRETCH:
#
#normal
wider
narrower
ultra-condensed
extra-condensed
condensed
semi-condensed
semi-expanded
expanded
extra-expanded
ultra-expanded
#
# CSS_PROP_GENERIC_FONT_FAMILY:
#
serif
sans-serif
cursive
fantasy
monospace
-webkit-body
#
#
# CSS_PROP_*_COLOR
#
aqua
black
blue
fuchsia
gray
green
lime
maroon
navy
olive
orange
purple
red
silver
teal
white
yellow
transparent
-webkit-link
-webkit-activelink
activeborder
activecaption
appworkspace
background
buttonface
buttonhighlight
buttonshadow
buttontext
captiontext
graytext
highlight
highlighttext
inactiveborder
inactivecaption
inactivecaptiontext
infobackground
infotext
match
menutext
scrollbar
threeddarkshadow
threedface
threedhighlight
threedlightshadow
threedshadow
window
windowframe
windowtext
-webkit-focus-ring-color
currentcolor
#
# colors in non strict mode
grey
-webkit-text
#
# CSS_PROP_BACKGROUND_REPEAT:
#
repeat
repeat-x
repeat-y
no-repeat
#
# CSS_PROP__WEBKIT_BACKGROUND_COMPOSITE:
#
clear
copy
source-over
source-in
source-out
source-atop
destination-over
destination-in
destination-out
destination-atop
xor
plus-darker
# highlight
plus-lighter
#
# CSS_PROP_VERTICAL_ALIGN:
#
baseline
middle
sub
super
text-top
text-bottom
top
bottom
# HTML alignment MIDDLE has no corresponding CSS alignment
-webkit-baseline-middle
#
# CSS_PROP_TEXT_ALIGN:
#
-webkit-auto
left
right
center
justify
-webkit-left
-webkit-right
-webkit-center
#
# CSS_PROP_LIST_STYLE_POSITION:
#
outside
inside
#
# CSS_PROP_LIST_STYLE_TYPE:
#
disc
circle
square
decimal
decimal-leading-zero
lower-roman
upper-roman
lower-greek
lower-alpha
lower-latin
upper-alpha
upper-latin
hebrew
armenian
georgian
cjk-ideographic
hiragana
katakana
hiragana-iroha
katakana-iroha
#none
#
# CSS_PROP_DISPLAY:
#
inline
block
list-item
run-in
compact
inline-block
table
inline-table
table-row-group
table-header-group
table-footer-group
table-row
table-column-group
table-column
table-cell
table-caption
-webkit-box
-webkit-inline-box
#none
#
# CSS_PROP_CURSOR:
#
auto
crosshair
default
pointer
move
vertical-text
cell
context-menu
alias
# copy
progress
no-drop
not-allowed
-webkit-zoom-in
-webkit-zoom-out
e-resize
ne-resize
nw-resize
n-resize
se-resize
sw-resize
s-resize
w-resize
ew-resize
ns-resize
nesw-resize
nwse-resize
col-resize
row-resize
text
wait
help
all-scroll
-webkit-grab
-webkit-grabbing
# none
#
# CSS_PROP_DIRECTION:
#
ltr
rtl
#
# CSS_PROP_TEXT_TRANSFORM:
#
capitalize
uppercase
lowercase
#none
#
# CSS_PROP_VISIBILITY:
#
visible
#hidden
collapse
#
# Unordered rest
#
above
absolute
always
avoid
below
bidi-override
blink
both
close-quote
crop
cross
embed
fixed
hand
hide
higher
invert
landscape
level
line-through
local
loud
lower
-webkit-marquee
mix
no-close-quote
no-open-quote
nowrap
open-quote
overlay
overline
portrait
pre
pre-line
pre-wrap
relative
scroll
separate
show
static
thick
thin
underline
-webkit-nowrap

# CSS3 Values
# CSS_PROP_BOX_ALIGN
stretch
start
end
#center
#baseline

# CSS_PROP_BOX_DIRECTION
# normal
reverse

# CSS_PROP_BOX_ORIENT
horizontal
vertical
inline-axis
block-axis

# CSS_PROP_BOX_PACK
# start
# end
# center
# justify

# CSS_PROP_BOX_LINES
single
multiple

# CSS_PROP_MARQUEE_DIRECTION
forwards
backwards
ahead
# reverse
# left
# right
up
down
# auto

# CSS_PROP_MARQUEE_SPEED
slow
# normal
fast

# CSS_PROP_MARQUEE_REPETITION
infinite

# CSS_PROP_MARQUEE_STYLE
# none
slide
# scroll
alternate

#
# CSS_PROP__KHTML_USER_MODIFY
#
read-only
read-write
read-write-plaintext-only

#
# CSS_PROP__KHTML_USER_DRAG
#
element

#
# CSS_PROP__KHTML_USER_SELECT
#
ignore

#
# CSS_PROP_WIDTH/MIN_WIDTH/MAX_WIDTH
#
intrinsic
min-intrinsic

#
# CSS_PROP_TEXT_OVERFLOW
#
clip
ellipsis

#
# CSS_PROP__KHTML_MARGIN_COLLAPSE
#
# collapse
# separate
discard

#
# CSS_PROP_TEXT_*_COLOR
#
dot-dash
dot-dot-dash
wave

#
# CSS_PROP_TEXT_*_MODE
#
continuous
skip-white-space

#
# CSS_PROP_WORD_BREAK
#
break-all

#
# CSS_PROP_WORD_WRAP
#
break-word

#
# CSS_PROP__KHTML_NBSP_MODE
#
space

#
# CSS_PROP__KHTML_LINE_BREAK
#
after-white-space

#
# CSS_PROP__KHTML_APPEARANCE
#
checkbox
radio
push-button
square-button
button
button-bevel
default-button
listbox
listitem
media-fullscreen-button
media-mute-button
media-play-button
media-seek-back-button
media-seek-forward-button
media-rewind-button
media-return-to-realtime-button
media-slider
media-sliderthumb
media-controls-background
media-current-time-display
media-time-remaining-display
menulist
menulist-button
menulist-text
menulist-textfield
slider-horizontal
slider-vertical
sliderthumb-horizontal
sliderthumb-vertical
caret
searchfield
searchfield-decoration
searchfield-results-decoration
searchfield-results-button
searchfield-cancel-button
textfield
textarea
caps-lock-indicator

#
# CSS_PROP_BORDER_IMAGE
#
# stretch
# repeat
round

#
# CSS_PROP_BACKGROUND_CLIP/ORIGIN
#
# border/content/padding are deprecated and ultimately will only apply to the -webkit- form of these properties.
# border-box/content-box/padding-box should be used instead.
#
border
border-box
content
content-box
padding
padding-box

#
# CSS_PROP__KHTML_RTL_ORDERING
#
logical
visual

#
# CSS_PROP__WEBKIT_BORDER_FIT
#
lines

#
# CSS_PROP__WEBKIT_ANIMATION_DIRECTION
#
# alternate

#
# CSS_PROP__WEBKIT_ANIMATION_ITERATION_COUNT
#
# infinite

#
# CSS_PROP__WEBKIT_ANIMATION_PLAY_STATE
#
running
paused

#
# CSS_PROP__WEBKIT_TRANSFORM_STYLE
#
flat
preserve-3d

#
# CSS_PROP__WEBKIT_TRANSITION_TIMING_FUNCTION
# CSS_PROP__WEBKIT_ANIMATION_TIMING_FUNCTION
#
ease
linear
ease-in
ease-out
ease-in-out

#
# CSS_PROP_ZOOM
#
document
reset

#
# CSS_PROP_POINTER_EVENTS
#
visiblePainted
visibleFill
visibleStroke
#visible
painted
fill
stroke
#all
#none