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
@@ -0,0 +1,615 @@
1
+ "use strict";
2
+ // autogenerated - 2025-05-14
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
+ "block-step",
48
+ "block-step-align",
49
+ "block-step-insert",
50
+ "block-step-round",
51
+ "block-step-size",
52
+ "bookmark-label",
53
+ "bookmark-level",
54
+ "bookmark-state",
55
+ "border",
56
+ "border-block",
57
+ "border-block-color",
58
+ "border-block-end",
59
+ "border-block-end-color",
60
+ "border-block-end-style",
61
+ "border-block-end-width",
62
+ "border-block-start",
63
+ "border-block-start-color",
64
+ "border-block-start-style",
65
+ "border-block-start-width",
66
+ "border-block-style",
67
+ "border-block-width",
68
+ "border-bottom",
69
+ "border-bottom-color",
70
+ "border-bottom-left-radius",
71
+ "border-bottom-right-radius",
72
+ "border-bottom-style",
73
+ "border-bottom-width",
74
+ "border-boundary",
75
+ "border-collapse",
76
+ "border-color",
77
+ "border-end-end-radius",
78
+ "border-end-start-radius",
79
+ "border-image",
80
+ "border-image-outset",
81
+ "border-image-repeat",
82
+ "border-image-slice",
83
+ "border-image-source",
84
+ "border-image-width",
85
+ "border-inline",
86
+ "border-inline-color",
87
+ "border-inline-end",
88
+ "border-inline-end-color",
89
+ "border-inline-end-style",
90
+ "border-inline-end-width",
91
+ "border-inline-start",
92
+ "border-inline-start-color",
93
+ "border-inline-start-style",
94
+ "border-inline-start-width",
95
+ "border-inline-style",
96
+ "border-inline-width",
97
+ "border-left",
98
+ "border-left-color",
99
+ "border-left-style",
100
+ "border-left-width",
101
+ "border-radius",
102
+ "border-right",
103
+ "border-right-color",
104
+ "border-right-style",
105
+ "border-right-width",
106
+ "border-spacing",
107
+ "border-start-end-radius",
108
+ "border-start-start-radius",
109
+ "border-style",
110
+ "border-top",
111
+ "border-top-color",
112
+ "border-top-left-radius",
113
+ "border-top-right-radius",
114
+ "border-top-style",
115
+ "border-top-width",
116
+ "border-width",
117
+ "bottom",
118
+ "box-decoration-break",
119
+ "box-shadow",
120
+ "box-sizing",
121
+ "box-snap",
122
+ "break-after",
123
+ "break-before",
124
+ "break-inside",
125
+ "caption-side",
126
+ "caret",
127
+ "caret-color",
128
+ "caret-shape",
129
+ "clear",
130
+ "clip",
131
+ "clip-path",
132
+ "clip-rule",
133
+ "color",
134
+ "color-adjust",
135
+ "color-interpolation-filters",
136
+ "color-scheme",
137
+ "column-count",
138
+ "column-fill",
139
+ "column-gap",
140
+ "column-rule",
141
+ "column-rule-break",
142
+ "column-rule-color",
143
+ "column-rule-outset",
144
+ "column-rule-style",
145
+ "column-rule-width",
146
+ "column-span",
147
+ "column-width",
148
+ "columns",
149
+ "contain",
150
+ "contain-intrinsic-block-size",
151
+ "contain-intrinsic-height",
152
+ "contain-intrinsic-inline-size",
153
+ "contain-intrinsic-size",
154
+ "contain-intrinsic-width",
155
+ "container",
156
+ "container-name",
157
+ "container-type",
158
+ "content",
159
+ "content-visibility",
160
+ "continue",
161
+ "counter-increment",
162
+ "counter-reset",
163
+ "counter-set",
164
+ "cue",
165
+ "cue-after",
166
+ "cue-before",
167
+ "cursor",
168
+ "direction",
169
+ "display",
170
+ "dominant-baseline",
171
+ "dynamic-range-limit",
172
+ "elevation",
173
+ "empty-cells",
174
+ "fill",
175
+ "fill-break",
176
+ "fill-color",
177
+ "fill-image",
178
+ "fill-opacity",
179
+ "fill-origin",
180
+ "fill-position",
181
+ "fill-repeat",
182
+ "fill-rule",
183
+ "fill-size",
184
+ "filter",
185
+ "flex",
186
+ "flex-basis",
187
+ "flex-direction",
188
+ "flex-flow",
189
+ "flex-grow",
190
+ "flex-shrink",
191
+ "flex-wrap",
192
+ "float",
193
+ "float-defer",
194
+ "float-offset",
195
+ "float-reference",
196
+ "flood-color",
197
+ "flood-opacity",
198
+ "flow-from",
199
+ "flow-into",
200
+ "font",
201
+ "font-family",
202
+ "font-feature-settings",
203
+ "font-kerning",
204
+ "font-language-override",
205
+ "font-optical-sizing",
206
+ "font-palette",
207
+ "font-size",
208
+ "font-size-adjust",
209
+ "font-stretch",
210
+ "font-style",
211
+ "font-synthesis",
212
+ "font-synthesis-position",
213
+ "font-synthesis-small-caps",
214
+ "font-synthesis-style",
215
+ "font-synthesis-weight",
216
+ "font-variant",
217
+ "font-variant-alternates",
218
+ "font-variant-caps",
219
+ "font-variant-east-asian",
220
+ "font-variant-emoji",
221
+ "font-variant-ligatures",
222
+ "font-variant-numeric",
223
+ "font-variant-position",
224
+ "font-variation-settings",
225
+ "font-weight",
226
+ "font-width",
227
+ "footnote-display",
228
+ "footnote-policy",
229
+ "forced-color-adjust",
230
+ "gap",
231
+ "glyph-orientation-vertical",
232
+ "grid",
233
+ "grid-area",
234
+ "grid-auto-columns",
235
+ "grid-auto-flow",
236
+ "grid-auto-rows",
237
+ "grid-column",
238
+ "grid-column-end",
239
+ "grid-column-start",
240
+ "grid-row",
241
+ "grid-row-end",
242
+ "grid-row-start",
243
+ "grid-template",
244
+ "grid-template-areas",
245
+ "grid-template-columns",
246
+ "grid-template-rows",
247
+ "hanging-punctuation",
248
+ "height",
249
+ "hyphenate-character",
250
+ "hyphenate-limit-chars",
251
+ "hyphenate-limit-last",
252
+ "hyphenate-limit-lines",
253
+ "hyphenate-limit-zone",
254
+ "hyphens",
255
+ "image-orientation",
256
+ "image-rendering",
257
+ "image-resolution",
258
+ "initial-letter",
259
+ "initial-letter-align",
260
+ "initial-letter-wrap",
261
+ "inline-size",
262
+ "inline-sizing",
263
+ "inset",
264
+ "inset-block",
265
+ "inset-block-end",
266
+ "inset-block-start",
267
+ "inset-inline",
268
+ "inset-inline-end",
269
+ "inset-inline-start",
270
+ "interpolate-size",
271
+ "isolation",
272
+ "item-cross",
273
+ "item-direction",
274
+ "item-flow",
275
+ "item-pack",
276
+ "item-slack",
277
+ "item-track",
278
+ "item-wrap",
279
+ "justify-content",
280
+ "justify-items",
281
+ "justify-self",
282
+ "left",
283
+ "letter-spacing",
284
+ "lighting-color",
285
+ "line-break",
286
+ "line-clamp",
287
+ "line-fit-edge",
288
+ "line-grid",
289
+ "line-height",
290
+ "line-height-step",
291
+ "line-padding",
292
+ "line-snap",
293
+ "list-style",
294
+ "list-style-image",
295
+ "list-style-position",
296
+ "list-style-type",
297
+ "margin",
298
+ "margin-block",
299
+ "margin-block-end",
300
+ "margin-block-start",
301
+ "margin-bottom",
302
+ "margin-break",
303
+ "margin-inline",
304
+ "margin-inline-end",
305
+ "margin-inline-start",
306
+ "margin-left",
307
+ "margin-right",
308
+ "margin-top",
309
+ "margin-trim",
310
+ "marker",
311
+ "marker-end",
312
+ "marker-knockout-left",
313
+ "marker-knockout-right",
314
+ "marker-mid",
315
+ "marker-pattern",
316
+ "marker-segment",
317
+ "marker-side",
318
+ "marker-start",
319
+ "mask",
320
+ "mask-border",
321
+ "mask-border-mode",
322
+ "mask-border-outset",
323
+ "mask-border-repeat",
324
+ "mask-border-slice",
325
+ "mask-border-source",
326
+ "mask-border-width",
327
+ "mask-clip",
328
+ "mask-composite",
329
+ "mask-image",
330
+ "mask-mode",
331
+ "mask-origin",
332
+ "mask-position",
333
+ "mask-repeat",
334
+ "mask-size",
335
+ "mask-type",
336
+ "max-block-size",
337
+ "max-height",
338
+ "max-inline-size",
339
+ "max-lines",
340
+ "max-width",
341
+ "min-block-size",
342
+ "min-height",
343
+ "min-inline-size",
344
+ "min-intrinsic-sizing",
345
+ "min-width",
346
+ "mix-blend-mode",
347
+ "nav-down",
348
+ "nav-left",
349
+ "nav-right",
350
+ "nav-up",
351
+ "object-fit",
352
+ "object-position",
353
+ "offset",
354
+ "offset-anchor",
355
+ "offset-distance",
356
+ "offset-path",
357
+ "offset-position",
358
+ "offset-rotate",
359
+ "opacity",
360
+ "order",
361
+ "orphans",
362
+ "outline",
363
+ "outline-color",
364
+ "outline-offset",
365
+ "outline-style",
366
+ "outline-width",
367
+ "overflow",
368
+ "overflow-anchor",
369
+ "overflow-block",
370
+ "overflow-clip-margin",
371
+ "overflow-clip-margin-block",
372
+ "overflow-clip-margin-block-end",
373
+ "overflow-clip-margin-block-start",
374
+ "overflow-clip-margin-bottom",
375
+ "overflow-clip-margin-inline",
376
+ "overflow-clip-margin-inline-end",
377
+ "overflow-clip-margin-inline-start",
378
+ "overflow-clip-margin-left",
379
+ "overflow-clip-margin-right",
380
+ "overflow-clip-margin-top",
381
+ "overflow-inline",
382
+ "overflow-wrap",
383
+ "overflow-x",
384
+ "overflow-y",
385
+ "overscroll-behavior",
386
+ "overscroll-behavior-block",
387
+ "overscroll-behavior-inline",
388
+ "overscroll-behavior-x",
389
+ "overscroll-behavior-y",
390
+ "padding",
391
+ "padding-block",
392
+ "padding-block-end",
393
+ "padding-block-start",
394
+ "padding-bottom",
395
+ "padding-inline",
396
+ "padding-inline-end",
397
+ "padding-inline-start",
398
+ "padding-left",
399
+ "padding-right",
400
+ "padding-top",
401
+ "page",
402
+ "page-break-after",
403
+ "page-break-before",
404
+ "page-break-inside",
405
+ "pause",
406
+ "pause-after",
407
+ "pause-before",
408
+ "perspective",
409
+ "perspective-origin",
410
+ "pitch",
411
+ "pitch-range",
412
+ "place-content",
413
+ "place-items",
414
+ "place-self",
415
+ "play-during",
416
+ "position",
417
+ "position-anchor",
418
+ "position-area",
419
+ "position-try",
420
+ "position-try-fallbacks",
421
+ "position-try-order",
422
+ "position-visibility",
423
+ "print-color-adjust",
424
+ "quotes",
425
+ "reading-flow",
426
+ "region-fragment",
427
+ "resize",
428
+ "rest",
429
+ "rest-after",
430
+ "rest-before",
431
+ "richness",
432
+ "right",
433
+ "rotate",
434
+ "row-gap",
435
+ "row-rule",
436
+ "row-rule-break",
437
+ "row-rule-color",
438
+ "row-rule-outset",
439
+ "row-rule-style",
440
+ "row-rule-width",
441
+ "ruby-align",
442
+ "ruby-merge",
443
+ "ruby-overhang",
444
+ "ruby-position",
445
+ "rule",
446
+ "rule-break",
447
+ "rule-color",
448
+ "rule-outset",
449
+ "rule-paint-order",
450
+ "rule-style",
451
+ "rule-width",
452
+ "running",
453
+ "scale",
454
+ "scroll-behavior",
455
+ "scroll-margin",
456
+ "scroll-margin-block",
457
+ "scroll-margin-block-end",
458
+ "scroll-margin-block-start",
459
+ "scroll-margin-bottom",
460
+ "scroll-margin-inline",
461
+ "scroll-margin-inline-end",
462
+ "scroll-margin-inline-start",
463
+ "scroll-margin-left",
464
+ "scroll-margin-right",
465
+ "scroll-margin-top",
466
+ "scroll-marker-group",
467
+ "scroll-padding",
468
+ "scroll-padding-block",
469
+ "scroll-padding-block-end",
470
+ "scroll-padding-block-start",
471
+ "scroll-padding-bottom",
472
+ "scroll-padding-inline",
473
+ "scroll-padding-inline-end",
474
+ "scroll-padding-inline-start",
475
+ "scroll-padding-left",
476
+ "scroll-padding-right",
477
+ "scroll-padding-top",
478
+ "scroll-snap-align",
479
+ "scroll-snap-stop",
480
+ "scroll-snap-type",
481
+ "scroll-start-target",
482
+ "scroll-timeline",
483
+ "scroll-timeline-axis",
484
+ "scroll-timeline-name",
485
+ "scrollbar-color",
486
+ "scrollbar-gutter",
487
+ "scrollbar-width",
488
+ "shape-image-threshold",
489
+ "shape-inside",
490
+ "shape-margin",
491
+ "shape-outside",
492
+ "slider-orientation",
493
+ "spatial-navigation-action",
494
+ "spatial-navigation-contain",
495
+ "spatial-navigation-function",
496
+ "speak",
497
+ "speak-as",
498
+ "speak-header",
499
+ "speak-numeral",
500
+ "speak-punctuation",
501
+ "speech-rate",
502
+ "stress",
503
+ "string-set",
504
+ "stroke",
505
+ "stroke-align",
506
+ "stroke-alignment",
507
+ "stroke-break",
508
+ "stroke-color",
509
+ "stroke-dash-corner",
510
+ "stroke-dash-justify",
511
+ "stroke-dashadjust",
512
+ "stroke-dasharray",
513
+ "stroke-dashcorner",
514
+ "stroke-dashoffset",
515
+ "stroke-image",
516
+ "stroke-linecap",
517
+ "stroke-linejoin",
518
+ "stroke-miterlimit",
519
+ "stroke-opacity",
520
+ "stroke-origin",
521
+ "stroke-position",
522
+ "stroke-repeat",
523
+ "stroke-size",
524
+ "stroke-width",
525
+ "tab-size",
526
+ "table-layout",
527
+ "text-align",
528
+ "text-align-all",
529
+ "text-align-last",
530
+ "text-autospace",
531
+ "text-box",
532
+ "text-box-edge",
533
+ "text-box-trim",
534
+ "text-combine-upright",
535
+ "text-decoration",
536
+ "text-decoration-color",
537
+ "text-decoration-line",
538
+ "text-decoration-skip",
539
+ "text-decoration-skip-box",
540
+ "text-decoration-skip-ink",
541
+ "text-decoration-skip-inset",
542
+ "text-decoration-skip-self",
543
+ "text-decoration-skip-spaces",
544
+ "text-decoration-style",
545
+ "text-decoration-thickness",
546
+ "text-emphasis",
547
+ "text-emphasis-color",
548
+ "text-emphasis-position",
549
+ "text-emphasis-skip",
550
+ "text-emphasis-style",
551
+ "text-group-align",
552
+ "text-indent",
553
+ "text-justify",
554
+ "text-orientation",
555
+ "text-overflow",
556
+ "text-shadow",
557
+ "text-spacing",
558
+ "text-spacing-trim",
559
+ "text-transform",
560
+ "text-underline-offset",
561
+ "text-underline-position",
562
+ "text-wrap",
563
+ "text-wrap-mode",
564
+ "text-wrap-style",
565
+ "timeline-scope",
566
+ "top",
567
+ "transform",
568
+ "transform-box",
569
+ "transform-origin",
570
+ "transform-style",
571
+ "transition",
572
+ "transition-behavior",
573
+ "transition-delay",
574
+ "transition-duration",
575
+ "transition-property",
576
+ "transition-timing-function",
577
+ "translate",
578
+ "unicode-bidi",
579
+ "user-select",
580
+ "vertical-align",
581
+ "view-timeline",
582
+ "view-timeline-axis",
583
+ "view-timeline-inset",
584
+ "view-timeline-name",
585
+ "view-transition-class",
586
+ "view-transition-group",
587
+ "view-transition-name",
588
+ "visibility",
589
+ "voice-balance",
590
+ "voice-duration",
591
+ "voice-family",
592
+ "voice-pitch",
593
+ "voice-range",
594
+ "voice-rate",
595
+ "voice-stress",
596
+ "voice-volume",
597
+ "volume",
598
+ "white-space",
599
+ "white-space-collapse",
600
+ "white-space-trim",
601
+ "widows",
602
+ "width",
603
+ "will-change",
604
+ "word-break",
605
+ "word-space-transform",
606
+ "word-spacing",
607
+ "word-wrap",
608
+ "wrap-after",
609
+ "wrap-before",
610
+ "wrap-flow",
611
+ "wrap-inside",
612
+ "wrap-through",
613
+ "writing-mode",
614
+ "z-index"
615
+ ]);
@@ -1,10 +1,8 @@
1
-
2
- 'use strict';
3
- // autogenerated - 2025-03-09
1
+ "use strict";
2
+ // autogenerated - 2025-06-08
4
3
  // https://www.w3.org/Style/CSS/all-properties.en.html
5
4
 
6
5
  module.exports = new Set([
7
- "azimuth",
8
6
  "background",
9
7
  "background-attachment",
10
8
  "background-color",
@@ -37,7 +35,6 @@ module.exports = new Set([
37
35
  "clear",
38
36
  "clip",
39
37
  "color",
40
- "css-float",
41
38
  "flex",
42
39
  "flex-basis",
43
40
  "flex-grow",
@@ -68,19 +65,15 @@ module.exports = new Set([
68
65
  "padding-top",
69
66
  "right",
70
67
  "stop-color",
71
- "text-line-through-color",
72
- "text-overline-color",
73
- "text-underline-color",
74
68
  "top",
75
- "webkit-border-after-color",
76
- "webkit-border-before-color",
77
- "webkit-border-end-color",
78
- "webkit-border-start-color",
79
- "webkit-column-rule-color",
80
- "webkit-match-nearest-mail-blockquote-color",
81
- "webkit-tap-highlight-color",
82
- "webkit-text-emphasis-color",
83
- "webkit-text-fill-color",
84
- "webkit-text-stroke-color",
69
+ "-webkit-border-after-color",
70
+ "-webkit-border-before-color",
71
+ "-webkit-border-end-color",
72
+ "-webkit-border-start-color",
73
+ "-webkit-column-rule-color",
74
+ "-webkit-tap-highlight-color",
75
+ "-webkit-text-emphasis-color",
76
+ "-webkit-text-fill-color",
77
+ "-webkit-text-stroke-color",
85
78
  "width"
86
79
  ]);