Warning, /frameworks/khtml/src/css/cssvalues.in is written in an unsupported language. File is not indexed.

0001 # These are all values accepted for CSS2.
0002 #
0003 # WARNING:
0004 # --------
0005 #
0006 # The Values are sorted according to the properties they belong to,
0007 # and have to be in the same order as the enums in render_style.h.
0008 #
0009 # If not, the optimizations in the cssparser and style selector will fail,
0010 # and produce incorrect results.
0011 #
0012 inherit
0013 initial
0014 #
0015 # CSS_PROP_OUTLINE_STYLE
0016 # CSS_PROP_BORDER_TOP_STYLE
0017 # CSS_PROP_BORDER_BOTTOM_STYLE
0018 # CSS_PROP_BORDER_LEFT_STYLE
0019 -khtml-native
0020 none
0021 hidden
0022 inset
0023 groove
0024 ridge
0025 outset
0026 dotted
0027 dashed
0028 solid
0029 double
0030 #
0031 # CSS_PROP_FONT:
0032 #
0033 caption
0034 icon
0035 menu
0036 message-box
0037 small-caption
0038 status-bar
0039 #
0040 # CSS_PROP_FONT_STYLE:
0041 #
0042 #normal
0043 italic
0044 oblique
0045 #
0046 # CSS_PROP_FONT_VARIANT:
0047 #
0048 #normal
0049 small-caps
0050 #
0051 # CSS_PROP_FONT_WEIGHT:
0052 #
0053 normal
0054 bold
0055 bolder
0056 lighter
0057 100
0058 200
0059 300
0060 400
0061 500
0062 600
0063 700
0064 800
0065 900
0066 #
0067 # CSS_PROP_FONT_SIZE:
0068 #
0069 xx-small
0070 x-small
0071 small
0072 medium
0073 large
0074 x-large
0075 xx-large
0076 -khtml-xxx-large
0077 smaller
0078 larger
0079 #
0080 # CSS_PROP_FONT_STRETCH:
0081 #
0082 #normal
0083 wider
0084 narrower
0085 ultra-condensed
0086 extra-condensed
0087 condensed
0088 semi-condensed
0089 semi-expanded
0090 expanded
0091 extra-expanded
0092 ultra-expanded
0093 #
0094 # CSS_PROP_GENERIC_FONT_FAMILY:
0095 #
0096 serif
0097 sans-serif
0098 cursive
0099 fantasy
0100 monospace
0101 #
0102 # CSS_PROP_BACKGROUND_ATTACHMENT:
0103 #
0104 scroll
0105 fixed
0106 local
0107 #
0108 # CSS_PROP_BACKGROUND_COLOR:
0109 #
0110 transparent
0111 #
0112 #
0113 # CSS_PROP_*_COLOR
0114 #
0115 aqua
0116 black
0117 blue
0118 crimson
0119 fuchsia
0120 gray
0121 green
0122 indigo
0123 lime
0124 maroon
0125 navy
0126 olive
0127 orange
0128 purple
0129 red
0130 silver
0131 teal
0132 white
0133 yellow
0134 activeborder
0135 activecaption
0136 appworkspace
0137 background
0138 buttonface
0139 buttonhighlight
0140 buttonshadow
0141 buttontext
0142 captiontext
0143 graytext
0144 highlight
0145 highlighttext
0146 inactiveborder
0147 inactivecaption
0148 inactivecaptiontext
0149 infobackground
0150 infotext
0151 menutext
0152 scrollbar
0153 threeddarkshadow
0154 threedface
0155 threedhighlight
0156 threedlightshadow
0157 threedshadow
0158 window
0159 windowframe
0160 windowtext
0161 currentcolor
0162 #
0163 # colors in non strict mode
0164 grey
0165 -khtml-text
0166 #
0167 # CSS_PROP_BACKGROUND_REPEAT:
0168 #
0169 repeat
0170 repeat-x
0171 repeat-y
0172 no-repeat
0173 #
0174 # CSS_PROP_VERTICAL_ALIGN:
0175 #
0176 baseline
0177 middle
0178 sub
0179 super
0180 text-top
0181 text-bottom
0182 top
0183 bottom
0184 # HTML alignment MIDDLE has no corresponding CSS alignment
0185 -khtml-baseline-middle
0186 #
0187 # CSS_PROP_TEXT_ALIGN:
0188 #
0189 -khtml-auto
0190 left
0191 right
0192 center
0193 justify
0194 -khtml-left
0195 -khtml-right
0196 -khtml-center
0197 #
0198 # CSS_PROP_LIST_STYLE_POSITION:
0199 #
0200 outside
0201 inside
0202 #
0203 # CSS_PROP_LIST_STYLE_TYPE:
0204 #
0205 disc
0206 circle
0207 square
0208 box
0209 -khtml-diamond
0210 decimal
0211 decimal-leading-zero
0212 -khtml-arabic-indic
0213 -khtml-lao
0214 -khtml-persian
0215 -khtml-urdu
0216 -khtml-thai
0217 -khtml-tibetan
0218 lower-roman
0219 upper-roman
0220 hebrew
0221 armenian
0222 georgian
0223 cjk-ideographic
0224 -khtml-japanese-formal
0225 -khtml-japanese-informal
0226 -khtml-simp-chinese-formal
0227 -khtml-simp-chinese-informal
0228 -khtml-trad-chinese-formal
0229 -khtml-trad-chinese-informal
0230 lower-greek
0231 -khtml-upper-greek
0232 lower-alpha
0233 lower-latin
0234 upper-alpha
0235 upper-latin
0236 hiragana
0237 katakana
0238 hiragana-iroha
0239 katakana-iroha
0240 -khtml-open-quote
0241 -khtml-close-quote
0242 #none
0243 #
0244 # CSS_PROP_DISPLAY:
0245 #
0246 inline
0247 block
0248 list-item
0249 run-in
0250 compact
0251 inline-block
0252 table
0253 inline-table
0254 table-row-group
0255 table-header-group
0256 table-footer-group
0257 table-row
0258 table-column-group
0259 table-column
0260 table-cell
0261 table-caption
0262 #none
0263 #
0264 # CSS_PROP_CURSOR:
0265 #
0266 auto
0267 default
0268 context-menu
0269 help
0270 pointer
0271 progress
0272 wait
0273 cell
0274 crosshair
0275 text
0276 vertical-text
0277 alias
0278 copy
0279 move
0280 no-drop
0281 not-allowed
0282 e-resize
0283 n-resize
0284 ne-resize
0285 nw-resize
0286 s-resize
0287 se-resize
0288 sw-resize
0289 w-resize
0290 ew-resize
0291 ns-resize
0292 nesw-resize
0293 nwse-resize
0294 col-resize
0295 row-resize
0296 all-scroll
0297 #
0298 # CSS_PROP_DIRECTION:
0299 #
0300 ltr
0301 rtl
0302 #
0303 # CSS_PROP_TEXT_TRANSFORM:
0304 #
0305 capitalize
0306 uppercase
0307 lowercase
0308 #none
0309 #
0310 # CSS_PROP_VISIBILITY:
0311 #
0312 visible
0313 #hidden
0314 collapse
0315 #
0316 # CSS_PROP_CONTENT:
0317 #
0318 close-quote
0319 no-close-quote
0320 no-open-quote
0321 open-quote
0322 #
0323 # CSS_PROP_WHITE_SPACE:
0324 #
0325 #normal
0326 nowrap
0327 pre
0328 pre-wrap
0329 pre-line
0330 -khtml-nowrap
0331 #
0332 # CSS_PROP_WORD_WRAP
0333 #
0334 #normal
0335 break-word
0336 #
0337 # Unordered rest
0338 #
0339 above
0340 absolute
0341 always
0342 avoid
0343 below
0344 bidi-override
0345 blink
0346 both
0347 crop
0348 cross
0349 embed
0350 hand
0351 hide
0352 higher
0353 invert
0354 landscape
0355 level
0356 line-through
0357 loud
0358 lower
0359 marquee
0360 mix
0361 overline
0362 portrait
0363 relative
0364 separate
0365 show
0366 static
0367 thick
0368 thin
0369 underline
0370 #
0371 # CSS_PROP__KHTML_FLOW_MODE
0372 -khtml-normal
0373 -khtml-around-floats
0374 
0375 # CSS3 Values
0376 # CSS_PROP__KHTML_BOX_SIZING
0377 border-box
0378 content-box
0379 
0380 # CSS_PROP__KHTML_USER_INPUT
0381 enabled
0382 disabled
0383 #none
0384 
0385 # CSS_PROP_MARQUEE_DIRECTION
0386 forwards
0387 backwards
0388 ahead
0389 reverse
0390 # left
0391 # right
0392 up
0393 down
0394 # auto
0395 
0396 # CSS_PROP_MARQUEE_SPEED
0397 slow
0398 # normal
0399 fast
0400 
0401 # CSS_PROP_MARQUEE_REPETITION
0402 infinite
0403 
0404 # CSS_PROP_MARQUEE_STYLE
0405 # none
0406 slide
0407 # scroll
0408 alternate
0409 unfurl
0410 
0411 #
0412 # CSS_PROP_TEXT_OVERFLOW
0413 #
0414 clip
0415 ellipsis
0416 
0417 #
0418 # CSS_PROP_BACKGROUND_CLIP/ORIGIN
0419 #
0420 # border-box
0421 # content-box
0422 padding-box
0423 
0424 #
0425 # CSS_PROP_BACKGROUND_SIZE
0426 #
0427 contain
0428 cover
0429 
0430 #
0431 # Not supported:
0432 #
0433 # CSS_PROP_BORDER_IMAGE
0434 #
0435 # stretch
0436 # repeat
0437 # round
0438 #
0439 # CSS_PROP_AZIMUTH:
0440 #
0441 #A left-side
0442 #A far-left
0443 #A #left
0444 #A center-left
0445 #A #center
0446 #A center-right
0447 #A right
0448 #A far-right
0449 #A right-side
0450 #A behind
0451 #A leftwards
0452 #A rightwards
0453 #
0454 # CSS_PROP_SPEECH_RATE:
0455 #
0456 #A x-slow
0457 #A slow
0458 #A #medium
0459 #A x-fast
0460 #A fast
0461 #A faster
0462 #A slower
0463 #
0464 # CSS_PROP_VOLUME:
0465 #
0466 #A silent
0467 #A x-soft
0468 #A soft
0469 #A #medium
0470 #A high
0471 #A x-high
0472 #A x-loud
0473 #
0474 # CSS_PROP_PITCH:
0475 #
0476 #A x-low
0477 #A low
0478 #A #medium
0479 #A #high
0480 #A #x-high
0481 #
0482 # CSS_PROP_SPEAK:
0483 #
0484 #A #normal
0485 #A #none
0486 #A spell-out
0487 #
0488 # CSS_PROP_SPEAK_HEADER:
0489 #
0490 #A #once
0491 #A always
0492 #
0493 # CSS_PROP_SPEAK_NUMERAL:
0494 #
0495 #A digits
0496 #A continuous
0497 #
0498 # CSS_PROP_SPEAK_PUNCTUATION:
0499 #
0500 #A code
0501 #A #none
0502 
0503 #
0504 # SVG
0505 # 
0506 evenodd
0507 nonzero
0508 
0509 # CSS_PROP_ALIGNMENT_BASELINE:
0510 #
0511 # auto 
0512 # baseline 
0513 before-edge
0514 text-before-edge
0515 # middle 
0516 central 
0517 after-edge
0518 text-after-edge
0519 ideographic
0520 alphabetic
0521 hanging
0522 mathematical 
0523 
0524 # CSS_PROP_DOMINANT_BASELINE
0525 #
0526 # 
0527 use-script
0528 no-change
0529 reset-size
0530 
0531 # CSS_PROP_STROKE_LINEJOIN
0532 miter
0533 round
0534 bevel
0535 
0536 # CSS_PROP_STROKE_LINECAP
0537 butt
0538 # round
0539 # square
0540 
0541 # CSS_PROP_ENABLE_BACKGROUND
0542 accumulate
0543 
0544 # CSS_PROP_SHAPE_RENDERING:
0545 optimizeSpeed
0546 crispEdges
0547 geometricPrecision
0548 
0549 # CSS_PROP_TEXT_ANCHOR:    
0550 start
0551 # middle
0552 end
0553 
0554 # CSS_PROP_TEXT_RENDERING:
0555 optimizeLegibility
0556 
0557 # CSS_PROP_IMAGE_RENDERING:
0558 optimizeQuality
0559 
0560 # CSS_PROP_COLOR_PROFILE:
0561 sRGB
0562 
0563 # CSS_PROP_COLOR_INTERPOLATION:
0564 linearRGB
0565 
0566 # CSS_PROP_POINTER_EVENTS:
0567 visiblePainted
0568 visibleFill
0569 visibleStroke
0570 # visible
0571 painted
0572 fill
0573 stroke
0574 all
0575 # none
0576 # inherit
0577 
0578 # CSS_PROP_WRITING_MODE:
0579 lr-tb
0580 rl-tb
0581 tb-rl
0582 tb-lr
0583 lr
0584 rl
0585 tb
0586