summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/generated/CSSValueKeywords.h
blob: 6d2667d864ead0fee4e54bc47380d943ca13ec86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
/* This file is automatically generated from CSSValueKeywords.in by makevalues, do not edit */

#ifndef CSSValues_h
#define CSSValues_h

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

const char* getValueName(unsigned short id);

#endif