Skip to content

Commit e2939e1

Browse files
authored
Merge pull request #156 from vio/master
Updates 2022/10/30
2 parents 977435f + d1594d5 commit e2939e1

23 files changed

+11397
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ List of standard and browser specific CSS properties.
1919

2020
| Name | Versions |
2121
|---|--:|
22-
| Chrome | 14 - 100 |
23-
| Firefox | 6 - 99 |
22+
| Chrome | 14 - 107 |
23+
| Firefox | 6 - 106 |
2424
| Edge | 13 - 18 |
25-
| Safari | 6, 6.2, 7 - 9, 9.1, 10.0, 11.0, 11.1, 12.0, 12.1, 13.0, 13.1, 14, 14.1, 15.1, 15.4 |
25+
| Safari | 6, 6.2, 7 - 9, 9.1, 10.0, 11.0, 11.1, 12.0, 12.1, 13.0, 13.1, 14, 14.1, 15.1, 15.4, 16.0 |
2626
| Internet Explorer | 8 - 11 |
2727
| Opera | 12.10, 12.14, 12.15, 12.16, 36 - 40, 45, 56, 58 |
2828

2929
### Mobile
3030
| Name | Versions |
3131
|---|--:|
32-
| iOS Safari | 6 - 8, 8.3, 9.0, 9.3, 10.0, 10.2, 10.3, 11.0, 11.2, 11.3, 11.4, 12.0 , 12.1, 13.1, 14, 14.1, 15.1, 15.4 |
33-
| Chrome for Android | 30, 35, 37, 44, 46, 51, 55 - 62, 64, 66 - 76, 78 - 79, 81, 83, 91, 94, 96, 100 |
34-
| Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85, 91, 99 |
32+
| iOS Safari | 6 - 8, 8.3, 9.0, 9.3, 10.0, 10.2, 10.3, 11.0, 11.2, 11.3, 11.4, 12.0 , 12.1, 13.1, 14, 14.1, 15.1, 15.4, 15.6, 16.0 |
33+
| Chrome for Android | 30, 35, 37, 44, 46, 51, 55 - 62, 64, 66 - 76, 78 - 79, 81, 83, 91, 94, 96, 100, 101 |
34+
| Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85, 91, 99, 101, 106 |
3535
| IE mobile | 11 |
3636
| Opera Mobile | 42.7, 43, 47.1 |
3737
| Samsung Internet | 4.0, 6.4, 7.4, 8.2, 9.0, 14.2 |

data/all.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@
2626
"alt",
2727
"-webkit-alt",
2828
"animation",
29+
"animation-composition",
2930
"animation-delay",
31+
"animation-delay-end",
3032
"-moz-animation-delay",
3133
"-ms-animation-delay",
34+
"animation-delay-start",
3235
"-webkit-animation-delay",
3336
"animation-direction",
3437
"-moz-animation-direction",
@@ -56,6 +59,7 @@
5659
"-moz-animation-play-state",
5760
"-ms-animation-play-state",
5861
"-webkit-animation-play-state",
62+
"animation-range",
5963
"animation-timing-function",
6064
"-moz-animation-timing-function",
6165
"-ms-animation-timing-function",
@@ -715,7 +719,6 @@
715719
"negative",
716720
"object-fit",
717721
"-o-object-fit",
718-
"object-overflow",
719722
"object-position",
720723
"-o-object-position",
721724
"object-view-box",
@@ -793,6 +796,7 @@
793796
"page-break-before",
794797
"page-break-inside",
795798
"page-orientation",
799+
"page-transition-tag",
796800
"paint-order",
797801
"pause",
798802
"pause-after",
@@ -905,6 +909,9 @@
905909
"scroll-snap-type-y",
906910
"-ms-scroll-snap-x",
907911
"-ms-scroll-snap-y",
912+
"scroll-timeline",
913+
"scroll-timeline-axis",
914+
"scroll-timeline-name",
908915
"-ms-scroll-translation",
909916
"scrollbar-arrow-color",
910917
"scrollbar-base-color",
@@ -1014,6 +1021,7 @@
10141021
"-moz-text-decoration-style",
10151022
"-webkit-text-decoration-style",
10161023
"text-decoration-thickness",
1024+
"text-decoration-trim",
10171025
"text-decoration-underline",
10181026
"-webkit-text-decoration",
10191027
"-webkit-text-decorations-in-effect",
@@ -1141,6 +1149,10 @@
11411149
"user-zoom",
11421150
"vector-effect",
11431151
"vertical-align",
1152+
"view-timeline",
1153+
"view-timeline-axis",
1154+
"view-timeline-inset",
1155+
"view-timeline-name",
11441156
"viewport-fill",
11451157
"viewport-fill-opacity",
11461158
"viewport-fit",

0 commit comments

Comments
 (0)