Skip to content

Commit ab7c664

Browse files
authored
Merge pull request #152 from vio/updates
Updates
2 parents 7bcf76d + e551ab3 commit ab7c664

15 files changed

+6796
-6
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 - 96 |
23-
| Firefox | 6 - 95 |
22+
| Chrome | 14 - 100 |
23+
| Firefox | 6 - 99 |
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 |
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 |
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 |
33-
| Chrome for Android | 30, 35, 37, 44, 46, 51, 55 - 62, 64, 66 - 76, 78 - 79, 81, 83, 91, 94, 96 |
34-
| Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85, 91 |
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 |
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
"-moz-background-size",
109109
"-webkit-background-size",
110110
"-webkit-background",
111+
"base-palette",
111112
"baseline-shift",
112113
"baseline-source",
113114
"behavior",
@@ -326,6 +327,9 @@
326327
"contain-intrinsic-inline-size",
327328
"contain-intrinsic-size",
328329
"contain-intrinsic-width",
330+
"container",
331+
"container-name",
332+
"container-type",
329333
"content",
330334
"content-visibility",
331335
"-ms-content-zoom-chaining",
@@ -711,8 +715,10 @@
711715
"negative",
712716
"object-fit",
713717
"-o-object-fit",
718+
"object-overflow",
714719
"object-position",
715720
"-o-object-position",
721+
"object-view-box",
716722
"offset",
717723
"offset-anchor",
718724
"offset-block-end",
@@ -758,6 +764,7 @@
758764
"overflow-wrap",
759765
"overflow-x",
760766
"overflow-y",
767+
"override-colors",
761768
"overscroll-behavior",
762769
"overscroll-behavior-block",
763770
"overscroll-behavior-inline",

0 commit comments

Comments
 (0)