Skip to content

Commit

Permalink
Merge pull request #156 from vio/master
Browse files Browse the repository at this point in the history
Updates 2022/10/30
  • Loading branch information
vio committed Oct 30, 2022
2 parents 977435f + d1594d5 commit e2939e1
Show file tree
Hide file tree
Showing 23 changed files with 11,397 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ List of standard and browser specific CSS properties.

| Name | Versions |
|---|--:|
| Chrome | 14 - 100 |
| Firefox | 6 - 99 |
| Chrome | 14 - 107 |
| Firefox | 6 - 106 |
| Edge | 13 - 18 |
| 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 |
| 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 |
| Internet Explorer | 8 - 11 |
| Opera | 12.10, 12.14, 12.15, 12.16, 36 - 40, 45, 56, 58 |

### Mobile
| Name | Versions |
|---|--:|
| 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 |
| Chrome for Android | 30, 35, 37, 44, 46, 51, 55 - 62, 64, 66 - 76, 78 - 79, 81, 83, 91, 94, 96, 100 |
| Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85, 91, 99 |
| 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 |
| Chrome for Android | 30, 35, 37, 44, 46, 51, 55 - 62, 64, 66 - 76, 78 - 79, 81, 83, 91, 94, 96, 100, 101 |
| Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85, 91, 99, 101, 106 |
| IE mobile | 11 |
| Opera Mobile | 42.7, 43, 47.1 |
| Samsung Internet | 4.0, 6.4, 7.4, 8.2, 9.0, 14.2 |
Expand Down
14 changes: 13 additions & 1 deletion data/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@
"alt",
"-webkit-alt",
"animation",
"animation-composition",
"animation-delay",
"animation-delay-end",
"-moz-animation-delay",
"-ms-animation-delay",
"animation-delay-start",
"-webkit-animation-delay",
"animation-direction",
"-moz-animation-direction",
Expand Down Expand Up @@ -56,6 +59,7 @@
"-moz-animation-play-state",
"-ms-animation-play-state",
"-webkit-animation-play-state",
"animation-range",
"animation-timing-function",
"-moz-animation-timing-function",
"-ms-animation-timing-function",
Expand Down Expand Up @@ -715,7 +719,6 @@
"negative",
"object-fit",
"-o-object-fit",
"object-overflow",
"object-position",
"-o-object-position",
"object-view-box",
Expand Down Expand Up @@ -793,6 +796,7 @@
"page-break-before",
"page-break-inside",
"page-orientation",
"page-transition-tag",
"paint-order",
"pause",
"pause-after",
Expand Down Expand Up @@ -905,6 +909,9 @@
"scroll-snap-type-y",
"-ms-scroll-snap-x",
"-ms-scroll-snap-y",
"scroll-timeline",
"scroll-timeline-axis",
"scroll-timeline-name",
"-ms-scroll-translation",
"scrollbar-arrow-color",
"scrollbar-base-color",
Expand Down Expand Up @@ -1014,6 +1021,7 @@
"-moz-text-decoration-style",
"-webkit-text-decoration-style",
"text-decoration-thickness",
"text-decoration-trim",
"text-decoration-underline",
"-webkit-text-decoration",
"-webkit-text-decorations-in-effect",
Expand Down Expand Up @@ -1141,6 +1149,10 @@
"user-zoom",
"vector-effect",
"vertical-align",
"view-timeline",
"view-timeline-axis",
"view-timeline-inset",
"view-timeline-name",
"viewport-fill",
"viewport-fill-opacity",
"viewport-fit",
Expand Down
Loading

0 comments on commit e2939e1

Please sign in to comment.