OSDN Git Service

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