fix logic
[personal-kdelibs.git] / khtml / css / cssvalues.in
blob98ed431a4a4f65be0f6cd8434e4d91890db302f8
1 # These are all values accepted for CSS2.
3 # WARNING:
4 # --------
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 render_style.h.
9 # If not, the optimizations in the cssparser and style selector will fail,
10 # and produce incorrect results.
12 inherit
13 initial
15 # CSS_PROP_OUTLINE_STYLE
16 # CSS_PROP_BORDER_TOP_STYLE
17 # CSS_PROP_BORDER_BOTTOM_STYLE
18 # CSS_PROP_BORDER_LEFT_STYLE
19 -khtml-native
20 none
21 hidden
22 inset
23 groove
24 ridge
25 outset
26 dotted
27 dashed
28 solid
29 double
31 # CSS_PROP_FONT:
33 caption
34 icon
35 menu
36 message-box
37 small-caption
38 status-bar
40 # CSS_PROP_FONT_STYLE:
42 #normal
43 italic
44 oblique
46 # CSS_PROP_FONT_VARIANT:
48 #normal
49 small-caps
51 # CSS_PROP_FONT_WEIGHT:
53 normal
54 bold
55 bolder
56 lighter
57 100
58 200
59 300
60 400
61 500
62 600
63 700
64 800
65 900
67 # CSS_PROP_FONT_SIZE:
69 xx-small
70 x-small
71 small
72 medium
73 large
74 x-large
75 xx-large
76 -khtml-xxx-large
77 smaller
78 larger
80 # CSS_PROP_FONT_STRETCH:
82 #normal
83 wider
84 narrower
85 ultra-condensed
86 extra-condensed
87 condensed
88 semi-condensed
89 semi-expanded
90 expanded
91 extra-expanded
92 ultra-expanded
94 # CSS_PROP_GENERIC_FONT_FAMILY:
96 serif
97 sans-serif
98 cursive
99 fantasy
100 monospace
103 # CSS_PROP_BACKGROUND_COLOR:
105 transparent
108 # CSS_PROP_*_COLOR
110 aqua
111 black
112 blue
113 crimson
114 fuchsia
115 gray
116 green
117 indigo
118 lime
119 maroon
120 navy
121 olive
122 orange
123 purple
125 silver
126 teal
127 white
128 yellow
129 activeborder
130 activecaption
131 appworkspace
132 background
133 buttonface
134 buttonhighlight
135 buttonshadow
136 buttontext
137 captiontext
138 graytext
139 highlight
140 highlighttext
141 inactiveborder
142 inactivecaption
143 inactivecaptiontext
144 infobackground
145 infotext
146 menutext
147 scrollbar
148 threeddarkshadow
149 threedface
150 threedhighlight
151 threedlightshadow
152 threedshadow
153 window
154 windowframe
155 windowtext
156 currentcolor
158 # colors in non strict mode
159 grey
160 -khtml-text
162 # CSS_PROP_BACKGROUND_REPEAT:
164 repeat
165 repeat-x
166 repeat-y
167 no-repeat
169 # CSS_PROP_VERTICAL_ALIGN:
171 baseline
172 middle
174 super
175 text-top
176 text-bottom
178 bottom
179 # HTML alignment MIDDLE has no corresponding CSS alignment
180 -khtml-baseline-middle
182 # CSS_PROP_TEXT_ALIGN:
184 -khtml-auto
185 left
186 right
187 center
188 justify
189 -khtml-left
190 -khtml-right
191 -khtml-center
193 # CSS_PROP_LIST_STYLE_POSITION:
195 outside
196 inside
198 # CSS_PROP_LIST_STYLE_TYPE:
200 disc
201 circle
202 square
204 -khtml-diamond
205 decimal
206 decimal-leading-zero
207 -khtml-arabic-indic
208 -khtml-lao
209 -khtml-persian
210 -khtml-urdu
211 -khtml-thai
212 -khtml-tibetan
213 lower-roman
214 upper-roman
215 hebrew
216 armenian
217 georgian
218 cjk-ideographic
219 -khtml-japanese-formal
220 -khtml-japanese-informal
221 -khtml-simp-chinese-formal
222 -khtml-simp-chinese-informal
223 -khtml-trad-chinese-formal
224 -khtml-trad-chinese-informal
225 lower-greek
226 -khtml-upper-greek
227 lower-alpha
228 lower-latin
229 upper-alpha
230 upper-latin
231 hiragana
232 katakana
233 hiragana-iroha
234 katakana-iroha
235 -khtml-open-quote
236 -khtml-close-quote
237 #none
239 # CSS_PROP_DISPLAY:
241 inline
242 block
243 list-item
244 run-in
245 compact
246 inline-block
247 table
248 inline-table
249 table-row-group
250 table-header-group
251 table-footer-group
252 table-row
253 table-column-group
254 table-column
255 table-cell
256 table-caption
257 #none
259 # CSS_PROP_CURSOR:
261 auto
262 default
263 context-menu
264 help
265 pointer
266 progress
267 wait
268 cell
269 crosshair
270 text
271 vertical-text
272 alias
273 copy
274 move
275 no-drop
276 not-allowed
277 e-resize
278 n-resize
279 ne-resize
280 nw-resize
281 s-resize
282 se-resize
283 sw-resize
284 w-resize
285 ew-resize
286 ns-resize
287 nesw-resize
288 nwse-resize
289 col-resize
290 row-resize
291 all-scroll
293 # CSS_PROP_DIRECTION:
298 # CSS_PROP_TEXT_TRANSFORM:
300 capitalize
301 uppercase
302 lowercase
303 #none
305 # CSS_PROP_VISIBILITY:
307 visible
308 #hidden
309 collapse
311 # CSS_PROP_CONTENT:
313 close-quote
314 no-close-quote
315 no-open-quote
316 open-quote
318 # CSS_PROP_WHITE_SPACE:
320 #normal
321 nowrap
323 pre-wrap
324 pre-line
325 -khtml-nowrap
327 # Unordered rest
329 above
330 absolute
331 always
332 avoid
333 below
334 bidi-override
335 blink
336 both
337 crop
338 cross
339 embed
340 fixed
341 hand
342 hide
343 higher
344 invert
345 landscape
346 level
347 line-through
348 loud
349 lower
350 marquee
352 overline
353 portrait
354 relative
355 scroll
356 separate
357 show
358 static
359 thick
360 thin
361 underline
363 # CSS_PROP__KHTML_FLOW_MODE
364 -khtml-normal
365 -khtml-around-floats
367 # CSS3 Values
368 # CSS_PROP__KHTML_BOX_SIZING
369 border-box
370 content-box
372 # CSS_PROP__KHTML_USER_INPUT
373 enabled
374 disabled
375 #none
377 # CSS_PROP_MARQUEE_DIRECTION
378 forwards
379 backwards
380 ahead
381 reverse
382 # left
383 # right
385 down
386 # auto
388 # CSS_PROP_MARQUEE_SPEED
389 slow
390 # normal
391 fast
393 # CSS_PROP_MARQUEE_REPETITION
394 infinite
396 # CSS_PROP_MARQUEE_STYLE
397 # none
398 slide
399 # scroll
400 alternate
401 unfurl
404 # CSS_PROP_TEXT_OVERFLOW
406 clip
407 ellipsis
410 # CSS_PROP_BACKGROUND_CLIP/ORIGIN
412 border
413 content
414 padding
417 # Not supported:
419 # CSS_PROP_BORDER_IMAGE
421 # stretch
422 # repeat
423 # round
425 # CSS_PROP_AZIMUTH:
427 #A left-side
428 #A far-left
429 #A #left
430 #A center-left
431 #A #center
432 #A center-right
433 #A right
434 #A far-right
435 #A right-side
436 #A behind
437 #A leftwards
438 #A rightwards
440 # CSS_PROP_SPEECH_RATE:
442 #A x-slow
443 #A slow
444 #A #medium
445 #A x-fast
446 #A fast
447 #A faster
448 #A slower
450 # CSS_PROP_VOLUME:
452 #A silent
453 #A x-soft
454 #A soft
455 #A #medium
456 #A high
457 #A x-high
458 #A x-loud
460 # CSS_PROP_PITCH:
462 #A x-low
463 #A low
464 #A #medium
465 #A #high
466 #A #x-high
468 # CSS_PROP_SPEAK:
470 #A #normal
471 #A #none
472 #A spell-out
474 # CSS_PROP_SPEAK_HEADER:
476 #A #once
477 #A always
479 # CSS_PROP_SPEAK_NUMERAL:
481 #A digits
482 #A continuous
484 # CSS_PROP_SPEAK_PUNCTUATION:
486 #A code
487 #A #none
488 #svg
489 evenodd
490 nonzero