OSDN Git Service

Merge commit 'goog/master' into merge
[android-x86/external-webkit.git] / WebCore / css / CSSValueKeywords.in
1 # These are all values accepted for CSS2.
2 #
3 # WARNING:
4 # --------
5 #
6 # The Values are sorted according to the properties they belong to,
7 # and have to be in the same order as the enums in RenderStyle.h.
8 #
9 # If not, the optimizations in the cssparser and style selector will fail,
10 # and produce incorrect results.
11 #
12 inherit
13 initial
14 #
15 # CSS_PROP_OUTLINE_STYLE
16 # CSS_PROP_BORDER_TOP_STYLE
17 # CSS_PROP_BORDER_BOTTOM_STYLE
18 # CSS_PROP_BORDER_LEFT_STYLE
19 none
20 hidden
21 inset
22 groove
23 ridge
24 outset
25 dotted
26 dashed
27 solid
28 double
29 #
30 # CSS_PROP_FONT:
31 #
32 caption
33 icon
34 menu
35 message-box
36 small-caption
37 -webkit-mini-control
38 -webkit-small-control
39 -webkit-control
40 status-bar
41
42 #
43 # CSS_PROP_FONT_STYLE:
44 #
45 #normal
46 italic
47 oblique
48 # The following is only allowed in @font-face:
49 all
50 #
51 # CSS_PROP_FONT_VARIANT:
52 #
53 #normal
54 small-caps
55 #
56 # CSS_PROP_FONT_WEIGHT:
57 #
58 normal
59 bold
60 bolder
61 lighter
62 100
63 200
64 300
65 400
66 500
67 600
68 700
69 800
70 900
71 #
72 # CSS_PROP_FONT_SIZE:
73 #
74 xx-small
75 x-small
76 small
77 medium
78 large
79 x-large
80 xx-large
81 -webkit-xxx-large
82 smaller
83 larger
84 #
85 # CSS_PROP_FONT_STRETCH:
86 #
87 #normal
88 wider
89 narrower
90 ultra-condensed
91 extra-condensed
92 condensed
93 semi-condensed
94 semi-expanded
95 expanded
96 extra-expanded
97 ultra-expanded
98 #
99 # CSS_PROP_GENERIC_FONT_FAMILY:
100 #
101 serif
102 sans-serif
103 cursive
104 fantasy
105 monospace
106 -webkit-body
107 #
108 #
109 # CSS_PROP_*_COLOR
110 #
111 aqua
112 black
113 blue
114 fuchsia
115 gray
116 green
117 lime
118 maroon
119 navy
120 olive
121 orange
122 purple
123 red
124 silver
125 teal
126 white
127 yellow
128 transparent
129 -webkit-link
130 -webkit-activelink
131 activeborder
132 activecaption
133 appworkspace
134 background
135 buttonface
136 buttonhighlight
137 buttonshadow
138 buttontext
139 captiontext
140 graytext
141 highlight
142 highlighttext
143 inactiveborder
144 inactivecaption
145 inactivecaptiontext
146 infobackground
147 infotext
148 match
149 menutext
150 scrollbar
151 threeddarkshadow
152 threedface
153 threedhighlight
154 threedlightshadow
155 threedshadow
156 window
157 windowframe
158 windowtext
159 -webkit-focus-ring-color
160 currentcolor
161 #
162 # colors in non strict mode
163 grey
164 -webkit-text
165 #
166 # CSS_PROP_BACKGROUND_REPEAT:
167 #
168 repeat
169 repeat-x
170 repeat-y
171 no-repeat
172 #
173 # CSS_PROP__WEBKIT_BACKGROUND_COMPOSITE:
174 #
175 clear
176 copy
177 source-over
178 source-in
179 source-out
180 source-atop
181 destination-over
182 destination-in
183 destination-out
184 destination-atop
185 xor
186 plus-darker
187 # highlight
188 plus-lighter
189 #
190 # CSS_PROP_VERTICAL_ALIGN:
191 #
192 baseline
193 middle
194 sub
195 super
196 text-top
197 text-bottom
198 top
199 bottom
200 # HTML alignment MIDDLE has no corresponding CSS alignment
201 -webkit-baseline-middle
202 #
203 # CSS_PROP_TEXT_ALIGN:
204 #
205 -webkit-auto
206 left
207 right
208 center
209 justify
210 -webkit-left
211 -webkit-right
212 -webkit-center
213 #
214 # CSS_PROP_LIST_STYLE_POSITION:
215 #
216 outside
217 inside
218 #
219 # CSS_PROP_LIST_STYLE_TYPE:
220 #
221 disc
222 circle
223 square
224 decimal
225 decimal-leading-zero
226 lower-roman
227 upper-roman
228 lower-greek
229 lower-alpha
230 lower-latin
231 upper-alpha
232 upper-latin
233 hebrew
234 armenian
235 georgian
236 cjk-ideographic
237 hiragana
238 katakana
239 hiragana-iroha
240 katakana-iroha
241 #none
242 #
243 # CSS_PROP_DISPLAY:
244 #
245 inline
246 block
247 list-item
248 run-in
249 compact
250 inline-block
251 table
252 inline-table
253 table-row-group
254 table-header-group
255 table-footer-group
256 table-row
257 table-column-group
258 table-column
259 table-cell
260 table-caption
261 -webkit-box
262 -webkit-inline-box
263 #none
264 #
265 # CSS_PROP_CURSOR:
266 #
267 auto
268 crosshair
269 default
270 pointer
271 move
272 vertical-text
273 cell
274 context-menu
275 alias
276 # copy
277 progress
278 no-drop
279 not-allowed
280 -webkit-zoom-in
281 -webkit-zoom-out
282 e-resize
283 ne-resize
284 nw-resize
285 n-resize
286 se-resize
287 sw-resize
288 s-resize
289 w-resize
290 ew-resize
291 ns-resize
292 nesw-resize
293 nwse-resize
294 col-resize
295 row-resize
296 text
297 wait
298 help
299 all-scroll
300 -webkit-grab
301 -webkit-grabbing
302 # none
303 #
304 # CSS_PROP_DIRECTION:
305 #
306 ltr
307 rtl
308 #
309 # CSS_PROP_TEXT_TRANSFORM:
310 #
311 capitalize
312 uppercase
313 lowercase
314 #none
315 #
316 # CSS_PROP_VISIBILITY:
317 #
318 visible
319 #hidden
320 collapse
321 #
322 # Unordered rest
323 #
324 above
325 absolute
326 always
327 avoid
328 below
329 bidi-override
330 blink
331 both
332 close-quote
333 crop
334 cross
335 embed
336 fixed
337 hand
338 hide
339 higher
340 invert
341 landscape
342 level
343 line-through
344 local
345 loud
346 lower
347 -webkit-marquee
348 mix
349 no-close-quote
350 no-open-quote
351 nowrap
352 open-quote
353 overlay
354 overline
355 portrait
356 pre
357 pre-line
358 pre-wrap
359 relative
360 scroll
361 separate
362 show
363 static
364 thick
365 thin
366 underline
367 -webkit-nowrap
368
369 # CSS3 Values
370 # CSS_PROP_BOX_ALIGN
371 stretch
372 start
373 end
374 #center
375 #baseline
376
377 # CSS_PROP_BOX_DIRECTION
378 # normal
379 reverse
380
381 # CSS_PROP_BOX_ORIENT
382 horizontal
383 vertical
384 inline-axis
385 block-axis
386
387 # CSS_PROP_BOX_PACK
388 # start
389 # end
390 # center
391 # justify
392
393 # CSS_PROP_BOX_LINES
394 single
395 multiple
396
397 # CSS_PROP_MARQUEE_DIRECTION
398 forwards
399 backwards
400 ahead
401 # reverse
402 # left
403 # right
404 up
405 down
406 # auto
407
408 # CSS_PROP_MARQUEE_SPEED
409 slow
410 # normal
411 fast
412
413 # CSS_PROP_MARQUEE_REPETITION
414 infinite
415
416 # CSS_PROP_MARQUEE_STYLE
417 # none
418 slide
419 # scroll
420 alternate
421
422 #
423 # CSS_PROP__KHTML_USER_MODIFY
424 #
425 read-only
426 read-write
427 read-write-plaintext-only
428
429 #
430 # CSS_PROP__KHTML_USER_DRAG
431 #
432 element
433
434 #
435 # CSS_PROP__KHTML_USER_SELECT
436 #
437 ignore
438
439 #
440 # CSS_PROP_WIDTH/MIN_WIDTH/MAX_WIDTH
441 #
442 intrinsic
443 min-intrinsic
444
445 #
446 # CSS_PROP_TEXT_OVERFLOW
447 #
448 clip
449 ellipsis
450
451 #
452 # CSS_PROP__KHTML_MARGIN_COLLAPSE
453 #
454 # collapse
455 # separate
456 discard
457
458 #
459 # CSS_PROP_TEXT_*_COLOR
460 #
461 dot-dash
462 dot-dot-dash
463 wave
464
465 #
466 # CSS_PROP_TEXT_*_MODE
467 #
468 continuous
469 skip-white-space
470
471 #
472 # CSS_PROP_WORD_BREAK
473 #
474 break-all
475
476 #
477 # CSS_PROP_WORD_WRAP
478 #
479 break-word
480
481 #
482 # CSS_PROP__KHTML_NBSP_MODE
483 #
484 space
485
486 #
487 # CSS_PROP__KHTML_LINE_BREAK
488 #
489 after-white-space
490
491 #
492 # CSS_PROP__KHTML_APPEARANCE
493 #
494 checkbox
495 radio
496 push-button
497 square-button
498 button
499 button-bevel
500 default-button
501 listbox
502 listitem
503 media-fullscreen-button
504 media-mute-button
505 media-play-button
506 media-seek-back-button
507 media-seek-forward-button
508 media-rewind-button
509 media-return-to-realtime-button
510 media-slider
511 media-sliderthumb
512 media-controls-background
513 media-current-time-display
514 media-time-remaining-display
515 menulist
516 menulist-button
517 menulist-text
518 menulist-textfield
519 slider-horizontal
520 slider-vertical
521 sliderthumb-horizontal
522 sliderthumb-vertical
523 caret
524 searchfield
525 searchfield-decoration
526 searchfield-results-decoration
527 searchfield-results-button
528 searchfield-cancel-button
529 textfield
530 textarea
531 caps-lock-indicator
532
533 #
534 # CSS_PROP_BORDER_IMAGE
535 #
536 # stretch
537 # repeat
538 round
539
540 #
541 # CSS_PROP_BACKGROUND_CLIP/ORIGIN
542 #
543 # border/content/padding are deprecated and ultimately will only apply to the -webkit- form of these properties.
544 # border-box/content-box/padding-box should be used instead.
545 #
546 border
547 border-box
548 content
549 content-box
550 padding
551 padding-box
552
553 #
554 # CSS_PROP__KHTML_RTL_ORDERING
555 #
556 logical
557 visual
558
559 #
560 # CSS_PROP__WEBKIT_BORDER_FIT
561 #
562 lines
563
564 #
565 # CSS_PROP__WEBKIT_ANIMATION_DIRECTION
566 #
567 # alternate
568
569 #
570 # CSS_PROP__WEBKIT_ANIMATION_ITERATION_COUNT
571 #
572 # infinite
573
574 #
575 # CSS_PROP__WEBKIT_ANIMATION_PLAY_STATE
576 #
577 running
578 paused
579
580 #
581 # CSS_PROP__WEBKIT_TRANSFORM_STYLE
582 #
583 flat
584 preserve-3d
585
586 #
587 # CSS_PROP__WEBKIT_TRANSITION_TIMING_FUNCTION
588 # CSS_PROP__WEBKIT_ANIMATION_TIMING_FUNCTION
589 #
590 ease
591 linear
592 ease-in
593 ease-out
594 ease-in-out
595
596 #
597 # CSS_PROP_ZOOM
598 #
599 document
600 reset
601
602 #
603 # CSS_PROP_POINTER_EVENTS
604 #
605 visiblePainted
606 visibleFill
607 visibleStroke
608 #visible
609 painted
610 fill
611 stroke
612 #all
613 #none