OSDN Git Service

merge from open-source master
[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 # round
173 # space
174 #
175 # CSS_PROP__WEBKIT_BACKGROUND_COMPOSITE:
176 #
177 clear
178 copy
179 source-over
180 source-in
181 source-out
182 source-atop
183 destination-over
184 destination-in
185 destination-out
186 destination-atop
187 xor
188 plus-darker
189 # highlight
190 plus-lighter
191 #
192 # CSS_PROP_VERTICAL_ALIGN:
193 #
194 baseline
195 middle
196 sub
197 super
198 text-top
199 text-bottom
200 top
201 bottom
202 # HTML alignment MIDDLE has no corresponding CSS alignment
203 -webkit-baseline-middle
204 #
205 # CSS_PROP_TEXT_ALIGN:
206 #
207 -webkit-auto
208 left
209 right
210 center
211 justify
212 -webkit-left
213 -webkit-right
214 -webkit-center
215 #
216 # CSS_PROP_LIST_STYLE_POSITION:
217 #
218 outside
219 inside
220 #
221 # CSS_PROP_LIST_STYLE_TYPE:
222 #
223 disc
224 circle
225 square
226 decimal
227 decimal-leading-zero
228 arabic-indic
229 binary
230 bengali
231 cambodian
232 khmer
233 devanagari
234 gujarati
235 gurmukhi
236 kannada
237 lower-hexadecimal
238 lao
239 malayalam
240 mongolian
241 myanmar
242 octal
243 oriya
244 persian
245 urdu
246 telugu
247 tibetan
248 thai
249 upper-hexadecimal
250 lower-roman
251 upper-roman
252 lower-greek
253 lower-alpha
254 lower-latin
255 upper-alpha
256 upper-latin
257 afar
258 ethiopic-halehame-aa-et
259 ethiopic-halehame-aa-er
260 amharic
261 ethiopic-halehame-am-et
262 amharic-abegede
263 ethiopic-abegede-am-et
264 cjk-earthly-branch
265 cjk-heavenly-stem
266 ethiopic
267 ethiopic-halehame-gez
268 ethiopic-abegede
269 ethiopic-abegede-gez
270 hangul-consonant
271 hangul
272 lower-norwegian
273 oromo
274 ethiopic-halehame-om-et
275 sidama
276 ethiopic-halehame-sid-et
277 somali
278 ethiopic-halehame-so-et
279 tigre
280 ethiopic-halehame-tig
281 tigrinya-er
282 ethiopic-halehame-ti-er
283 tigrinya-er-abegede
284 ethiopic-abegede-ti-er
285 tigrinya-et
286 ethiopic-halehame-ti-et
287 tigrinya-et-abegede
288 ethiopic-abegede-ti-et
289 upper-greek
290 upper-norwegian
291 hebrew
292 armenian
293 georgian
294 cjk-ideographic
295 hiragana
296 katakana
297 hiragana-iroha
298 katakana-iroha
299 #none
300 #
301 # CSS_PROP_DISPLAY:
302 #
303 inline
304 block
305 list-item
306 run-in
307 compact
308 inline-block
309 table
310 inline-table
311 table-row-group
312 table-header-group
313 table-footer-group
314 table-row
315 table-column-group
316 table-column
317 table-cell
318 table-caption
319 -webkit-box
320 -webkit-inline-box
321 -wap-marquee
322 #none
323 #
324 # CSS_PROP_CURSOR:
325 #
326 auto
327 crosshair
328 default
329 pointer
330 move
331 vertical-text
332 cell
333 context-menu
334 alias
335 # copy
336 progress
337 no-drop
338 not-allowed
339 -webkit-zoom-in
340 -webkit-zoom-out
341 e-resize
342 ne-resize
343 nw-resize
344 n-resize
345 se-resize
346 sw-resize
347 s-resize
348 w-resize
349 ew-resize
350 ns-resize
351 nesw-resize
352 nwse-resize
353 col-resize
354 row-resize
355 text
356 wait
357 help
358 all-scroll
359 -webkit-grab
360 -webkit-grabbing
361 # none
362 #
363 # CSS_PROP_DIRECTION:
364 #
365 ltr
366 rtl
367 #
368 # CSS_PROP_TEXT_TRANSFORM:
369 #
370 capitalize
371 uppercase
372 lowercase
373 #none
374 #
375 # CSS_PROP_VISIBILITY:
376 #
377 visible
378 #hidden
379 collapse
380 #
381 # Unordered rest
382 #
383 above
384 absolute
385 always
386 avoid
387 below
388 bidi-override
389 blink
390 both
391 close-quote
392 crop
393 cross
394 embed
395 fixed
396 hand
397 hide
398 higher
399 invert
400 landscape
401 level
402 line-through
403 local
404 loud
405 lower
406 -webkit-marquee
407 mix
408 no-close-quote
409 no-open-quote
410 nowrap
411 open-quote
412 overlay
413 overline
414 portrait
415 pre
416 pre-line
417 pre-wrap
418 relative
419 scroll
420 separate
421 show
422 static
423 thick
424 thin
425 underline
426 -webkit-nowrap
427
428 # CSS3 Values
429 # CSS_PROP_BOX_ALIGN
430 stretch
431 start
432 end
433 #center
434 #baseline
435
436 # CSS_PROP_BOX_DIRECTION
437 # normal
438 reverse
439
440 # CSS_PROP_BOX_ORIENT
441 horizontal
442 vertical
443 inline-axis
444 block-axis
445
446 # CSS_PROP_BOX_PACK
447 # start
448 # end
449 # center
450 # justify
451
452 # CSS_PROP_BOX_LINES
453 single
454 multiple
455
456 # CSS_PROP_MARQUEE_DIRECTION
457 forwards
458 backwards
459 ahead
460 # reverse
461 # left
462 # right
463 up
464 down
465 # auto
466
467 # CSS_PROP_MARQUEE_SPEED
468 slow
469 # normal
470 fast
471
472 # CSS_PROP_MARQUEE_REPETITION
473 infinite
474
475 # CSS_PROP_MARQUEE_STYLE
476 # none
477 slide
478 # scroll
479 alternate
480
481 #
482 # CSS_PROP__KHTML_USER_MODIFY
483 #
484 read-only
485 read-write
486 read-write-plaintext-only
487
488 #
489 # CSS_PROP__KHTML_USER_DRAG
490 #
491 element
492
493 #
494 # CSS_PROP__KHTML_USER_SELECT
495 #
496 ignore
497
498 #
499 # CSS_PROP_WIDTH/MIN_WIDTH/MAX_WIDTH
500 #
501 intrinsic
502 min-intrinsic
503
504 #
505 # CSS_PROP_TEXT_OVERFLOW
506 #
507 clip
508 ellipsis
509
510 #
511 # CSS_PROP__KHTML_MARGIN_COLLAPSE
512 #
513 # collapse
514 # separate
515 discard
516
517 #
518 # CSS_PROP_TEXT_*_COLOR
519 #
520 dot-dash
521 dot-dot-dash
522 wave
523
524 #
525 # CSS_PROP_TEXT_*_MODE
526 #
527 continuous
528 skip-white-space
529
530 #
531 # CSS_PROP_WORD_BREAK
532 #
533 break-all
534
535 #
536 # CSS_PROP_WORD_WRAP
537 #
538 break-word
539
540 #
541 # CSS_PROP__KHTML_NBSP_MODE
542 #
543 space
544
545 #
546 # CSS_PROP__KHTML_LINE_BREAK
547 #
548 after-white-space
549
550 #
551 # CSS_PROP__KHTML_APPEARANCE
552 #
553 checkbox
554 radio
555 push-button
556 square-button
557 button
558 button-bevel
559 default-button
560 inner-spin-button
561 list-button
562 listbox
563 listitem
564 media-fullscreen-button
565 media-mute-button
566 media-play-button
567 media-seek-back-button
568 media-seek-forward-button
569 media-rewind-button
570 media-return-to-realtime-button
571 media-toggle-closed-captions-button
572 media-slider
573 media-sliderthumb
574 media-volume-slider-container
575 media-volume-slider
576 media-volume-sliderthumb
577 media-controls-background
578 media-current-time-display
579 media-time-remaining-display
580 menulist
581 menulist-button
582 menulist-text
583 menulist-textfield
584 outer-spin-button
585 slider-horizontal
586 slider-vertical
587 sliderthumb-horizontal
588 sliderthumb-vertical
589 caret
590 searchfield
591 searchfield-decoration
592 searchfield-results-decoration
593 searchfield-results-button
594 searchfield-cancel-button
595 textfield
596 textarea
597 caps-lock-indicator
598
599 #
600 # CSS_PROP_BORDER_IMAGE
601 #
602 # stretch
603 # repeat
604 round
605
606 #
607 # CSS_PROP_BACKGROUND_CLIP/ORIGIN
608 #
609 # border/content/padding are deprecated and ultimately will only apply to the -webkit- form of these properties.
610 # border-box/content-box/padding-box should be used instead.
611 #
612 border
613 border-box
614 content
615 content-box
616 padding
617 padding-box
618
619 #
620 # background-size
621 #
622 contain
623 cover
624
625 #
626 # CSS_PROP__KHTML_RTL_ORDERING
627 #
628 logical
629 visual
630
631 #
632 # CSS_PROP__WEBKIT_BORDER_FIT
633 #
634 lines
635
636 #
637 # CSS_PROP__WEBKIT_ANIMATION_DIRECTION
638 #
639 # alternate
640
641 #
642 # CSS_PROP__WEBKIT_ANIMATION_ITERATION_COUNT
643 #
644 # infinite
645
646 #
647 # CSS_PROP__WEBKIT_ANIMATION_PLAY_STATE
648 #
649 running
650 paused
651
652 #
653 # CSS_PROP__WEBKIT_TRANSFORM_STYLE
654 #
655 flat
656 preserve-3d
657
658 #
659 # CSS_PROP__WEBKIT_TRANSITION_TIMING_FUNCTION
660 # CSS_PROP__WEBKIT_ANIMATION_TIMING_FUNCTION
661 #
662 ease
663 linear
664 ease-in
665 ease-out
666 ease-in-out
667
668 #
669 # CSS_PROP_ZOOM
670 #
671 document
672 reset
673
674 #
675 # CSS_PROP_POINTER_EVENTS
676 #
677 visiblePainted
678 visibleFill
679 visibleStroke
680 #visible
681 painted
682 fill
683 stroke
684 #all
685 #none
686
687 #
688 # -webkit-font-smoothing
689 #
690 # auto
691 # none
692 antialiased
693 subpixel-antialiased
694
695 # text-rendering
696 #auto
697 optimizeSpeed
698 optimizeLegibility
699 geometricPrecision
700
701 # -webkit-color-correction
702 #default
703 sRGB