cssstyle 4.3.0 → 4.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/lib/CSSStyleDeclaration.js +545 -206
  2. package/lib/allExtraProperties.js +42 -60
  3. package/lib/allWebkitProperties.js +107 -187
  4. package/lib/generated/allProperties.js +615 -0
  5. package/lib/{implementedProperties.js → generated/implementedProperties.js} +11 -18
  6. package/lib/generated/properties.js +2574 -0
  7. package/lib/parsers.js +400 -544
  8. package/lib/properties/background.js +40 -13
  9. package/lib/properties/backgroundAttachment.js +23 -15
  10. package/lib/properties/backgroundColor.js +21 -19
  11. package/lib/properties/backgroundImage.js +19 -14
  12. package/lib/properties/backgroundPosition.js +35 -41
  13. package/lib/properties/backgroundRepeat.js +20 -20
  14. package/lib/properties/border.js +34 -25
  15. package/lib/properties/borderBottom.js +34 -11
  16. package/lib/properties/borderBottomColor.js +27 -8
  17. package/lib/properties/borderBottomStyle.js +42 -13
  18. package/lib/properties/borderBottomWidth.js +28 -8
  19. package/lib/properties/borderCollapse.js +16 -16
  20. package/lib/properties/borderColor.js +32 -18
  21. package/lib/properties/borderLeft.js +34 -11
  22. package/lib/properties/borderLeftColor.js +27 -8
  23. package/lib/properties/borderLeftStyle.js +42 -13
  24. package/lib/properties/borderLeftWidth.js +28 -8
  25. package/lib/properties/borderRight.js +34 -11
  26. package/lib/properties/borderRightColor.js +27 -8
  27. package/lib/properties/borderRightStyle.js +42 -13
  28. package/lib/properties/borderRightWidth.js +28 -8
  29. package/lib/properties/borderSpacing.js +31 -27
  30. package/lib/properties/borderStyle.js +43 -27
  31. package/lib/properties/borderTop.js +34 -11
  32. package/lib/properties/borderTopColor.js +27 -8
  33. package/lib/properties/borderTopStyle.js +42 -13
  34. package/lib/properties/borderTopWidth.js +28 -9
  35. package/lib/properties/borderWidth.js +32 -34
  36. package/lib/properties/bottom.js +23 -7
  37. package/lib/properties/clear.js +32 -8
  38. package/lib/properties/clip.js +33 -27
  39. package/lib/properties/color.js +23 -7
  40. package/lib/properties/flex.js +59 -29
  41. package/lib/properties/flexBasis.js +21 -16
  42. package/lib/properties/flexGrow.js +19 -10
  43. package/lib/properties/flexShrink.js +19 -10
  44. package/lib/properties/float.js +21 -6
  45. package/lib/properties/floodColor.js +23 -7
  46. package/lib/properties/font.js +120 -33
  47. package/lib/properties/fontFamily.js +59 -21
  48. package/lib/properties/fontSize.js +37 -28
  49. package/lib/properties/fontStyle.js +23 -9
  50. package/lib/properties/fontVariant.js +26 -8
  51. package/lib/properties/fontWeight.js +26 -23
  52. package/lib/properties/height.js +21 -14
  53. package/lib/properties/left.js +23 -7
  54. package/lib/properties/lightingColor.js +23 -7
  55. package/lib/properties/lineHeight.js +29 -16
  56. package/lib/properties/margin.js +42 -57
  57. package/lib/properties/marginBottom.js +34 -7
  58. package/lib/properties/marginLeft.js +34 -7
  59. package/lib/properties/marginRight.js +34 -7
  60. package/lib/properties/marginTop.js +34 -7
  61. package/lib/properties/opacity.js +39 -7
  62. package/lib/properties/outlineColor.js +23 -7
  63. package/lib/properties/padding.js +43 -51
  64. package/lib/properties/paddingBottom.js +36 -7
  65. package/lib/properties/paddingLeft.js +34 -7
  66. package/lib/properties/paddingRight.js +34 -7
  67. package/lib/properties/paddingTop.js +34 -7
  68. package/lib/properties/right.js +23 -7
  69. package/lib/properties/stopColor.js +23 -7
  70. package/lib/properties/top.js +23 -7
  71. package/lib/properties/webkitBorderAfterColor.js +23 -7
  72. package/lib/properties/webkitBorderBeforeColor.js +23 -7
  73. package/lib/properties/webkitBorderEndColor.js +23 -7
  74. package/lib/properties/webkitBorderStartColor.js +23 -7
  75. package/lib/properties/webkitColumnRuleColor.js +23 -7
  76. package/lib/properties/webkitTapHighlightColor.js +23 -7
  77. package/lib/properties/webkitTextEmphasisColor.js +23 -7
  78. package/lib/properties/webkitTextFillColor.js +23 -7
  79. package/lib/properties/webkitTextStrokeColor.js +23 -7
  80. package/lib/properties/width.js +21 -14
  81. package/lib/utils/camelize.js +35 -0
  82. package/lib/utils/propertyDescriptors.js +16 -0
  83. package/package.json +5 -4
  84. package/lib/allProperties.js +0 -529
  85. package/lib/constants.js +0 -6
  86. package/lib/named_colors.json +0 -152
  87. package/lib/properties/azimuth.js +0 -64
  88. package/lib/properties/cssFloat.js +0 -12
  89. package/lib/properties/textLineThroughColor.js +0 -14
  90. package/lib/properties/textOverlineColor.js +0 -14
  91. package/lib/properties/textUnderlineColor.js +0 -14
  92. package/lib/properties/webkitMatchNearestMailBlockquoteColor.js +0 -14
  93. package/lib/properties.js +0 -1672
  94. package/lib/utils/getBasicPropertyDescriptor.js +0 -14
@@ -1,529 +0,0 @@
1
- 'use strict';
2
- // autogenerated - 2024-09-07
3
- // https://www.w3.org/Style/CSS/all-properties.en.html
4
-
5
- module.exports = new Set([
6
- '-webkit-line-clamp',
7
- 'accent-color',
8
- 'align-content',
9
- 'align-items',
10
- 'align-self',
11
- 'alignment-baseline',
12
- 'all',
13
- 'anchor-name',
14
- 'anchor-scope',
15
- 'animation',
16
- 'animation-composition',
17
- 'animation-delay',
18
- 'animation-direction',
19
- 'animation-duration',
20
- 'animation-fill-mode',
21
- 'animation-iteration-count',
22
- 'animation-name',
23
- 'animation-play-state',
24
- 'animation-range',
25
- 'animation-range-end',
26
- 'animation-range-start',
27
- 'animation-timeline',
28
- 'animation-timing-function',
29
- 'appearance',
30
- 'aspect-ratio',
31
- 'azimuth',
32
- 'backface-visibility',
33
- 'background',
34
- 'background-attachment',
35
- 'background-blend-mode',
36
- 'background-clip',
37
- 'background-color',
38
- 'background-image',
39
- 'background-origin',
40
- 'background-position',
41
- 'background-repeat',
42
- 'background-size',
43
- 'baseline-shift',
44
- 'baseline-source',
45
- 'block-ellipsis',
46
- 'block-size',
47
- 'bookmark-label',
48
- 'bookmark-level',
49
- 'bookmark-state',
50
- 'border',
51
- 'border-block',
52
- 'border-block-color',
53
- 'border-block-end',
54
- 'border-block-end-color',
55
- 'border-block-end-style',
56
- 'border-block-end-width',
57
- 'border-block-start',
58
- 'border-block-start-color',
59
- 'border-block-start-style',
60
- 'border-block-start-width',
61
- 'border-block-style',
62
- 'border-block-width',
63
- 'border-bottom',
64
- 'border-bottom-color',
65
- 'border-bottom-left-radius',
66
- 'border-bottom-right-radius',
67
- 'border-bottom-style',
68
- 'border-bottom-width',
69
- 'border-boundary',
70
- 'border-collapse',
71
- 'border-color',
72
- 'border-end-end-radius',
73
- 'border-end-start-radius',
74
- 'border-image',
75
- 'border-image-outset',
76
- 'border-image-repeat',
77
- 'border-image-slice',
78
- 'border-image-source',
79
- 'border-image-width',
80
- 'border-inline',
81
- 'border-inline-color',
82
- 'border-inline-end',
83
- 'border-inline-end-color',
84
- 'border-inline-end-style',
85
- 'border-inline-end-width',
86
- 'border-inline-start',
87
- 'border-inline-start-color',
88
- 'border-inline-start-style',
89
- 'border-inline-start-width',
90
- 'border-inline-style',
91
- 'border-inline-width',
92
- 'border-left',
93
- 'border-left-color',
94
- 'border-left-style',
95
- 'border-left-width',
96
- 'border-radius',
97
- 'border-right',
98
- 'border-right-color',
99
- 'border-right-style',
100
- 'border-right-width',
101
- 'border-spacing',
102
- 'border-start-end-radius',
103
- 'border-start-start-radius',
104
- 'border-style',
105
- 'border-top',
106
- 'border-top-color',
107
- 'border-top-left-radius',
108
- 'border-top-right-radius',
109
- 'border-top-style',
110
- 'border-top-width',
111
- 'border-width',
112
- 'bottom',
113
- 'box-decoration-break',
114
- 'box-shadow',
115
- 'box-sizing',
116
- 'box-snap',
117
- 'break-after',
118
- 'break-before',
119
- 'break-inside',
120
- 'caption-side',
121
- 'caret',
122
- 'caret-color',
123
- 'caret-shape',
124
- 'clear',
125
- 'clip',
126
- 'clip-path',
127
- 'clip-rule',
128
- 'color',
129
- 'color-adjust',
130
- 'color-interpolation-filters',
131
- 'color-scheme',
132
- 'column-count',
133
- 'column-fill',
134
- 'column-gap',
135
- 'column-rule',
136
- 'column-rule-color',
137
- 'column-rule-style',
138
- 'column-rule-width',
139
- 'column-span',
140
- 'column-width',
141
- 'columns',
142
- 'contain',
143
- 'contain-intrinsic-block-size',
144
- 'contain-intrinsic-height',
145
- 'contain-intrinsic-inline-size',
146
- 'contain-intrinsic-size',
147
- 'contain-intrinsic-width',
148
- 'container',
149
- 'container-name',
150
- 'container-type',
151
- 'content',
152
- 'content-visibility',
153
- 'continue',
154
- 'counter-increment',
155
- 'counter-reset',
156
- 'counter-set',
157
- 'cue',
158
- 'cue-after',
159
- 'cue-before',
160
- 'cursor',
161
- 'direction',
162
- 'display',
163
- 'dominant-baseline',
164
- 'elevation',
165
- 'empty-cells',
166
- 'filter',
167
- 'flex',
168
- 'flex-basis',
169
- 'flex-direction',
170
- 'flex-flow',
171
- 'flex-grow',
172
- 'flex-shrink',
173
- 'flex-wrap',
174
- 'float',
175
- 'flood-color',
176
- 'flood-opacity',
177
- 'flow-from',
178
- 'flow-into',
179
- 'font',
180
- 'font-family',
181
- 'font-feature-settings',
182
- 'font-kerning',
183
- 'font-language-override',
184
- 'font-optical-sizing',
185
- 'font-palette',
186
- 'font-size',
187
- 'font-size-adjust',
188
- 'font-stretch',
189
- 'font-style',
190
- 'font-synthesis',
191
- 'font-synthesis-position',
192
- 'font-synthesis-small-caps',
193
- 'font-synthesis-style',
194
- 'font-synthesis-weight',
195
- 'font-variant',
196
- 'font-variant-alternates',
197
- 'font-variant-caps',
198
- 'font-variant-east-asian',
199
- 'font-variant-emoji',
200
- 'font-variant-ligatures',
201
- 'font-variant-numeric',
202
- 'font-variant-position',
203
- 'font-variation-settings',
204
- 'font-weight',
205
- 'font-width',
206
- 'footnote-display',
207
- 'footnote-policy',
208
- 'forced-color-adjust',
209
- 'gap',
210
- 'glyph-orientation-vertical',
211
- 'grid',
212
- 'grid-area',
213
- 'grid-auto-columns',
214
- 'grid-auto-flow',
215
- 'grid-auto-rows',
216
- 'grid-column',
217
- 'grid-column-end',
218
- 'grid-column-start',
219
- 'grid-row',
220
- 'grid-row-end',
221
- 'grid-row-start',
222
- 'grid-template',
223
- 'grid-template-areas',
224
- 'grid-template-columns',
225
- 'grid-template-rows',
226
- 'hanging-punctuation',
227
- 'height',
228
- 'hyphenate-character',
229
- 'hyphenate-limit-chars',
230
- 'hyphenate-limit-last',
231
- 'hyphenate-limit-lines',
232
- 'hyphenate-limit-zone',
233
- 'hyphens',
234
- 'image-orientation',
235
- 'image-rendering',
236
- 'image-resolution',
237
- 'initial-letter',
238
- 'initial-letter-align',
239
- 'initial-letter-wrap',
240
- 'inline-size',
241
- 'inline-sizing',
242
- 'inset',
243
- 'inset-area',
244
- 'inset-block',
245
- 'inset-block-end',
246
- 'inset-block-start',
247
- 'inset-inline',
248
- 'inset-inline-end',
249
- 'inset-inline-start',
250
- 'isolation',
251
- 'justify-content',
252
- 'justify-items',
253
- 'justify-self',
254
- 'left',
255
- 'letter-spacing',
256
- 'lighting-color',
257
- 'line-break',
258
- 'line-clamp',
259
- 'line-fit-edge',
260
- 'line-grid',
261
- 'line-height',
262
- 'line-padding',
263
- 'line-snap',
264
- 'list-style',
265
- 'list-style-image',
266
- 'list-style-position',
267
- 'list-style-type',
268
- 'margin',
269
- 'margin-block',
270
- 'margin-block-end',
271
- 'margin-block-start',
272
- 'margin-bottom',
273
- 'margin-inline',
274
- 'margin-inline-end',
275
- 'margin-inline-start',
276
- 'margin-left',
277
- 'margin-right',
278
- 'margin-top',
279
- 'margin-trim',
280
- 'marker-side',
281
- 'mask',
282
- 'mask-border',
283
- 'mask-border-mode',
284
- 'mask-border-outset',
285
- 'mask-border-repeat',
286
- 'mask-border-slice',
287
- 'mask-border-source',
288
- 'mask-border-width',
289
- 'mask-clip',
290
- 'mask-composite',
291
- 'mask-image',
292
- 'mask-mode',
293
- 'mask-origin',
294
- 'mask-position',
295
- 'mask-repeat',
296
- 'mask-size',
297
- 'mask-type',
298
- 'max-block-size',
299
- 'max-height',
300
- 'max-inline-size',
301
- 'max-lines',
302
- 'max-width',
303
- 'min-block-size',
304
- 'min-height',
305
- 'min-inline-size',
306
- 'min-intrinsic-sizing',
307
- 'min-width',
308
- 'mix-blend-mode',
309
- 'nav-down',
310
- 'nav-left',
311
- 'nav-right',
312
- 'nav-up',
313
- 'object-fit',
314
- 'object-position',
315
- 'offset',
316
- 'offset-anchor',
317
- 'offset-distance',
318
- 'offset-path',
319
- 'offset-position',
320
- 'offset-rotate',
321
- 'opacity',
322
- 'order',
323
- 'orphans',
324
- 'outline',
325
- 'outline-color',
326
- 'outline-offset',
327
- 'outline-style',
328
- 'outline-width',
329
- 'overflow',
330
- 'overflow-anchor',
331
- 'overflow-block',
332
- 'overflow-clip-margin',
333
- 'overflow-clip-margin-block',
334
- 'overflow-clip-margin-block-end',
335
- 'overflow-clip-margin-block-start',
336
- 'overflow-clip-margin-bottom',
337
- 'overflow-clip-margin-inline',
338
- 'overflow-clip-margin-inline-end',
339
- 'overflow-clip-margin-inline-start',
340
- 'overflow-clip-margin-left',
341
- 'overflow-clip-margin-right',
342
- 'overflow-clip-margin-top',
343
- 'overflow-inline',
344
- 'overflow-wrap',
345
- 'overflow-x',
346
- 'overflow-y',
347
- 'padding',
348
- 'padding-block',
349
- 'padding-block-end',
350
- 'padding-block-start',
351
- 'padding-bottom',
352
- 'padding-inline',
353
- 'padding-inline-end',
354
- 'padding-inline-start',
355
- 'padding-left',
356
- 'padding-right',
357
- 'padding-top',
358
- 'page',
359
- 'page-break-after',
360
- 'page-break-before',
361
- 'page-break-inside',
362
- 'pause',
363
- 'pause-after',
364
- 'pause-before',
365
- 'perspective',
366
- 'perspective-origin',
367
- 'pitch',
368
- 'pitch-range',
369
- 'place-content',
370
- 'place-items',
371
- 'place-self',
372
- 'play-during',
373
- 'position',
374
- 'position-anchor',
375
- 'position-try',
376
- 'position-try-options',
377
- 'position-try-order',
378
- 'print-color-adjust',
379
- 'quotes',
380
- 'region-fragment',
381
- 'resize',
382
- 'rest',
383
- 'rest-after',
384
- 'rest-before',
385
- 'richness',
386
- 'right',
387
- 'rotate',
388
- 'row-gap',
389
- 'ruby-align',
390
- 'ruby-merge',
391
- 'ruby-overhang',
392
- 'ruby-position',
393
- 'running',
394
- 'scale',
395
- 'scroll-behavior',
396
- 'scroll-margin',
397
- 'scroll-margin-block',
398
- 'scroll-margin-block-end',
399
- 'scroll-margin-block-start',
400
- 'scroll-margin-bottom',
401
- 'scroll-margin-inline',
402
- 'scroll-margin-inline-end',
403
- 'scroll-margin-inline-start',
404
- 'scroll-margin-left',
405
- 'scroll-margin-right',
406
- 'scroll-margin-top',
407
- 'scroll-padding',
408
- 'scroll-padding-block',
409
- 'scroll-padding-block-end',
410
- 'scroll-padding-block-start',
411
- 'scroll-padding-bottom',
412
- 'scroll-padding-inline',
413
- 'scroll-padding-inline-end',
414
- 'scroll-padding-inline-start',
415
- 'scroll-padding-left',
416
- 'scroll-padding-right',
417
- 'scroll-padding-top',
418
- 'scroll-snap-align',
419
- 'scroll-snap-stop',
420
- 'scroll-snap-type',
421
- 'scroll-timeline',
422
- 'scroll-timeline-axis',
423
- 'scroll-timeline-name',
424
- 'scrollbar-color',
425
- 'scrollbar-gutter',
426
- 'scrollbar-width',
427
- 'shape-image-threshold',
428
- 'shape-inside',
429
- 'shape-margin',
430
- 'shape-outside',
431
- 'spatial-navigation-action',
432
- 'spatial-navigation-contain',
433
- 'spatial-navigation-function',
434
- 'speak',
435
- 'speak-as',
436
- 'speak-header',
437
- 'speak-numeral',
438
- 'speak-punctuation',
439
- 'speech-rate',
440
- 'stress',
441
- 'string-set',
442
- 'tab-size',
443
- 'table-layout',
444
- 'text-align',
445
- 'text-align-all',
446
- 'text-align-last',
447
- 'text-autospace',
448
- 'text-box',
449
- 'text-box-edge',
450
- 'text-box-trim',
451
- 'text-combine-upright',
452
- 'text-decoration',
453
- 'text-decoration-color',
454
- 'text-decoration-line',
455
- 'text-decoration-skip',
456
- 'text-decoration-skip-box',
457
- 'text-decoration-skip-ink',
458
- 'text-decoration-skip-inset',
459
- 'text-decoration-skip-self',
460
- 'text-decoration-skip-spaces',
461
- 'text-decoration-style',
462
- 'text-decoration-thickness',
463
- 'text-emphasis',
464
- 'text-emphasis-color',
465
- 'text-emphasis-position',
466
- 'text-emphasis-skip',
467
- 'text-emphasis-style',
468
- 'text-group-align',
469
- 'text-indent',
470
- 'text-justify',
471
- 'text-orientation',
472
- 'text-overflow',
473
- 'text-shadow',
474
- 'text-spacing',
475
- 'text-spacing-trim',
476
- 'text-transform',
477
- 'text-underline-offset',
478
- 'text-underline-position',
479
- 'text-wrap',
480
- 'text-wrap-mode',
481
- 'text-wrap-style',
482
- 'timeline-scope',
483
- 'top',
484
- 'transform',
485
- 'transform-box',
486
- 'transform-origin',
487
- 'transform-style',
488
- 'transition',
489
- 'transition-delay',
490
- 'transition-duration',
491
- 'transition-property',
492
- 'transition-timing-function',
493
- 'translate',
494
- 'unicode-bidi',
495
- 'user-select',
496
- 'vertical-align',
497
- 'view-timeline',
498
- 'view-timeline-axis',
499
- 'view-timeline-inset',
500
- 'view-timeline-name',
501
- 'view-transition-name',
502
- 'visibility',
503
- 'voice-balance',
504
- 'voice-duration',
505
- 'voice-family',
506
- 'voice-pitch',
507
- 'voice-range',
508
- 'voice-rate',
509
- 'voice-stress',
510
- 'voice-volume',
511
- 'volume',
512
- 'white-space',
513
- 'white-space-collapse',
514
- 'white-space-trim',
515
- 'widows',
516
- 'width',
517
- 'will-change',
518
- 'word-break',
519
- 'word-space-transform',
520
- 'word-spacing',
521
- 'word-wrap',
522
- 'wrap-after',
523
- 'wrap-before',
524
- 'wrap-flow',
525
- 'wrap-inside',
526
- 'wrap-through',
527
- 'writing-mode',
528
- 'z-index',
529
- ]);
package/lib/constants.js DELETED
@@ -1,6 +0,0 @@
1
- 'use strict';
2
-
3
- module.exports.POSITION_AT_SHORTHAND = {
4
- first: 0,
5
- second: 1,
6
- };
@@ -1,152 +0,0 @@
1
- [
2
- "aliceblue",
3
- "antiquewhite",
4
- "aqua",
5
- "aquamarine",
6
- "azure",
7
- "beige",
8
- "bisque",
9
- "black",
10
- "blanchedalmond",
11
- "blue",
12
- "blueviolet",
13
- "brown",
14
- "burlywood",
15
- "cadetblue",
16
- "chartreuse",
17
- "chocolate",
18
- "coral",
19
- "cornflowerblue",
20
- "cornsilk",
21
- "crimson",
22
- "cyan",
23
- "darkblue",
24
- "darkcyan",
25
- "darkgoldenrod",
26
- "darkgray",
27
- "darkgreen",
28
- "darkgrey",
29
- "darkkhaki",
30
- "darkmagenta",
31
- "darkolivegreen",
32
- "darkorange",
33
- "darkorchid",
34
- "darkred",
35
- "darksalmon",
36
- "darkseagreen",
37
- "darkslateblue",
38
- "darkslategray",
39
- "darkslategrey",
40
- "darkturquoise",
41
- "darkviolet",
42
- "deeppink",
43
- "deepskyblue",
44
- "dimgray",
45
- "dimgrey",
46
- "dodgerblue",
47
- "firebrick",
48
- "floralwhite",
49
- "forestgreen",
50
- "fuchsia",
51
- "gainsboro",
52
- "ghostwhite",
53
- "gold",
54
- "goldenrod",
55
- "gray",
56
- "green",
57
- "greenyellow",
58
- "grey",
59
- "honeydew",
60
- "hotpink",
61
- "indianred",
62
- "indigo",
63
- "ivory",
64
- "khaki",
65
- "lavender",
66
- "lavenderblush",
67
- "lawngreen",
68
- "lemonchiffon",
69
- "lightblue",
70
- "lightcoral",
71
- "lightcyan",
72
- "lightgoldenrodyellow",
73
- "lightgray",
74
- "lightgreen",
75
- "lightgrey",
76
- "lightpink",
77
- "lightsalmon",
78
- "lightseagreen",
79
- "lightskyblue",
80
- "lightslategray",
81
- "lightslategrey",
82
- "lightsteelblue",
83
- "lightyellow",
84
- "lime",
85
- "limegreen",
86
- "linen",
87
- "magenta",
88
- "maroon",
89
- "mediumaquamarine",
90
- "mediumblue",
91
- "mediumorchid",
92
- "mediumpurple",
93
- "mediumseagreen",
94
- "mediumslateblue",
95
- "mediumspringgreen",
96
- "mediumturquoise",
97
- "mediumvioletred",
98
- "midnightblue",
99
- "mintcream",
100
- "mistyrose",
101
- "moccasin",
102
- "navajowhite",
103
- "navy",
104
- "oldlace",
105
- "olive",
106
- "olivedrab",
107
- "orange",
108
- "orangered",
109
- "orchid",
110
- "palegoldenrod",
111
- "palegreen",
112
- "paleturquoise",
113
- "palevioletred",
114
- "papayawhip",
115
- "peachpuff",
116
- "peru",
117
- "pink",
118
- "plum",
119
- "powderblue",
120
- "purple",
121
- "rebeccapurple",
122
- "red",
123
- "rosybrown",
124
- "royalblue",
125
- "saddlebrown",
126
- "salmon",
127
- "sandybrown",
128
- "seagreen",
129
- "seashell",
130
- "sienna",
131
- "silver",
132
- "skyblue",
133
- "slateblue",
134
- "slategray",
135
- "slategrey",
136
- "snow",
137
- "springgreen",
138
- "steelblue",
139
- "tan",
140
- "teal",
141
- "thistle",
142
- "tomato",
143
- "turquoise",
144
- "violet",
145
- "wheat",
146
- "white",
147
- "whitesmoke",
148
- "yellow",
149
- "yellowgreen",
150
- "transparent",
151
- "currentcolor"
152
- ]