WebCore/generated/CSSValueKeywords.h
changeset 0 4f2f89ce4247
child 2 303757a437d3
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 /* This file is automatically generated from CSSValueKeywords.in by makevalues, do not edit */
       
     2 
       
     3 #ifndef CSSValueKeywords_h
       
     4 #define CSSValueKeywords_h
       
     5 
       
     6 const int CSSValueInvalid = 0;
       
     7 const int CSSValueInherit = 1;
       
     8 const int CSSValueInitial = 2;
       
     9 const int CSSValueNone = 3;
       
    10 const int CSSValueHidden = 4;
       
    11 const int CSSValueInset = 5;
       
    12 const int CSSValueGroove = 6;
       
    13 const int CSSValueRidge = 7;
       
    14 const int CSSValueOutset = 8;
       
    15 const int CSSValueDotted = 9;
       
    16 const int CSSValueDashed = 10;
       
    17 const int CSSValueSolid = 11;
       
    18 const int CSSValueDouble = 12;
       
    19 const int CSSValueCaption = 13;
       
    20 const int CSSValueIcon = 14;
       
    21 const int CSSValueMenu = 15;
       
    22 const int CSSValueMessageBox = 16;
       
    23 const int CSSValueSmallCaption = 17;
       
    24 const int CSSValueWebkitMiniControl = 18;
       
    25 const int CSSValueWebkitSmallControl = 19;
       
    26 const int CSSValueWebkitControl = 20;
       
    27 const int CSSValueStatusBar = 21;
       
    28 const int CSSValueItalic = 22;
       
    29 const int CSSValueOblique = 23;
       
    30 const int CSSValueAll = 24;
       
    31 const int CSSValueSmallCaps = 25;
       
    32 const int CSSValueNormal = 26;
       
    33 const int CSSValueBold = 27;
       
    34 const int CSSValueBolder = 28;
       
    35 const int CSSValueLighter = 29;
       
    36 const int CSSValue100 = 30;
       
    37 const int CSSValue200 = 31;
       
    38 const int CSSValue300 = 32;
       
    39 const int CSSValue400 = 33;
       
    40 const int CSSValue500 = 34;
       
    41 const int CSSValue600 = 35;
       
    42 const int CSSValue700 = 36;
       
    43 const int CSSValue800 = 37;
       
    44 const int CSSValue900 = 38;
       
    45 const int CSSValueXxSmall = 39;
       
    46 const int CSSValueXSmall = 40;
       
    47 const int CSSValueSmall = 41;
       
    48 const int CSSValueMedium = 42;
       
    49 const int CSSValueLarge = 43;
       
    50 const int CSSValueXLarge = 44;
       
    51 const int CSSValueXxLarge = 45;
       
    52 const int CSSValueWebkitXxxLarge = 46;
       
    53 const int CSSValueSmaller = 47;
       
    54 const int CSSValueLarger = 48;
       
    55 const int CSSValueWider = 49;
       
    56 const int CSSValueNarrower = 50;
       
    57 const int CSSValueUltraCondensed = 51;
       
    58 const int CSSValueExtraCondensed = 52;
       
    59 const int CSSValueCondensed = 53;
       
    60 const int CSSValueSemiCondensed = 54;
       
    61 const int CSSValueSemiExpanded = 55;
       
    62 const int CSSValueExpanded = 56;
       
    63 const int CSSValueExtraExpanded = 57;
       
    64 const int CSSValueUltraExpanded = 58;
       
    65 const int CSSValueSerif = 59;
       
    66 const int CSSValueSansSerif = 60;
       
    67 const int CSSValueCursive = 61;
       
    68 const int CSSValueFantasy = 62;
       
    69 const int CSSValueMonospace = 63;
       
    70 const int CSSValueWebkitBody = 64;
       
    71 const int CSSValueAqua = 65;
       
    72 const int CSSValueBlack = 66;
       
    73 const int CSSValueBlue = 67;
       
    74 const int CSSValueFuchsia = 68;
       
    75 const int CSSValueGray = 69;
       
    76 const int CSSValueGreen = 70;
       
    77 const int CSSValueLime = 71;
       
    78 const int CSSValueMaroon = 72;
       
    79 const int CSSValueNavy = 73;
       
    80 const int CSSValueOlive = 74;
       
    81 const int CSSValueOrange = 75;
       
    82 const int CSSValuePurple = 76;
       
    83 const int CSSValueRed = 77;
       
    84 const int CSSValueSilver = 78;
       
    85 const int CSSValueTeal = 79;
       
    86 const int CSSValueWhite = 80;
       
    87 const int CSSValueYellow = 81;
       
    88 const int CSSValueTransparent = 82;
       
    89 const int CSSValueWebkitLink = 83;
       
    90 const int CSSValueWebkitActivelink = 84;
       
    91 const int CSSValueActiveborder = 85;
       
    92 const int CSSValueActivecaption = 86;
       
    93 const int CSSValueAppworkspace = 87;
       
    94 const int CSSValueBackground = 88;
       
    95 const int CSSValueButtonface = 89;
       
    96 const int CSSValueButtonhighlight = 90;
       
    97 const int CSSValueButtonshadow = 91;
       
    98 const int CSSValueButtontext = 92;
       
    99 const int CSSValueCaptiontext = 93;
       
   100 const int CSSValueGraytext = 94;
       
   101 const int CSSValueHighlight = 95;
       
   102 const int CSSValueHighlighttext = 96;
       
   103 const int CSSValueInactiveborder = 97;
       
   104 const int CSSValueInactivecaption = 98;
       
   105 const int CSSValueInactivecaptiontext = 99;
       
   106 const int CSSValueInfobackground = 100;
       
   107 const int CSSValueInfotext = 101;
       
   108 const int CSSValueMatch = 102;
       
   109 const int CSSValueMenutext = 103;
       
   110 const int CSSValueScrollbar = 104;
       
   111 const int CSSValueThreeddarkshadow = 105;
       
   112 const int CSSValueThreedface = 106;
       
   113 const int CSSValueThreedhighlight = 107;
       
   114 const int CSSValueThreedlightshadow = 108;
       
   115 const int CSSValueThreedshadow = 109;
       
   116 const int CSSValueWindow = 110;
       
   117 const int CSSValueWindowframe = 111;
       
   118 const int CSSValueWindowtext = 112;
       
   119 const int CSSValueWebkitFocusRingColor = 113;
       
   120 const int CSSValueCurrentcolor = 114;
       
   121 const int CSSValueGrey = 115;
       
   122 const int CSSValueWebkitText = 116;
       
   123 const int CSSValueRepeat = 117;
       
   124 const int CSSValueRepeatX = 118;
       
   125 const int CSSValueRepeatY = 119;
       
   126 const int CSSValueNoRepeat = 120;
       
   127 const int CSSValueClear = 121;
       
   128 const int CSSValueCopy = 122;
       
   129 const int CSSValueSourceOver = 123;
       
   130 const int CSSValueSourceIn = 124;
       
   131 const int CSSValueSourceOut = 125;
       
   132 const int CSSValueSourceAtop = 126;
       
   133 const int CSSValueDestinationOver = 127;
       
   134 const int CSSValueDestinationIn = 128;
       
   135 const int CSSValueDestinationOut = 129;
       
   136 const int CSSValueDestinationAtop = 130;
       
   137 const int CSSValueXor = 131;
       
   138 const int CSSValuePlusDarker = 132;
       
   139 const int CSSValuePlusLighter = 133;
       
   140 const int CSSValueBaseline = 134;
       
   141 const int CSSValueMiddle = 135;
       
   142 const int CSSValueSub = 136;
       
   143 const int CSSValueSuper = 137;
       
   144 const int CSSValueTextTop = 138;
       
   145 const int CSSValueTextBottom = 139;
       
   146 const int CSSValueTop = 140;
       
   147 const int CSSValueBottom = 141;
       
   148 const int CSSValueWebkitBaselineMiddle = 142;
       
   149 const int CSSValueWebkitAuto = 143;
       
   150 const int CSSValueLeft = 144;
       
   151 const int CSSValueRight = 145;
       
   152 const int CSSValueCenter = 146;
       
   153 const int CSSValueJustify = 147;
       
   154 const int CSSValueWebkitLeft = 148;
       
   155 const int CSSValueWebkitRight = 149;
       
   156 const int CSSValueWebkitCenter = 150;
       
   157 const int CSSValueOutside = 151;
       
   158 const int CSSValueInside = 152;
       
   159 const int CSSValueDisc = 153;
       
   160 const int CSSValueCircle = 154;
       
   161 const int CSSValueSquare = 155;
       
   162 const int CSSValueDecimal = 156;
       
   163 const int CSSValueDecimalLeadingZero = 157;
       
   164 const int CSSValueArabicIndic = 158;
       
   165 const int CSSValueBinary = 159;
       
   166 const int CSSValueBengali = 160;
       
   167 const int CSSValueCambodian = 161;
       
   168 const int CSSValueKhmer = 162;
       
   169 const int CSSValueDevanagari = 163;
       
   170 const int CSSValueGujarati = 164;
       
   171 const int CSSValueGurmukhi = 165;
       
   172 const int CSSValueKannada = 166;
       
   173 const int CSSValueLowerHexadecimal = 167;
       
   174 const int CSSValueLao = 168;
       
   175 const int CSSValueMalayalam = 169;
       
   176 const int CSSValueMongolian = 170;
       
   177 const int CSSValueMyanmar = 171;
       
   178 const int CSSValueOctal = 172;
       
   179 const int CSSValueOriya = 173;
       
   180 const int CSSValuePersian = 174;
       
   181 const int CSSValueUrdu = 175;
       
   182 const int CSSValueTelugu = 176;
       
   183 const int CSSValueTibetan = 177;
       
   184 const int CSSValueThai = 178;
       
   185 const int CSSValueUpperHexadecimal = 179;
       
   186 const int CSSValueLowerRoman = 180;
       
   187 const int CSSValueUpperRoman = 181;
       
   188 const int CSSValueLowerGreek = 182;
       
   189 const int CSSValueLowerAlpha = 183;
       
   190 const int CSSValueLowerLatin = 184;
       
   191 const int CSSValueUpperAlpha = 185;
       
   192 const int CSSValueUpperLatin = 186;
       
   193 const int CSSValueAfar = 187;
       
   194 const int CSSValueEthiopicHalehameAaEt = 188;
       
   195 const int CSSValueEthiopicHalehameAaEr = 189;
       
   196 const int CSSValueAmharic = 190;
       
   197 const int CSSValueEthiopicHalehameAmEt = 191;
       
   198 const int CSSValueAmharicAbegede = 192;
       
   199 const int CSSValueEthiopicAbegedeAmEt = 193;
       
   200 const int CSSValueCjkEarthlyBranch = 194;
       
   201 const int CSSValueCjkHeavenlyStem = 195;
       
   202 const int CSSValueEthiopic = 196;
       
   203 const int CSSValueEthiopicHalehameGez = 197;
       
   204 const int CSSValueEthiopicAbegede = 198;
       
   205 const int CSSValueEthiopicAbegedeGez = 199;
       
   206 const int CSSValueHangulConsonant = 200;
       
   207 const int CSSValueHangul = 201;
       
   208 const int CSSValueLowerNorwegian = 202;
       
   209 const int CSSValueOromo = 203;
       
   210 const int CSSValueEthiopicHalehameOmEt = 204;
       
   211 const int CSSValueSidama = 205;
       
   212 const int CSSValueEthiopicHalehameSidEt = 206;
       
   213 const int CSSValueSomali = 207;
       
   214 const int CSSValueEthiopicHalehameSoEt = 208;
       
   215 const int CSSValueTigre = 209;
       
   216 const int CSSValueEthiopicHalehameTig = 210;
       
   217 const int CSSValueTigrinyaEr = 211;
       
   218 const int CSSValueEthiopicHalehameTiEr = 212;
       
   219 const int CSSValueTigrinyaErAbegede = 213;
       
   220 const int CSSValueEthiopicAbegedeTiEr = 214;
       
   221 const int CSSValueTigrinyaEt = 215;
       
   222 const int CSSValueEthiopicHalehameTiEt = 216;
       
   223 const int CSSValueTigrinyaEtAbegede = 217;
       
   224 const int CSSValueEthiopicAbegedeTiEt = 218;
       
   225 const int CSSValueUpperGreek = 219;
       
   226 const int CSSValueUpperNorwegian = 220;
       
   227 const int CSSValueHebrew = 221;
       
   228 const int CSSValueArmenian = 222;
       
   229 const int CSSValueGeorgian = 223;
       
   230 const int CSSValueCjkIdeographic = 224;
       
   231 const int CSSValueHiragana = 225;
       
   232 const int CSSValueKatakana = 226;
       
   233 const int CSSValueHiraganaIroha = 227;
       
   234 const int CSSValueKatakanaIroha = 228;
       
   235 const int CSSValueInline = 229;
       
   236 const int CSSValueBlock = 230;
       
   237 const int CSSValueListItem = 231;
       
   238 const int CSSValueRunIn = 232;
       
   239 const int CSSValueCompact = 233;
       
   240 const int CSSValueInlineBlock = 234;
       
   241 const int CSSValueTable = 235;
       
   242 const int CSSValueInlineTable = 236;
       
   243 const int CSSValueTableRowGroup = 237;
       
   244 const int CSSValueTableHeaderGroup = 238;
       
   245 const int CSSValueTableFooterGroup = 239;
       
   246 const int CSSValueTableRow = 240;
       
   247 const int CSSValueTableColumnGroup = 241;
       
   248 const int CSSValueTableColumn = 242;
       
   249 const int CSSValueTableCell = 243;
       
   250 const int CSSValueTableCaption = 244;
       
   251 const int CSSValueWebkitBox = 245;
       
   252 const int CSSValueWebkitInlineBox = 246;
       
   253 const int CSSValueWapMarquee = 247;
       
   254 const int CSSValueAuto = 248;
       
   255 const int CSSValueCrosshair = 249;
       
   256 const int CSSValueDefault = 250;
       
   257 const int CSSValuePointer = 251;
       
   258 const int CSSValueMove = 252;
       
   259 const int CSSValueVerticalText = 253;
       
   260 const int CSSValueCell = 254;
       
   261 const int CSSValueContextMenu = 255;
       
   262 const int CSSValueAlias = 256;
       
   263 const int CSSValueProgress = 257;
       
   264 const int CSSValueNoDrop = 258;
       
   265 const int CSSValueNotAllowed = 259;
       
   266 const int CSSValueWebkitZoomIn = 260;
       
   267 const int CSSValueWebkitZoomOut = 261;
       
   268 const int CSSValueEResize = 262;
       
   269 const int CSSValueNeResize = 263;
       
   270 const int CSSValueNwResize = 264;
       
   271 const int CSSValueNResize = 265;
       
   272 const int CSSValueSeResize = 266;
       
   273 const int CSSValueSwResize = 267;
       
   274 const int CSSValueSResize = 268;
       
   275 const int CSSValueWResize = 269;
       
   276 const int CSSValueEwResize = 270;
       
   277 const int CSSValueNsResize = 271;
       
   278 const int CSSValueNeswResize = 272;
       
   279 const int CSSValueNwseResize = 273;
       
   280 const int CSSValueColResize = 274;
       
   281 const int CSSValueRowResize = 275;
       
   282 const int CSSValueText = 276;
       
   283 const int CSSValueWait = 277;
       
   284 const int CSSValueHelp = 278;
       
   285 const int CSSValueAllScroll = 279;
       
   286 const int CSSValueWebkitGrab = 280;
       
   287 const int CSSValueWebkitGrabbing = 281;
       
   288 const int CSSValueLtr = 282;
       
   289 const int CSSValueRtl = 283;
       
   290 const int CSSValueCapitalize = 284;
       
   291 const int CSSValueUppercase = 285;
       
   292 const int CSSValueLowercase = 286;
       
   293 const int CSSValueVisible = 287;
       
   294 const int CSSValueCollapse = 288;
       
   295 const int CSSValueA3 = 289;
       
   296 const int CSSValueA4 = 290;
       
   297 const int CSSValueA5 = 291;
       
   298 const int CSSValueAbove = 292;
       
   299 const int CSSValueAbsolute = 293;
       
   300 const int CSSValueAlways = 294;
       
   301 const int CSSValueAvoid = 295;
       
   302 const int CSSValueB4 = 296;
       
   303 const int CSSValueB5 = 297;
       
   304 const int CSSValueBelow = 298;
       
   305 const int CSSValueBidiOverride = 299;
       
   306 const int CSSValueBlink = 300;
       
   307 const int CSSValueBoth = 301;
       
   308 const int CSSValueCloseQuote = 302;
       
   309 const int CSSValueCrop = 303;
       
   310 const int CSSValueCross = 304;
       
   311 const int CSSValueEmbed = 305;
       
   312 const int CSSValueFixed = 306;
       
   313 const int CSSValueHand = 307;
       
   314 const int CSSValueHide = 308;
       
   315 const int CSSValueHigher = 309;
       
   316 const int CSSValueInvert = 310;
       
   317 const int CSSValueLandscape = 311;
       
   318 const int CSSValueLedger = 312;
       
   319 const int CSSValueLegal = 313;
       
   320 const int CSSValueLetter = 314;
       
   321 const int CSSValueLevel = 315;
       
   322 const int CSSValueLineThrough = 316;
       
   323 const int CSSValueLocal = 317;
       
   324 const int CSSValueLoud = 318;
       
   325 const int CSSValueLower = 319;
       
   326 const int CSSValueWebkitMarquee = 320;
       
   327 const int CSSValueMix = 321;
       
   328 const int CSSValueNoCloseQuote = 322;
       
   329 const int CSSValueNoOpenQuote = 323;
       
   330 const int CSSValueNowrap = 324;
       
   331 const int CSSValueOpenQuote = 325;
       
   332 const int CSSValueOverlay = 326;
       
   333 const int CSSValueOverline = 327;
       
   334 const int CSSValuePortrait = 328;
       
   335 const int CSSValuePre = 329;
       
   336 const int CSSValuePreLine = 330;
       
   337 const int CSSValuePreWrap = 331;
       
   338 const int CSSValueRelative = 332;
       
   339 const int CSSValueScroll = 333;
       
   340 const int CSSValueSeparate = 334;
       
   341 const int CSSValueShow = 335;
       
   342 const int CSSValueStatic = 336;
       
   343 const int CSSValueThick = 337;
       
   344 const int CSSValueThin = 338;
       
   345 const int CSSValueUnderline = 339;
       
   346 const int CSSValueWebkitNowrap = 340;
       
   347 const int CSSValueStretch = 341;
       
   348 const int CSSValueStart = 342;
       
   349 const int CSSValueEnd = 343;
       
   350 const int CSSValueReverse = 344;
       
   351 const int CSSValueHorizontal = 345;
       
   352 const int CSSValueVertical = 346;
       
   353 const int CSSValueInlineAxis = 347;
       
   354 const int CSSValueBlockAxis = 348;
       
   355 const int CSSValueSingle = 349;
       
   356 const int CSSValueMultiple = 350;
       
   357 const int CSSValueForwards = 351;
       
   358 const int CSSValueBackwards = 352;
       
   359 const int CSSValueAhead = 353;
       
   360 const int CSSValueUp = 354;
       
   361 const int CSSValueDown = 355;
       
   362 const int CSSValueSlow = 356;
       
   363 const int CSSValueFast = 357;
       
   364 const int CSSValueInfinite = 358;
       
   365 const int CSSValueSlide = 359;
       
   366 const int CSSValueAlternate = 360;
       
   367 const int CSSValueReadOnly = 361;
       
   368 const int CSSValueReadWrite = 362;
       
   369 const int CSSValueReadWritePlaintextOnly = 363;
       
   370 const int CSSValueElement = 364;
       
   371 const int CSSValueIgnore = 365;
       
   372 const int CSSValueIntrinsic = 366;
       
   373 const int CSSValueMinIntrinsic = 367;
       
   374 const int CSSValueClip = 368;
       
   375 const int CSSValueEllipsis = 369;
       
   376 const int CSSValueDiscard = 370;
       
   377 const int CSSValueDotDash = 371;
       
   378 const int CSSValueDotDotDash = 372;
       
   379 const int CSSValueWave = 373;
       
   380 const int CSSValueContinuous = 374;
       
   381 const int CSSValueSkipWhiteSpace = 375;
       
   382 const int CSSValueBreakAll = 376;
       
   383 const int CSSValueBreakWord = 377;
       
   384 const int CSSValueSpace = 378;
       
   385 const int CSSValueAfterWhiteSpace = 379;
       
   386 const int CSSValueCheckbox = 380;
       
   387 const int CSSValueRadio = 381;
       
   388 const int CSSValuePushButton = 382;
       
   389 const int CSSValueSquareButton = 383;
       
   390 const int CSSValueButton = 384;
       
   391 const int CSSValueButtonBevel = 385;
       
   392 const int CSSValueDefaultButton = 386;
       
   393 const int CSSValueInnerSpinButton = 387;
       
   394 const int CSSValueInputSpeechButton = 388;
       
   395 const int CSSValueListButton = 389;
       
   396 const int CSSValueListbox = 390;
       
   397 const int CSSValueListitem = 391;
       
   398 const int CSSValueMediaFullscreenButton = 392;
       
   399 const int CSSValueMediaMuteButton = 393;
       
   400 const int CSSValueMediaPlayButton = 394;
       
   401 const int CSSValueMediaSeekBackButton = 395;
       
   402 const int CSSValueMediaSeekForwardButton = 396;
       
   403 const int CSSValueMediaRewindButton = 397;
       
   404 const int CSSValueMediaReturnToRealtimeButton = 398;
       
   405 const int CSSValueMediaToggleClosedCaptionsButton = 399;
       
   406 const int CSSValueMediaSlider = 400;
       
   407 const int CSSValueMediaSliderthumb = 401;
       
   408 const int CSSValueMediaVolumeSliderContainer = 402;
       
   409 const int CSSValueMediaVolumeSlider = 403;
       
   410 const int CSSValueMediaVolumeSliderthumb = 404;
       
   411 const int CSSValueMediaVolumeSliderMuteButton = 405;
       
   412 const int CSSValueMediaControlsBackground = 406;
       
   413 const int CSSValueMediaCurrentTimeDisplay = 407;
       
   414 const int CSSValueMediaTimeRemainingDisplay = 408;
       
   415 const int CSSValueMenulist = 409;
       
   416 const int CSSValueMenulistButton = 410;
       
   417 const int CSSValueMenulistText = 411;
       
   418 const int CSSValueMenulistTextfield = 412;
       
   419 const int CSSValueMeter = 413;
       
   420 const int CSSValueOuterSpinButton = 414;
       
   421 const int CSSValueProgressBar = 415;
       
   422 const int CSSValueProgressBarValue = 416;
       
   423 const int CSSValueSliderHorizontal = 417;
       
   424 const int CSSValueSliderVertical = 418;
       
   425 const int CSSValueSliderthumbHorizontal = 419;
       
   426 const int CSSValueSliderthumbVertical = 420;
       
   427 const int CSSValueCaret = 421;
       
   428 const int CSSValueSearchfield = 422;
       
   429 const int CSSValueSearchfieldDecoration = 423;
       
   430 const int CSSValueSearchfieldResultsDecoration = 424;
       
   431 const int CSSValueSearchfieldResultsButton = 425;
       
   432 const int CSSValueSearchfieldCancelButton = 426;
       
   433 const int CSSValueTextfield = 427;
       
   434 const int CSSValueCapsLockIndicator = 428;
       
   435 const int CSSValueRelevancyLevelIndicator = 429;
       
   436 const int CSSValueContinuousCapacityLevelIndicator = 430;
       
   437 const int CSSValueDiscreteCapacityLevelIndicator = 431;
       
   438 const int CSSValueRatingLevelIndicator = 432;
       
   439 const int CSSValueTextarea = 433;
       
   440 const int CSSValueRound = 434;
       
   441 const int CSSValueBorder = 435;
       
   442 const int CSSValueBorderBox = 436;
       
   443 const int CSSValueContent = 437;
       
   444 const int CSSValueContentBox = 438;
       
   445 const int CSSValuePadding = 439;
       
   446 const int CSSValuePaddingBox = 440;
       
   447 const int CSSValueContain = 441;
       
   448 const int CSSValueCover = 442;
       
   449 const int CSSValueLogical = 443;
       
   450 const int CSSValueVisual = 444;
       
   451 const int CSSValueLines = 445;
       
   452 const int CSSValueRunning = 446;
       
   453 const int CSSValuePaused = 447;
       
   454 const int CSSValueFlat = 448;
       
   455 const int CSSValuePreserve3d = 449;
       
   456 const int CSSValueEase = 450;
       
   457 const int CSSValueLinear = 451;
       
   458 const int CSSValueEaseIn = 452;
       
   459 const int CSSValueEaseOut = 453;
       
   460 const int CSSValueEaseInOut = 454;
       
   461 const int CSSValueDocument = 455;
       
   462 const int CSSValueReset = 456;
       
   463 const int CSSValueVisiblepainted = 457;
       
   464 const int CSSValueVisiblefill = 458;
       
   465 const int CSSValueVisiblestroke = 459;
       
   466 const int CSSValuePainted = 460;
       
   467 const int CSSValueFill = 461;
       
   468 const int CSSValueStroke = 462;
       
   469 const int CSSValueAntialiased = 463;
       
   470 const int CSSValueSubpixelAntialiased = 464;
       
   471 const int CSSValueOptimizespeed = 465;
       
   472 const int CSSValueOptimizelegibility = 466;
       
   473 const int CSSValueGeometricprecision = 467;
       
   474 const int CSSValueSrgb = 468;
       
   475 const int CSSValueFloating = 469;
       
   476 const int CSSValueFullscreen = 470;
       
   477 const int CSSValueMaximized = 471;
       
   478 const int CSSValueMinimized = 472;
       
   479 const int CSSValueWindowed = 473;
       
   480 const int CSSValueManual = 474;
       
   481 const int CSSValueAliceblue = 475;
       
   482 const int CSSValueAntiquewhite = 476;
       
   483 const int CSSValueAquamarine = 477;
       
   484 const int CSSValueAzure = 478;
       
   485 const int CSSValueBeige = 479;
       
   486 const int CSSValueBisque = 480;
       
   487 const int CSSValueBlanchedalmond = 481;
       
   488 const int CSSValueBlueviolet = 482;
       
   489 const int CSSValueBrown = 483;
       
   490 const int CSSValueBurlywood = 484;
       
   491 const int CSSValueCadetblue = 485;
       
   492 const int CSSValueChartreuse = 486;
       
   493 const int CSSValueChocolate = 487;
       
   494 const int CSSValueCoral = 488;
       
   495 const int CSSValueCornflowerblue = 489;
       
   496 const int CSSValueCornsilk = 490;
       
   497 const int CSSValueCrimson = 491;
       
   498 const int CSSValueCyan = 492;
       
   499 const int CSSValueDarkblue = 493;
       
   500 const int CSSValueDarkcyan = 494;
       
   501 const int CSSValueDarkgoldenrod = 495;
       
   502 const int CSSValueDarkgray = 496;
       
   503 const int CSSValueDarkgreen = 497;
       
   504 const int CSSValueDarkgrey = 498;
       
   505 const int CSSValueDarkkhaki = 499;
       
   506 const int CSSValueDarkmagenta = 500;
       
   507 const int CSSValueDarkolivegreen = 501;
       
   508 const int CSSValueDarkorange = 502;
       
   509 const int CSSValueDarkorchid = 503;
       
   510 const int CSSValueDarkred = 504;
       
   511 const int CSSValueDarksalmon = 505;
       
   512 const int CSSValueDarkseagreen = 506;
       
   513 const int CSSValueDarkslateblue = 507;
       
   514 const int CSSValueDarkslategray = 508;
       
   515 const int CSSValueDarkslategrey = 509;
       
   516 const int CSSValueDarkturquoise = 510;
       
   517 const int CSSValueDarkviolet = 511;
       
   518 const int CSSValueDeeppink = 512;
       
   519 const int CSSValueDeepskyblue = 513;
       
   520 const int CSSValueDimgray = 514;
       
   521 const int CSSValueDimgrey = 515;
       
   522 const int CSSValueDodgerblue = 516;
       
   523 const int CSSValueFirebrick = 517;
       
   524 const int CSSValueFloralwhite = 518;
       
   525 const int CSSValueForestgreen = 519;
       
   526 const int CSSValueGainsboro = 520;
       
   527 const int CSSValueGhostwhite = 521;
       
   528 const int CSSValueGold = 522;
       
   529 const int CSSValueGoldenrod = 523;
       
   530 const int CSSValueGreenyellow = 524;
       
   531 const int CSSValueHoneydew = 525;
       
   532 const int CSSValueHotpink = 526;
       
   533 const int CSSValueIndianred = 527;
       
   534 const int CSSValueIndigo = 528;
       
   535 const int CSSValueIvory = 529;
       
   536 const int CSSValueKhaki = 530;
       
   537 const int CSSValueLavender = 531;
       
   538 const int CSSValueLavenderblush = 532;
       
   539 const int CSSValueLawngreen = 533;
       
   540 const int CSSValueLemonchiffon = 534;
       
   541 const int CSSValueLightblue = 535;
       
   542 const int CSSValueLightcoral = 536;
       
   543 const int CSSValueLightcyan = 537;
       
   544 const int CSSValueLightgoldenrodyellow = 538;
       
   545 const int CSSValueLightgray = 539;
       
   546 const int CSSValueLightgreen = 540;
       
   547 const int CSSValueLightgrey = 541;
       
   548 const int CSSValueLightpink = 542;
       
   549 const int CSSValueLightsalmon = 543;
       
   550 const int CSSValueLightseagreen = 544;
       
   551 const int CSSValueLightskyblue = 545;
       
   552 const int CSSValueLightslategray = 546;
       
   553 const int CSSValueLightslategrey = 547;
       
   554 const int CSSValueLightsteelblue = 548;
       
   555 const int CSSValueLightyellow = 549;
       
   556 const int CSSValueLimegreen = 550;
       
   557 const int CSSValueLinen = 551;
       
   558 const int CSSValueMagenta = 552;
       
   559 const int CSSValueMediumaquamarine = 553;
       
   560 const int CSSValueMediumblue = 554;
       
   561 const int CSSValueMediumorchid = 555;
       
   562 const int CSSValueMediumpurple = 556;
       
   563 const int CSSValueMediumseagreen = 557;
       
   564 const int CSSValueMediumslateblue = 558;
       
   565 const int CSSValueMediumspringgreen = 559;
       
   566 const int CSSValueMediumturquoise = 560;
       
   567 const int CSSValueMediumvioletred = 561;
       
   568 const int CSSValueMidnightblue = 562;
       
   569 const int CSSValueMintcream = 563;
       
   570 const int CSSValueMistyrose = 564;
       
   571 const int CSSValueMoccasin = 565;
       
   572 const int CSSValueNavajowhite = 566;
       
   573 const int CSSValueOldlace = 567;
       
   574 const int CSSValueOlivedrab = 568;
       
   575 const int CSSValueOrangered = 569;
       
   576 const int CSSValueOrchid = 570;
       
   577 const int CSSValuePalegoldenrod = 571;
       
   578 const int CSSValuePalegreen = 572;
       
   579 const int CSSValuePaleturquoise = 573;
       
   580 const int CSSValuePalevioletred = 574;
       
   581 const int CSSValuePapayawhip = 575;
       
   582 const int CSSValuePeachpuff = 576;
       
   583 const int CSSValuePeru = 577;
       
   584 const int CSSValuePink = 578;
       
   585 const int CSSValuePlum = 579;
       
   586 const int CSSValuePowderblue = 580;
       
   587 const int CSSValueRosybrown = 581;
       
   588 const int CSSValueRoyalblue = 582;
       
   589 const int CSSValueSaddlebrown = 583;
       
   590 const int CSSValueSalmon = 584;
       
   591 const int CSSValueSandybrown = 585;
       
   592 const int CSSValueSeagreen = 586;
       
   593 const int CSSValueSeashell = 587;
       
   594 const int CSSValueSienna = 588;
       
   595 const int CSSValueSkyblue = 589;
       
   596 const int CSSValueSlateblue = 590;
       
   597 const int CSSValueSlategray = 591;
       
   598 const int CSSValueSlategrey = 592;
       
   599 const int CSSValueSnow = 593;
       
   600 const int CSSValueSpringgreen = 594;
       
   601 const int CSSValueSteelblue = 595;
       
   602 const int CSSValueTan = 596;
       
   603 const int CSSValueThistle = 597;
       
   604 const int CSSValueTomato = 598;
       
   605 const int CSSValueTurquoise = 599;
       
   606 const int CSSValueViolet = 600;
       
   607 const int CSSValueWheat = 601;
       
   608 const int CSSValueWhitesmoke = 602;
       
   609 const int CSSValueYellowgreen = 603;
       
   610 const int CSSValueNonzero = 604;
       
   611 const int CSSValueEvenodd = 605;
       
   612 const int CSSValueAccumulate = 606;
       
   613 const int CSSValueNew = 607;
       
   614 const int CSSValueLinearrgb = 608;
       
   615 const int CSSValueOptimizequality = 609;
       
   616 const int CSSValueCrispedges = 610;
       
   617 const int CSSValueButt = 611;
       
   618 const int CSSValueMiter = 612;
       
   619 const int CSSValueBevel = 613;
       
   620 const int CSSValueBeforeEdge = 614;
       
   621 const int CSSValueAfterEdge = 615;
       
   622 const int CSSValueCentral = 616;
       
   623 const int CSSValueTextBeforeEdge = 617;
       
   624 const int CSSValueTextAfterEdge = 618;
       
   625 const int CSSValueIdeographic = 619;
       
   626 const int CSSValueAlphabetic = 620;
       
   627 const int CSSValueHanging = 621;
       
   628 const int CSSValueMathematical = 622;
       
   629 const int CSSValueUseScript = 623;
       
   630 const int CSSValueNoChange = 624;
       
   631 const int CSSValueResetSize = 625;
       
   632 const int CSSValueNonScalingStroke = 626;
       
   633 const int CSSValueLrTb = 627;
       
   634 const int CSSValueRlTb = 628;
       
   635 const int CSSValueTbRl = 629;
       
   636 const int CSSValueLr = 630;
       
   637 const int CSSValueRl = 631;
       
   638 const int CSSValueTb = 632;
       
   639 const int numCSSValueKeywords = 633;
       
   640 const size_t maxCSSValueKeywordLength = 35;
       
   641 
       
   642 const char* getValueName(unsigned short id);
       
   643 
       
   644 #endif // CSSValueKeywords_h