tizen beta release
[profile/ivi/webkit-efl.git] / DerivedSources / WebCore / CSSValueKeywords.gperf
1 %{
2 /* This file is automatically generated from CSSValueKeywords.in by makevalues, do not edit */
3
4 #include "CSSValueKeywords.h"
5 #include "HashTools.h"
6 #include <string.h>
7
8 namespace WebCore {
9 %}
10 %struct-type
11 struct Value;
12 %omit-struct-type
13 %language=C++
14 %readonly-tables
15 %compare-strncmp
16 %define class-name CSSValueKeywordsHash
17 %define lookup-function-name findValueImpl
18 %define hash-function-name value_hash_function
19 %define word-array-name value_word_list
20 %enum
21 %%
22 inherit, CSSValueInherit
23 initial, CSSValueInitial
24 none, CSSValueNone
25 hidden, CSSValueHidden
26 inset, CSSValueInset
27 groove, CSSValueGroove
28 outset, CSSValueOutset
29 ridge, CSSValueRidge
30 dotted, CSSValueDotted
31 dashed, CSSValueDashed
32 solid, CSSValueSolid
33 double, CSSValueDouble
34 caption, CSSValueCaption
35 icon, CSSValueIcon
36 menu, CSSValueMenu
37 message-box, CSSValueMessageBox
38 small-caption, CSSValueSmallCaption
39 -webkit-mini-control, CSSValueWebkitMiniControl
40 -webkit-small-control, CSSValueWebkitSmallControl
41 -webkit-control, CSSValueWebkitControl
42 status-bar, CSSValueStatusBar
43 italic, CSSValueItalic
44 oblique, CSSValueOblique
45 all, CSSValueAll
46 small-caps, CSSValueSmallCaps
47 normal, CSSValueNormal
48 bold, CSSValueBold
49 bolder, CSSValueBolder
50 lighter, CSSValueLighter
51 100, CSSValue100
52 200, CSSValue200
53 300, CSSValue300
54 400, CSSValue400
55 500, CSSValue500
56 600, CSSValue600
57 700, CSSValue700
58 800, CSSValue800
59 900, CSSValue900
60 xx-small, CSSValueXxSmall
61 x-small, CSSValueXSmall
62 small, CSSValueSmall
63 medium, CSSValueMedium
64 large, CSSValueLarge
65 x-large, CSSValueXLarge
66 xx-large, CSSValueXxLarge
67 -webkit-xxx-large, CSSValueWebkitXxxLarge
68 smaller, CSSValueSmaller
69 larger, CSSValueLarger
70 wider, CSSValueWider
71 narrower, CSSValueNarrower
72 ultra-condensed, CSSValueUltraCondensed
73 extra-condensed, CSSValueExtraCondensed
74 condensed, CSSValueCondensed
75 semi-condensed, CSSValueSemiCondensed
76 semi-expanded, CSSValueSemiExpanded
77 expanded, CSSValueExpanded
78 extra-expanded, CSSValueExtraExpanded
79 ultra-expanded, CSSValueUltraExpanded
80 serif, CSSValueSerif
81 sans-serif, CSSValueSansSerif
82 cursive, CSSValueCursive
83 fantasy, CSSValueFantasy
84 monospace, CSSValueMonospace
85 -webkit-body, CSSValueWebkitBody
86 -webkit-pictograph, CSSValueWebkitPictograph
87 aqua, CSSValueAqua
88 black, CSSValueBlack
89 blue, CSSValueBlue
90 fuchsia, CSSValueFuchsia
91 gray, CSSValueGray
92 green, CSSValueGreen
93 lime, CSSValueLime
94 maroon, CSSValueMaroon
95 navy, CSSValueNavy
96 olive, CSSValueOlive
97 orange, CSSValueOrange
98 purple, CSSValuePurple
99 red, CSSValueRed
100 silver, CSSValueSilver
101 teal, CSSValueTeal
102 white, CSSValueWhite
103 yellow, CSSValueYellow
104 transparent, CSSValueTransparent
105 -webkit-link, CSSValueWebkitLink
106 -webkit-activelink, CSSValueWebkitActivelink
107 activeborder, CSSValueActiveborder
108 activecaption, CSSValueActivecaption
109 appworkspace, CSSValueAppworkspace
110 background, CSSValueBackground
111 buttonface, CSSValueButtonface
112 buttonhighlight, CSSValueButtonhighlight
113 buttonshadow, CSSValueButtonshadow
114 buttontext, CSSValueButtontext
115 captiontext, CSSValueCaptiontext
116 graytext, CSSValueGraytext
117 highlight, CSSValueHighlight
118 highlighttext, CSSValueHighlighttext
119 inactiveborder, CSSValueInactiveborder
120 inactivecaption, CSSValueInactivecaption
121 inactivecaptiontext, CSSValueInactivecaptiontext
122 infobackground, CSSValueInfobackground
123 infotext, CSSValueInfotext
124 match, CSSValueMatch
125 menutext, CSSValueMenutext
126 scrollbar, CSSValueScrollbar
127 threeddarkshadow, CSSValueThreeddarkshadow
128 threedface, CSSValueThreedface
129 threedhighlight, CSSValueThreedhighlight
130 threedlightshadow, CSSValueThreedlightshadow
131 threedshadow, CSSValueThreedshadow
132 window, CSSValueWindow
133 windowframe, CSSValueWindowframe
134 windowtext, CSSValueWindowtext
135 -webkit-focus-ring-color, CSSValueWebkitFocusRingColor
136 currentcolor, CSSValueCurrentcolor
137 grey, CSSValueGrey
138 -webkit-text, CSSValueWebkitText
139 repeat, CSSValueRepeat
140 repeat-x, CSSValueRepeatX
141 repeat-y, CSSValueRepeatY
142 no-repeat, CSSValueNoRepeat
143 clear, CSSValueClear
144 copy, CSSValueCopy
145 source-over, CSSValueSourceOver
146 source-in, CSSValueSourceIn
147 source-out, CSSValueSourceOut
148 source-atop, CSSValueSourceAtop
149 destination-over, CSSValueDestinationOver
150 destination-in, CSSValueDestinationIn
151 destination-out, CSSValueDestinationOut
152 destination-atop, CSSValueDestinationAtop
153 xor, CSSValueXor
154 plus-darker, CSSValuePlusDarker
155 plus-lighter, CSSValuePlusLighter
156 baseline, CSSValueBaseline
157 middle, CSSValueMiddle
158 sub, CSSValueSub
159 super, CSSValueSuper
160 text-top, CSSValueTextTop
161 text-bottom, CSSValueTextBottom
162 top, CSSValueTop
163 bottom, CSSValueBottom
164 -webkit-baseline-middle, CSSValueWebkitBaselineMiddle
165 -webkit-auto, CSSValueWebkitAuto
166 left, CSSValueLeft
167 right, CSSValueRight
168 center, CSSValueCenter
169 justify, CSSValueJustify
170 -webkit-left, CSSValueWebkitLeft
171 -webkit-right, CSSValueWebkitRight
172 -webkit-center, CSSValueWebkitCenter
173 -webkit-match-parent, CSSValueWebkitMatchParent
174 outside, CSSValueOutside
175 inside, CSSValueInside
176 disc, CSSValueDisc
177 circle, CSSValueCircle
178 square, CSSValueSquare
179 decimal, CSSValueDecimal
180 decimal-leading-zero, CSSValueDecimalLeadingZero
181 arabic-indic, CSSValueArabicIndic
182 binary, CSSValueBinary
183 bengali, CSSValueBengali
184 cambodian, CSSValueCambodian
185 khmer, CSSValueKhmer
186 devanagari, CSSValueDevanagari
187 gujarati, CSSValueGujarati
188 gurmukhi, CSSValueGurmukhi
189 kannada, CSSValueKannada
190 lower-hexadecimal, CSSValueLowerHexadecimal
191 lao, CSSValueLao
192 malayalam, CSSValueMalayalam
193 mongolian, CSSValueMongolian
194 myanmar, CSSValueMyanmar
195 octal, CSSValueOctal
196 oriya, CSSValueOriya
197 persian, CSSValuePersian
198 urdu, CSSValueUrdu
199 telugu, CSSValueTelugu
200 tibetan, CSSValueTibetan
201 thai, CSSValueThai
202 upper-hexadecimal, CSSValueUpperHexadecimal
203 lower-roman, CSSValueLowerRoman
204 upper-roman, CSSValueUpperRoman
205 lower-greek, CSSValueLowerGreek
206 lower-alpha, CSSValueLowerAlpha
207 lower-latin, CSSValueLowerLatin
208 upper-alpha, CSSValueUpperAlpha
209 upper-latin, CSSValueUpperLatin
210 afar, CSSValueAfar
211 ethiopic-halehame-aa-et, CSSValueEthiopicHalehameAaEt
212 ethiopic-halehame-aa-er, CSSValueEthiopicHalehameAaEr
213 amharic, CSSValueAmharic
214 ethiopic-halehame-am-et, CSSValueEthiopicHalehameAmEt
215 amharic-abegede, CSSValueAmharicAbegede
216 ethiopic-abegede-am-et, CSSValueEthiopicAbegedeAmEt
217 cjk-earthly-branch, CSSValueCjkEarthlyBranch
218 cjk-heavenly-stem, CSSValueCjkHeavenlyStem
219 ethiopic, CSSValueEthiopic
220 ethiopic-halehame-gez, CSSValueEthiopicHalehameGez
221 ethiopic-abegede, CSSValueEthiopicAbegede
222 ethiopic-abegede-gez, CSSValueEthiopicAbegedeGez
223 hangul-consonant, CSSValueHangulConsonant
224 hangul, CSSValueHangul
225 lower-norwegian, CSSValueLowerNorwegian
226 oromo, CSSValueOromo
227 ethiopic-halehame-om-et, CSSValueEthiopicHalehameOmEt
228 sidama, CSSValueSidama
229 ethiopic-halehame-sid-et, CSSValueEthiopicHalehameSidEt
230 somali, CSSValueSomali
231 ethiopic-halehame-so-et, CSSValueEthiopicHalehameSoEt
232 tigre, CSSValueTigre
233 ethiopic-halehame-tig, CSSValueEthiopicHalehameTig
234 tigrinya-er, CSSValueTigrinyaEr
235 ethiopic-halehame-ti-er, CSSValueEthiopicHalehameTiEr
236 tigrinya-er-abegede, CSSValueTigrinyaErAbegede
237 ethiopic-abegede-ti-er, CSSValueEthiopicAbegedeTiEr
238 tigrinya-et, CSSValueTigrinyaEt
239 ethiopic-halehame-ti-et, CSSValueEthiopicHalehameTiEt
240 tigrinya-et-abegede, CSSValueTigrinyaEtAbegede
241 ethiopic-abegede-ti-et, CSSValueEthiopicAbegedeTiEt
242 upper-greek, CSSValueUpperGreek
243 upper-norwegian, CSSValueUpperNorwegian
244 asterisks, CSSValueAsterisks
245 footnotes, CSSValueFootnotes
246 hebrew, CSSValueHebrew
247 armenian, CSSValueArmenian
248 lower-armenian, CSSValueLowerArmenian
249 upper-armenian, CSSValueUpperArmenian
250 georgian, CSSValueGeorgian
251 cjk-ideographic, CSSValueCjkIdeographic
252 hiragana, CSSValueHiragana
253 katakana, CSSValueKatakana
254 hiragana-iroha, CSSValueHiraganaIroha
255 katakana-iroha, CSSValueKatakanaIroha
256 inline, CSSValueInline
257 block, CSSValueBlock
258 list-item, CSSValueListItem
259 run-in, CSSValueRunIn
260 compact, CSSValueCompact
261 inline-block, CSSValueInlineBlock
262 table, CSSValueTable
263 inline-table, CSSValueInlineTable
264 table-row-group, CSSValueTableRowGroup
265 table-header-group, CSSValueTableHeaderGroup
266 table-footer-group, CSSValueTableFooterGroup
267 table-row, CSSValueTableRow
268 table-column-group, CSSValueTableColumnGroup
269 table-column, CSSValueTableColumn
270 table-cell, CSSValueTableCell
271 table-caption, CSSValueTableCaption
272 -webkit-box, CSSValueWebkitBox
273 -webkit-inline-box, CSSValueWebkitInlineBox
274 -webkit-flexbox, CSSValueWebkitFlexbox
275 -webkit-inline-flexbox, CSSValueWebkitInlineFlexbox
276 auto, CSSValueAuto
277 crosshair, CSSValueCrosshair
278 default, CSSValueDefault
279 pointer, CSSValuePointer
280 move, CSSValueMove
281 vertical-text, CSSValueVerticalText
282 cell, CSSValueCell
283 context-menu, CSSValueContextMenu
284 alias, CSSValueAlias
285 progress, CSSValueProgress
286 no-drop, CSSValueNoDrop
287 not-allowed, CSSValueNotAllowed
288 -webkit-zoom-in, CSSValueWebkitZoomIn
289 -webkit-zoom-out, CSSValueWebkitZoomOut
290 e-resize, CSSValueEResize
291 ne-resize, CSSValueNeResize
292 nw-resize, CSSValueNwResize
293 n-resize, CSSValueNResize
294 se-resize, CSSValueSeResize
295 sw-resize, CSSValueSwResize
296 s-resize, CSSValueSResize
297 w-resize, CSSValueWResize
298 ew-resize, CSSValueEwResize
299 ns-resize, CSSValueNsResize
300 nesw-resize, CSSValueNeswResize
301 nwse-resize, CSSValueNwseResize
302 col-resize, CSSValueColResize
303 row-resize, CSSValueRowResize
304 text, CSSValueText
305 wait, CSSValueWait
306 help, CSSValueHelp
307 all-scroll, CSSValueAllScroll
308 -webkit-grab, CSSValueWebkitGrab
309 -webkit-grabbing, CSSValueWebkitGrabbing
310 ltr, CSSValueLtr
311 rtl, CSSValueRtl
312 capitalize, CSSValueCapitalize
313 uppercase, CSSValueUppercase
314 lowercase, CSSValueLowercase
315 visible, CSSValueVisible
316 collapse, CSSValueCollapse
317 a3, CSSValueA3
318 a4, CSSValueA4
319 a5, CSSValueA5
320 above, CSSValueAbove
321 absolute, CSSValueAbsolute
322 always, CSSValueAlways
323 avoid, CSSValueAvoid
324 b4, CSSValueB4
325 b5, CSSValueB5
326 below, CSSValueBelow
327 bidi-override, CSSValueBidiOverride
328 blink, CSSValueBlink
329 both, CSSValueBoth
330 close-quote, CSSValueCloseQuote
331 crop, CSSValueCrop
332 cross, CSSValueCross
333 embed, CSSValueEmbed
334 fixed, CSSValueFixed
335 hand, CSSValueHand
336 hide, CSSValueHide
337 higher, CSSValueHigher
338 invert, CSSValueInvert
339 -webkit-isolate, CSSValueWebkitIsolate
340 -webkit-plaintext, CSSValueWebkitPlaintext
341 landscape, CSSValueLandscape
342 ledger, CSSValueLedger
343 legal, CSSValueLegal
344 letter, CSSValueLetter
345 level, CSSValueLevel
346 line-through, CSSValueLineThrough
347 local, CSSValueLocal
348 loud, CSSValueLoud
349 lower, CSSValueLower
350 -webkit-marquee, CSSValueWebkitMarquee
351 mix, CSSValueMix
352 no-close-quote, CSSValueNoCloseQuote
353 no-open-quote, CSSValueNoOpenQuote
354 nowrap, CSSValueNowrap
355 open-quote, CSSValueOpenQuote
356 overlay, CSSValueOverlay
357 overline, CSSValueOverline
358 portrait, CSSValuePortrait
359 pre, CSSValuePre
360 pre-line, CSSValuePreLine
361 pre-wrap, CSSValuePreWrap
362 relative, CSSValueRelative
363 scroll, CSSValueScroll
364 separate, CSSValueSeparate
365 show, CSSValueShow
366 static, CSSValueStatic
367 thick, CSSValueThick
368 thin, CSSValueThin
369 underline, CSSValueUnderline
370 -webkit-nowrap, CSSValueWebkitNowrap
371 stretch, CSSValueStretch
372 start, CSSValueStart
373 end, CSSValueEnd
374 reverse, CSSValueReverse
375 horizontal, CSSValueHorizontal
376 vertical, CSSValueVertical
377 inline-axis, CSSValueInlineAxis
378 block-axis, CSSValueBlockAxis
379 single, CSSValueSingle
380 multiple, CSSValueMultiple
381 row, CSSValueRow
382 row-reverse, CSSValueRowReverse
383 column, CSSValueColumn
384 column-reverse, CSSValueColumnReverse
385 forwards, CSSValueForwards
386 backwards, CSSValueBackwards
387 ahead, CSSValueAhead
388 up, CSSValueUp
389 down, CSSValueDown
390 slow, CSSValueSlow
391 fast, CSSValueFast
392 infinite, CSSValueInfinite
393 slide, CSSValueSlide
394 alternate, CSSValueAlternate
395 read-only, CSSValueReadOnly
396 read-write, CSSValueReadWrite
397 read-write-plaintext-only, CSSValueReadWritePlaintextOnly
398 element, CSSValueElement
399 ignore, CSSValueIgnore
400 intrinsic, CSSValueIntrinsic
401 min-intrinsic, CSSValueMinIntrinsic
402 clip, CSSValueClip
403 ellipsis, CSSValueEllipsis
404 discard, CSSValueDiscard
405 dot-dash, CSSValueDotDash
406 dot-dot-dash, CSSValueDotDotDash
407 wave, CSSValueWave
408 continuous, CSSValueContinuous
409 skip-white-space, CSSValueSkipWhiteSpace
410 break-all, CSSValueBreakAll
411 break-word, CSSValueBreakWord
412 space, CSSValueSpace
413 after-white-space, CSSValueAfterWhiteSpace
414 checkbox, CSSValueCheckbox
415 radio, CSSValueRadio
416 push-button, CSSValuePushButton
417 square-button, CSSValueSquareButton
418 button, CSSValueButton
419 button-bevel, CSSValueButtonBevel
420 default-button, CSSValueDefaultButton
421 inner-spin-button, CSSValueInnerSpinButton
422 -webkit-input-speech-button, CSSValueWebkitInputSpeechButton
423 list-button, CSSValueListButton
424 listbox, CSSValueListbox
425 listitem, CSSValueListitem
426 media-fullscreen-button, CSSValueMediaFullscreenButton
427 media-mute-button, CSSValueMediaMuteButton
428 media-play-button, CSSValueMediaPlayButton
429 media-seek-back-button, CSSValueMediaSeekBackButton
430 media-seek-forward-button, CSSValueMediaSeekForwardButton
431 media-rewind-button, CSSValueMediaRewindButton
432 media-return-to-realtime-button, CSSValueMediaReturnToRealtimeButton
433 media-toggle-closed-captions-button, CSSValueMediaToggleClosedCaptionsButton
434 media-slider, CSSValueMediaSlider
435 media-sliderthumb, CSSValueMediaSliderthumb
436 media-volume-slider-container, CSSValueMediaVolumeSliderContainer
437 media-volume-slider, CSSValueMediaVolumeSlider
438 media-volume-sliderthumb, CSSValueMediaVolumeSliderthumb
439 media-volume-slider-mute-button, CSSValueMediaVolumeSliderMuteButton
440 media-controls-background, CSSValueMediaControlsBackground
441 media-controls-fullscreen-background, CSSValueMediaControlsFullscreenBackground
442 media-current-time-display, CSSValueMediaCurrentTimeDisplay
443 media-time-remaining-display, CSSValueMediaTimeRemainingDisplay
444 menulist, CSSValueMenulist
445 menulist-button, CSSValueMenulistButton
446 menulist-text, CSSValueMenulistText
447 menulist-textfield, CSSValueMenulistTextfield
448 meter, CSSValueMeter
449 progress-bar, CSSValueProgressBar
450 progress-bar-value, CSSValueProgressBarValue
451 slider-horizontal, CSSValueSliderHorizontal
452 slider-vertical, CSSValueSliderVertical
453 sliderthumb-horizontal, CSSValueSliderthumbHorizontal
454 sliderthumb-vertical, CSSValueSliderthumbVertical
455 caret, CSSValueCaret
456 searchfield, CSSValueSearchfield
457 searchfield-decoration, CSSValueSearchfieldDecoration
458 searchfield-results-decoration, CSSValueSearchfieldResultsDecoration
459 searchfield-results-button, CSSValueSearchfieldResultsButton
460 searchfield-cancel-button, CSSValueSearchfieldCancelButton
461 textfield, CSSValueTextfield
462 datefield, CSSValueDatefield
463 relevancy-level-indicator, CSSValueRelevancyLevelIndicator
464 continuous-capacity-level-indicator, CSSValueContinuousCapacityLevelIndicator
465 discrete-capacity-level-indicator, CSSValueDiscreteCapacityLevelIndicator
466 rating-level-indicator, CSSValueRatingLevelIndicator
467 textarea, CSSValueTextarea
468 caps-lock-indicator, CSSValueCapsLockIndicator
469 round, CSSValueRound
470 border, CSSValueBorder
471 border-box, CSSValueBorderBox
472 content, CSSValueContent
473 content-box, CSSValueContentBox
474 padding, CSSValuePadding
475 padding-box, CSSValuePaddingBox
476 contain, CSSValueContain
477 cover, CSSValueCover
478 logical, CSSValueLogical
479 visual, CSSValueVisual
480 lines, CSSValueLines
481 running, CSSValueRunning
482 paused, CSSValuePaused
483 flat, CSSValueFlat
484 preserve-3d, CSSValuePreserve3d
485 ease, CSSValueEase
486 linear, CSSValueLinear
487 ease-in, CSSValueEaseIn
488 ease-out, CSSValueEaseOut
489 ease-in-out, CSSValueEaseInOut
490 step-start, CSSValueStepStart
491 step-end, CSSValueStepEnd
492 document, CSSValueDocument
493 reset, CSSValueReset
494 visiblepainted, CSSValueVisiblepainted
495 visiblefill, CSSValueVisiblefill
496 visiblestroke, CSSValueVisiblestroke
497 painted, CSSValuePainted
498 fill, CSSValueFill
499 stroke, CSSValueStroke
500 spell-out, CSSValueSpellOut
501 digits, CSSValueDigits
502 literal-punctuation, CSSValueLiteralPunctuation
503 no-punctuation, CSSValueNoPunctuation
504 antialiased, CSSValueAntialiased
505 subpixel-antialiased, CSSValueSubpixelAntialiased
506 optimizespeed, CSSValueOptimizespeed
507 optimizelegibility, CSSValueOptimizelegibility
508 geometricprecision, CSSValueGeometricprecision
509 economy, CSSValueEconomy
510 exact, CSSValueExact
511 srgb, CSSValueSrgb
512 floating, CSSValueFloating
513 fullscreen, CSSValueFullscreen
514 maximized, CSSValueMaximized
515 minimized, CSSValueMinimized
516 windowed, CSSValueWindowed
517 no-limit, CSSValueNoLimit
518 manual, CSSValueManual
519 lr, CSSValueLr
520 rl, CSSValueRl
521 tb, CSSValueTb
522 lr-tb, CSSValueLrTb
523 rl-tb, CSSValueRlTb
524 tb-rl, CSSValueTbRl
525 horizontal-tb, CSSValueHorizontalTb
526 vertical-rl, CSSValueVerticalRl
527 vertical-lr, CSSValueVerticalLr
528 horizontal-bt, CSSValueHorizontalBt
529 over, CSSValueOver
530 under, CSSValueUnder
531 filled, CSSValueFilled
532 open, CSSValueOpen
533 dot, CSSValueDot
534 double-circle, CSSValueDoubleCircle
535 triangle, CSSValueTriangle
536 sesame, CSSValueSesame
537 ellipse, CSSValueEllipse
538 closest-side, CSSValueClosestSide
539 closest-corner, CSSValueClosestCorner
540 farthest-side, CSSValueFarthestSide
541 farthest-corner, CSSValueFarthestCorner
542 upright, CSSValueUpright
543 vertical-right, CSSValueVerticalRight
544 font, CSSValueFont
545 glyphs, CSSValueGlyphs
546 inline-box, CSSValueInlineBox
547 replaced, CSSValueReplaced
548 bounds, CSSValueBounds
549 on, CSSValueOn
550 off, CSSValueOff
551 optimizequality, CSSValueOptimizequality
552 -webkit-optimize-contrast, CSSValueWebkitOptimizeContrast
553 -webkit-positioned, CSSValueWebkitPositioned
554 nonzero, CSSValueNonzero
555 evenodd, CSSValueEvenodd
556 break, CSSValueBreak
557 maximum, CSSValueMaximum
558 wrap, CSSValueWrap
559 aliceblue, CSSValueAliceblue
560 antiquewhite, CSSValueAntiquewhite
561 aquamarine, CSSValueAquamarine
562 azure, CSSValueAzure
563 beige, CSSValueBeige
564 bisque, CSSValueBisque
565 blanchedalmond, CSSValueBlanchedalmond
566 blueviolet, CSSValueBlueviolet
567 brown, CSSValueBrown
568 burlywood, CSSValueBurlywood
569 cadetblue, CSSValueCadetblue
570 chartreuse, CSSValueChartreuse
571 chocolate, CSSValueChocolate
572 coral, CSSValueCoral
573 cornflowerblue, CSSValueCornflowerblue
574 cornsilk, CSSValueCornsilk
575 crimson, CSSValueCrimson
576 cyan, CSSValueCyan
577 darkblue, CSSValueDarkblue
578 darkcyan, CSSValueDarkcyan
579 darkgoldenrod, CSSValueDarkgoldenrod
580 darkgray, CSSValueDarkgray
581 darkgreen, CSSValueDarkgreen
582 darkgrey, CSSValueDarkgrey
583 darkkhaki, CSSValueDarkkhaki
584 darkmagenta, CSSValueDarkmagenta
585 darkolivegreen, CSSValueDarkolivegreen
586 darkorange, CSSValueDarkorange
587 darkorchid, CSSValueDarkorchid
588 darkred, CSSValueDarkred
589 darksalmon, CSSValueDarksalmon
590 darkseagreen, CSSValueDarkseagreen
591 darkslateblue, CSSValueDarkslateblue
592 darkslategray, CSSValueDarkslategray
593 darkslategrey, CSSValueDarkslategrey
594 darkturquoise, CSSValueDarkturquoise
595 darkviolet, CSSValueDarkviolet
596 deeppink, CSSValueDeeppink
597 deepskyblue, CSSValueDeepskyblue
598 dimgray, CSSValueDimgray
599 dimgrey, CSSValueDimgrey
600 dodgerblue, CSSValueDodgerblue
601 firebrick, CSSValueFirebrick
602 floralwhite, CSSValueFloralwhite
603 forestgreen, CSSValueForestgreen
604 gainsboro, CSSValueGainsboro
605 ghostwhite, CSSValueGhostwhite
606 gold, CSSValueGold
607 goldenrod, CSSValueGoldenrod
608 greenyellow, CSSValueGreenyellow
609 honeydew, CSSValueHoneydew
610 hotpink, CSSValueHotpink
611 indianred, CSSValueIndianred
612 indigo, CSSValueIndigo
613 ivory, CSSValueIvory
614 khaki, CSSValueKhaki
615 lavender, CSSValueLavender
616 lavenderblush, CSSValueLavenderblush
617 lawngreen, CSSValueLawngreen
618 lemonchiffon, CSSValueLemonchiffon
619 lightblue, CSSValueLightblue
620 lightcoral, CSSValueLightcoral
621 lightcyan, CSSValueLightcyan
622 lightgoldenrodyellow, CSSValueLightgoldenrodyellow
623 lightgray, CSSValueLightgray
624 lightgreen, CSSValueLightgreen
625 lightgrey, CSSValueLightgrey
626 lightpink, CSSValueLightpink
627 lightsalmon, CSSValueLightsalmon
628 lightseagreen, CSSValueLightseagreen
629 lightskyblue, CSSValueLightskyblue
630 lightslategray, CSSValueLightslategray
631 lightslategrey, CSSValueLightslategrey
632 lightsteelblue, CSSValueLightsteelblue
633 lightyellow, CSSValueLightyellow
634 limegreen, CSSValueLimegreen
635 linen, CSSValueLinen
636 magenta, CSSValueMagenta
637 mediumaquamarine, CSSValueMediumaquamarine
638 mediumblue, CSSValueMediumblue
639 mediumorchid, CSSValueMediumorchid
640 mediumpurple, CSSValueMediumpurple
641 mediumseagreen, CSSValueMediumseagreen
642 mediumslateblue, CSSValueMediumslateblue
643 mediumspringgreen, CSSValueMediumspringgreen
644 mediumturquoise, CSSValueMediumturquoise
645 mediumvioletred, CSSValueMediumvioletred
646 midnightblue, CSSValueMidnightblue
647 mintcream, CSSValueMintcream
648 mistyrose, CSSValueMistyrose
649 moccasin, CSSValueMoccasin
650 navajowhite, CSSValueNavajowhite
651 oldlace, CSSValueOldlace
652 olivedrab, CSSValueOlivedrab
653 orangered, CSSValueOrangered
654 orchid, CSSValueOrchid
655 palegoldenrod, CSSValuePalegoldenrod
656 palegreen, CSSValuePalegreen
657 paleturquoise, CSSValuePaleturquoise
658 palevioletred, CSSValuePalevioletred
659 papayawhip, CSSValuePapayawhip
660 peachpuff, CSSValuePeachpuff
661 peru, CSSValuePeru
662 pink, CSSValuePink
663 plum, CSSValuePlum
664 powderblue, CSSValuePowderblue
665 rosybrown, CSSValueRosybrown
666 royalblue, CSSValueRoyalblue
667 saddlebrown, CSSValueSaddlebrown
668 salmon, CSSValueSalmon
669 sandybrown, CSSValueSandybrown
670 seagreen, CSSValueSeagreen
671 seashell, CSSValueSeashell
672 sienna, CSSValueSienna
673 skyblue, CSSValueSkyblue
674 slateblue, CSSValueSlateblue
675 slategray, CSSValueSlategray
676 slategrey, CSSValueSlategrey
677 snow, CSSValueSnow
678 springgreen, CSSValueSpringgreen
679 steelblue, CSSValueSteelblue
680 tan, CSSValueTan
681 thistle, CSSValueThistle
682 tomato, CSSValueTomato
683 turquoise, CSSValueTurquoise
684 violet, CSSValueViolet
685 wheat, CSSValueWheat
686 whitesmoke, CSSValueWhitesmoke
687 yellowgreen, CSSValueYellowgreen
688 accumulate, CSSValueAccumulate
689 new, CSSValueNew
690 linearrgb, CSSValueLinearrgb
691 crispedges, CSSValueCrispedges
692 butt, CSSValueButt
693 miter, CSSValueMiter
694 bevel, CSSValueBevel
695 before-edge, CSSValueBeforeEdge
696 after-edge, CSSValueAfterEdge
697 central, CSSValueCentral
698 text-before-edge, CSSValueTextBeforeEdge
699 text-after-edge, CSSValueTextAfterEdge
700 ideographic, CSSValueIdeographic
701 alphabetic, CSSValueAlphabetic
702 hanging, CSSValueHanging
703 mathematical, CSSValueMathematical
704 use-script, CSSValueUseScript
705 no-change, CSSValueNoChange
706 reset-size, CSSValueResetSize
707 non-scaling-stroke, CSSValueNonScalingStroke
708 %%
709 static const char* const valueList[] = {
710     "",
711     "inherit",
712     "initial",
713     "none",
714     "hidden",
715     "inset",
716     "groove",
717     "outset",
718     "ridge",
719     "dotted",
720     "dashed",
721     "solid",
722     "double",
723     "caption",
724     "icon",
725     "menu",
726     "message-box",
727     "small-caption",
728     "-webkit-mini-control",
729     "-webkit-small-control",
730     "-webkit-control",
731     "status-bar",
732     "italic",
733     "oblique",
734     "all",
735     "small-caps",
736     "normal",
737     "bold",
738     "bolder",
739     "lighter",
740     "100",
741     "200",
742     "300",
743     "400",
744     "500",
745     "600",
746     "700",
747     "800",
748     "900",
749     "xx-small",
750     "x-small",
751     "small",
752     "medium",
753     "large",
754     "x-large",
755     "xx-large",
756     "-webkit-xxx-large",
757     "smaller",
758     "larger",
759     "wider",
760     "narrower",
761     "ultra-condensed",
762     "extra-condensed",
763     "condensed",
764     "semi-condensed",
765     "semi-expanded",
766     "expanded",
767     "extra-expanded",
768     "ultra-expanded",
769     "serif",
770     "sans-serif",
771     "cursive",
772     "fantasy",
773     "monospace",
774     "-webkit-body",
775     "-webkit-pictograph",
776     "aqua",
777     "black",
778     "blue",
779     "fuchsia",
780     "gray",
781     "green",
782     "lime",
783     "maroon",
784     "navy",
785     "olive",
786     "orange",
787     "purple",
788     "red",
789     "silver",
790     "teal",
791     "white",
792     "yellow",
793     "transparent",
794     "-webkit-link",
795     "-webkit-activelink",
796     "activeborder",
797     "activecaption",
798     "appworkspace",
799     "background",
800     "buttonface",
801     "buttonhighlight",
802     "buttonshadow",
803     "buttontext",
804     "captiontext",
805     "graytext",
806     "highlight",
807     "highlighttext",
808     "inactiveborder",
809     "inactivecaption",
810     "inactivecaptiontext",
811     "infobackground",
812     "infotext",
813     "match",
814     "menutext",
815     "scrollbar",
816     "threeddarkshadow",
817     "threedface",
818     "threedhighlight",
819     "threedlightshadow",
820     "threedshadow",
821     "window",
822     "windowframe",
823     "windowtext",
824     "-webkit-focus-ring-color",
825     "currentcolor",
826     "grey",
827     "-webkit-text",
828     "repeat",
829     "repeat-x",
830     "repeat-y",
831     "no-repeat",
832     "clear",
833     "copy",
834     "source-over",
835     "source-in",
836     "source-out",
837     "source-atop",
838     "destination-over",
839     "destination-in",
840     "destination-out",
841     "destination-atop",
842     "xor",
843     "plus-darker",
844     "plus-lighter",
845     "baseline",
846     "middle",
847     "sub",
848     "super",
849     "text-top",
850     "text-bottom",
851     "top",
852     "bottom",
853     "-webkit-baseline-middle",
854     "-webkit-auto",
855     "left",
856     "right",
857     "center",
858     "justify",
859     "-webkit-left",
860     "-webkit-right",
861     "-webkit-center",
862     "-webkit-match-parent",
863     "outside",
864     "inside",
865     "disc",
866     "circle",
867     "square",
868     "decimal",
869     "decimal-leading-zero",
870     "arabic-indic",
871     "binary",
872     "bengali",
873     "cambodian",
874     "khmer",
875     "devanagari",
876     "gujarati",
877     "gurmukhi",
878     "kannada",
879     "lower-hexadecimal",
880     "lao",
881     "malayalam",
882     "mongolian",
883     "myanmar",
884     "octal",
885     "oriya",
886     "persian",
887     "urdu",
888     "telugu",
889     "tibetan",
890     "thai",
891     "upper-hexadecimal",
892     "lower-roman",
893     "upper-roman",
894     "lower-greek",
895     "lower-alpha",
896     "lower-latin",
897     "upper-alpha",
898     "upper-latin",
899     "afar",
900     "ethiopic-halehame-aa-et",
901     "ethiopic-halehame-aa-er",
902     "amharic",
903     "ethiopic-halehame-am-et",
904     "amharic-abegede",
905     "ethiopic-abegede-am-et",
906     "cjk-earthly-branch",
907     "cjk-heavenly-stem",
908     "ethiopic",
909     "ethiopic-halehame-gez",
910     "ethiopic-abegede",
911     "ethiopic-abegede-gez",
912     "hangul-consonant",
913     "hangul",
914     "lower-norwegian",
915     "oromo",
916     "ethiopic-halehame-om-et",
917     "sidama",
918     "ethiopic-halehame-sid-et",
919     "somali",
920     "ethiopic-halehame-so-et",
921     "tigre",
922     "ethiopic-halehame-tig",
923     "tigrinya-er",
924     "ethiopic-halehame-ti-er",
925     "tigrinya-er-abegede",
926     "ethiopic-abegede-ti-er",
927     "tigrinya-et",
928     "ethiopic-halehame-ti-et",
929     "tigrinya-et-abegede",
930     "ethiopic-abegede-ti-et",
931     "upper-greek",
932     "upper-norwegian",
933     "asterisks",
934     "footnotes",
935     "hebrew",
936     "armenian",
937     "lower-armenian",
938     "upper-armenian",
939     "georgian",
940     "cjk-ideographic",
941     "hiragana",
942     "katakana",
943     "hiragana-iroha",
944     "katakana-iroha",
945     "inline",
946     "block",
947     "list-item",
948     "run-in",
949     "compact",
950     "inline-block",
951     "table",
952     "inline-table",
953     "table-row-group",
954     "table-header-group",
955     "table-footer-group",
956     "table-row",
957     "table-column-group",
958     "table-column",
959     "table-cell",
960     "table-caption",
961     "-webkit-box",
962     "-webkit-inline-box",
963     "-webkit-flexbox",
964     "-webkit-inline-flexbox",
965     "auto",
966     "crosshair",
967     "default",
968     "pointer",
969     "move",
970     "vertical-text",
971     "cell",
972     "context-menu",
973     "alias",
974     "progress",
975     "no-drop",
976     "not-allowed",
977     "-webkit-zoom-in",
978     "-webkit-zoom-out",
979     "e-resize",
980     "ne-resize",
981     "nw-resize",
982     "n-resize",
983     "se-resize",
984     "sw-resize",
985     "s-resize",
986     "w-resize",
987     "ew-resize",
988     "ns-resize",
989     "nesw-resize",
990     "nwse-resize",
991     "col-resize",
992     "row-resize",
993     "text",
994     "wait",
995     "help",
996     "all-scroll",
997     "-webkit-grab",
998     "-webkit-grabbing",
999     "ltr",
1000     "rtl",
1001     "capitalize",
1002     "uppercase",
1003     "lowercase",
1004     "visible",
1005     "collapse",
1006     "a3",
1007     "a4",
1008     "a5",
1009     "above",
1010     "absolute",
1011     "always",
1012     "avoid",
1013     "b4",
1014     "b5",
1015     "below",
1016     "bidi-override",
1017     "blink",
1018     "both",
1019     "close-quote",
1020     "crop",
1021     "cross",
1022     "embed",
1023     "fixed",
1024     "hand",
1025     "hide",
1026     "higher",
1027     "invert",
1028     "-webkit-isolate",
1029     "-webkit-plaintext",
1030     "landscape",
1031     "ledger",
1032     "legal",
1033     "letter",
1034     "level",
1035     "line-through",
1036     "local",
1037     "loud",
1038     "lower",
1039     "-webkit-marquee",
1040     "mix",
1041     "no-close-quote",
1042     "no-open-quote",
1043     "nowrap",
1044     "open-quote",
1045     "overlay",
1046     "overline",
1047     "portrait",
1048     "pre",
1049     "pre-line",
1050     "pre-wrap",
1051     "relative",
1052     "scroll",
1053     "separate",
1054     "show",
1055     "static",
1056     "thick",
1057     "thin",
1058     "underline",
1059     "-webkit-nowrap",
1060     "stretch",
1061     "start",
1062     "end",
1063     "reverse",
1064     "horizontal",
1065     "vertical",
1066     "inline-axis",
1067     "block-axis",
1068     "single",
1069     "multiple",
1070     "row",
1071     "row-reverse",
1072     "column",
1073     "column-reverse",
1074     "forwards",
1075     "backwards",
1076     "ahead",
1077     "up",
1078     "down",
1079     "slow",
1080     "fast",
1081     "infinite",
1082     "slide",
1083     "alternate",
1084     "read-only",
1085     "read-write",
1086     "read-write-plaintext-only",
1087     "element",
1088     "ignore",
1089     "intrinsic",
1090     "min-intrinsic",
1091     "clip",
1092     "ellipsis",
1093     "discard",
1094     "dot-dash",
1095     "dot-dot-dash",
1096     "wave",
1097     "continuous",
1098     "skip-white-space",
1099     "break-all",
1100     "break-word",
1101     "space",
1102     "after-white-space",
1103     "checkbox",
1104     "radio",
1105     "push-button",
1106     "square-button",
1107     "button",
1108     "button-bevel",
1109     "default-button",
1110     "inner-spin-button",
1111     "-webkit-input-speech-button",
1112     "list-button",
1113     "listbox",
1114     "listitem",
1115     "media-fullscreen-button",
1116     "media-mute-button",
1117     "media-play-button",
1118     "media-seek-back-button",
1119     "media-seek-forward-button",
1120     "media-rewind-button",
1121     "media-return-to-realtime-button",
1122     "media-toggle-closed-captions-button",
1123     "media-slider",
1124     "media-sliderthumb",
1125     "media-volume-slider-container",
1126     "media-volume-slider",
1127     "media-volume-sliderthumb",
1128     "media-volume-slider-mute-button",
1129     "media-controls-background",
1130     "media-controls-fullscreen-background",
1131     "media-current-time-display",
1132     "media-time-remaining-display",
1133     "menulist",
1134     "menulist-button",
1135     "menulist-text",
1136     "menulist-textfield",
1137     "meter",
1138     "progress-bar",
1139     "progress-bar-value",
1140     "slider-horizontal",
1141     "slider-vertical",
1142     "sliderthumb-horizontal",
1143     "sliderthumb-vertical",
1144     "caret",
1145     "searchfield",
1146     "searchfield-decoration",
1147     "searchfield-results-decoration",
1148     "searchfield-results-button",
1149     "searchfield-cancel-button",
1150     "textfield",
1151     "datefield",
1152     "relevancy-level-indicator",
1153     "continuous-capacity-level-indicator",
1154     "discrete-capacity-level-indicator",
1155     "rating-level-indicator",
1156     "textarea",
1157     "caps-lock-indicator",
1158     "round",
1159     "border",
1160     "border-box",
1161     "content",
1162     "content-box",
1163     "padding",
1164     "padding-box",
1165     "contain",
1166     "cover",
1167     "logical",
1168     "visual",
1169     "lines",
1170     "running",
1171     "paused",
1172     "flat",
1173     "preserve-3d",
1174     "ease",
1175     "linear",
1176     "ease-in",
1177     "ease-out",
1178     "ease-in-out",
1179     "step-start",
1180     "step-end",
1181     "document",
1182     "reset",
1183     "visiblepainted",
1184     "visiblefill",
1185     "visiblestroke",
1186     "painted",
1187     "fill",
1188     "stroke",
1189     "spell-out",
1190     "digits",
1191     "literal-punctuation",
1192     "no-punctuation",
1193     "antialiased",
1194     "subpixel-antialiased",
1195     "optimizespeed",
1196     "optimizelegibility",
1197     "geometricprecision",
1198     "economy",
1199     "exact",
1200     "srgb",
1201     "floating",
1202     "fullscreen",
1203     "maximized",
1204     "minimized",
1205     "windowed",
1206     "no-limit",
1207     "manual",
1208     "lr",
1209     "rl",
1210     "tb",
1211     "lr-tb",
1212     "rl-tb",
1213     "tb-rl",
1214     "horizontal-tb",
1215     "vertical-rl",
1216     "vertical-lr",
1217     "horizontal-bt",
1218     "over",
1219     "under",
1220     "filled",
1221     "open",
1222     "dot",
1223     "double-circle",
1224     "triangle",
1225     "sesame",
1226     "ellipse",
1227     "closest-side",
1228     "closest-corner",
1229     "farthest-side",
1230     "farthest-corner",
1231     "upright",
1232     "vertical-right",
1233     "font",
1234     "glyphs",
1235     "inline-box",
1236     "replaced",
1237     "bounds",
1238     "on",
1239     "off",
1240     "optimizequality",
1241     "-webkit-optimize-contrast",
1242     "-webkit-positioned",
1243     "nonzero",
1244     "evenodd",
1245     "break",
1246     "maximum",
1247     "wrap",
1248     "aliceblue",
1249     "antiquewhite",
1250     "aquamarine",
1251     "azure",
1252     "beige",
1253     "bisque",
1254     "blanchedalmond",
1255     "blueviolet",
1256     "brown",
1257     "burlywood",
1258     "cadetblue",
1259     "chartreuse",
1260     "chocolate",
1261     "coral",
1262     "cornflowerblue",
1263     "cornsilk",
1264     "crimson",
1265     "cyan",
1266     "darkblue",
1267     "darkcyan",
1268     "darkgoldenrod",
1269     "darkgray",
1270     "darkgreen",
1271     "darkgrey",
1272     "darkkhaki",
1273     "darkmagenta",
1274     "darkolivegreen",
1275     "darkorange",
1276     "darkorchid",
1277     "darkred",
1278     "darksalmon",
1279     "darkseagreen",
1280     "darkslateblue",
1281     "darkslategray",
1282     "darkslategrey",
1283     "darkturquoise",
1284     "darkviolet",
1285     "deeppink",
1286     "deepskyblue",
1287     "dimgray",
1288     "dimgrey",
1289     "dodgerblue",
1290     "firebrick",
1291     "floralwhite",
1292     "forestgreen",
1293     "gainsboro",
1294     "ghostwhite",
1295     "gold",
1296     "goldenrod",
1297     "greenyellow",
1298     "honeydew",
1299     "hotpink",
1300     "indianred",
1301     "indigo",
1302     "ivory",
1303     "khaki",
1304     "lavender",
1305     "lavenderblush",
1306     "lawngreen",
1307     "lemonchiffon",
1308     "lightblue",
1309     "lightcoral",
1310     "lightcyan",
1311     "lightgoldenrodyellow",
1312     "lightgray",
1313     "lightgreen",
1314     "lightgrey",
1315     "lightpink",
1316     "lightsalmon",
1317     "lightseagreen",
1318     "lightskyblue",
1319     "lightslategray",
1320     "lightslategrey",
1321     "lightsteelblue",
1322     "lightyellow",
1323     "limegreen",
1324     "linen",
1325     "magenta",
1326     "mediumaquamarine",
1327     "mediumblue",
1328     "mediumorchid",
1329     "mediumpurple",
1330     "mediumseagreen",
1331     "mediumslateblue",
1332     "mediumspringgreen",
1333     "mediumturquoise",
1334     "mediumvioletred",
1335     "midnightblue",
1336     "mintcream",
1337     "mistyrose",
1338     "moccasin",
1339     "navajowhite",
1340     "oldlace",
1341     "olivedrab",
1342     "orangered",
1343     "orchid",
1344     "palegoldenrod",
1345     "palegreen",
1346     "paleturquoise",
1347     "palevioletred",
1348     "papayawhip",
1349     "peachpuff",
1350     "peru",
1351     "pink",
1352     "plum",
1353     "powderblue",
1354     "rosybrown",
1355     "royalblue",
1356     "saddlebrown",
1357     "salmon",
1358     "sandybrown",
1359     "seagreen",
1360     "seashell",
1361     "sienna",
1362     "skyblue",
1363     "slateblue",
1364     "slategray",
1365     "slategrey",
1366     "snow",
1367     "springgreen",
1368     "steelblue",
1369     "tan",
1370     "thistle",
1371     "tomato",
1372     "turquoise",
1373     "violet",
1374     "wheat",
1375     "whitesmoke",
1376     "yellowgreen",
1377     "accumulate",
1378     "new",
1379     "linearrgb",
1380     "crispedges",
1381     "butt",
1382     "miter",
1383     "bevel",
1384     "before-edge",
1385     "after-edge",
1386     "central",
1387     "text-before-edge",
1388     "text-after-edge",
1389     "ideographic",
1390     "alphabetic",
1391     "hanging",
1392     "mathematical",
1393     "use-script",
1394     "no-change",
1395     "reset-size",
1396     "non-scaling-stroke",
1397     0
1398 };
1399
1400 const Value* findValue(register const char* str, register unsigned int len)
1401 {
1402     return CSSValueKeywordsHash::findValueImpl(str, len);
1403 }
1404
1405 const char* getValueName(unsigned short id)
1406 {
1407     if (id >= numCSSValueKeywords || id <= 0)
1408         return 0;
1409     return valueList[id];
1410 }
1411
1412 } // namespace WebCore