Skip to content

Commit 93ca92e

Browse files
authored
Remove CSS properties, selectors and values that aren't supported (#1610)
1 parent 48c8367 commit 93ca92e

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

custom/css.json

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"-moz-force-broken-image-icon": {},
55
"-moz-image-region": {},
66
"-moz-orient": {
7-
"__values": ["auto", "inline", "block"]
7+
"__values": ["inline", "block"]
88
},
99
"-moz-user-focus": {},
1010
"-moz-user-input": {
11-
"__values": ["auto", "disabled", "enabled", "none"]
11+
"__values": ["auto", "none"]
1212
},
1313
"-webkit-animation-trigger": {},
1414
"-webkit-app-region": {},
@@ -36,7 +36,6 @@
3636
"-webkit-margin-after": {},
3737
"-webkit-margin-before": {},
3838
"-webkit-marquee": {},
39-
"-webkit-mask-attachment": {},
4039
"-webkit-mask-box-image-outset": {},
4140
"-webkit-mask-box-image-repeat": {},
4241
"-webkit-mask-box-image-slice": {},
@@ -54,7 +53,6 @@
5453
"-webkit-min-logical-height": {},
5554
"-webkit-min-logical-width": {},
5655
"-webkit-nbsp-mode": {},
57-
"-webkit-overflow-scrolling": {},
5856
"-webkit-perspective-origin-x": {},
5957
"-webkit-perspective-origin-y": {},
6058
"-webkit-rtl-ordering": {},
@@ -74,7 +72,6 @@
7472
"-webkit-transform-origin-z": {},
7573
"-webkit-user-drag": {},
7674
"-webkit-user-modify": {},
77-
"align-tracks": {},
7875
"alt": {},
7976
"animation-timing-function": {
8077
"__additional_values": {
@@ -369,7 +366,6 @@
369366
},
370367
"__values": ["max-content", "min-content"]
371368
},
372-
"justify-tracks": {},
373369
"layout-grid": {},
374370
"layout-grid-char": {},
375371
"layout-grid-line": {},
@@ -559,14 +555,6 @@
559555
"scroll-snap-points-y": {},
560556
"scroll-snap-type-x": {},
561557
"scroll-snap-type-y": {},
562-
"scrollbar-3dlight-color": {},
563-
"scrollbar-arrow-color": {},
564-
"scrollbar-base-color": {},
565-
"scrollbar-darkshadow-color": {},
566-
"scrollbar-face-color": {},
567-
"scrollbar-highlight-color": {},
568-
"scrollbar-shadow-color": {},
569-
"scrollbar-track-color": {},
570558
"shape-image-threshold": {
571559
"__additional_values": {
572560
"percentages": "50%"
@@ -597,9 +585,6 @@
597585
}
598586
},
599587
"text-combine-horizontal": {},
600-
"text-combine-upright": {
601-
"__values": ["digits"]
602-
},
603588
"text-decoration": {
604589
"__additional_values": {
605590
"includes_thickness": "solid underline purple 4px"
@@ -669,7 +654,6 @@
669654
},
670655
"touch-action": {
671656
"__values": [
672-
"double-tap-zoom",
673657
"manipulation",
674658
"none",
675659
"pinch-zoom",
@@ -704,9 +688,6 @@
704688
"user-modify": {
705689
"__values": ["read-write-plaintext-only"]
706690
},
707-
"user-select": {
708-
"__values": ["element"]
709-
},
710691
"user-zoom": {},
711692
"viewport-fit": {},
712693
"white-space": {
@@ -746,14 +727,10 @@
746727
"::-moz-focus-inner": {},
747728
"::-moz-list-bullet": {},
748729
"::-moz-list-number": {},
749-
"::-moz-page": {},
750-
"::-moz-page-sequence": {},
751730
"::-moz-progress-bar": {},
752731
"::-moz-range-progress": {},
753732
"::-moz-range-thumb": {},
754733
"::-moz-range-track": {},
755-
"::-moz-scrolled-page-sequence": {},
756-
"::-webkit-details-marker": {},
757734
"::-webkit-inner-spin-button": {},
758735
"::-webkit-meter-bar": {},
759736
"::-webkit-meter-even-less-good-value": {},

0 commit comments

Comments
 (0)