Skip to content

Commit b910b97

Browse files
authored
Merge pull request #159 from vio/update-properties
Update properties
2 parents 6debcc0 + eafb7cf commit b910b97

14 files changed

+6294
-9
lines changed

README.md

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

2020
| Name | Versions |
2121
|---|--:|
22-
| Chrome | 14 - 107 |
23-
| Firefox | 6 - 106 |
22+
| Chrome | 14 - 110 |
23+
| Firefox | 6 - 110 |
2424
| Edge | 13 - 18 |
2525
| 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 |
@@ -30,11 +30,11 @@ List of standard and browser specific CSS properties.
3030
| Name | Versions |
3131
|---|--:|
3232
| 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 |
33+
| Chrome for Android | 30, 35, 37, 44, 46, 51, 55 - 62, 64, 66 - 76, 78 - 79, 81, 83, 91, 94, 96, 100, 101, 110 |
34+
| Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85, 91, 99, 101, 106, 110 |
3535
| IE mobile | 11 |
36-
| Opera Mobile | 42.7, 43, 47.1 |
37-
| Samsung Internet | 4.0, 6.4, 7.4, 8.2, 9.0, 14.2 |
36+
| Opera Mobile | 42.7, 43, 47.1, 73.2 |
37+
| Samsung Internet | 4.0, 6.4, 7.4, 8.2, 9.0, 14.2, 19.0 |
3838
| UC Browser for Android | 11.2, 12.9, 12.10, 13.1, 13.4 |
3939

4040
## JavaScript API

data/all.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
"-ms-animation-play-state",
6161
"-webkit-animation-play-state",
6262
"animation-range",
63+
"animation-range-end",
64+
"animation-range-start",
6365
"animation-timing-function",
6466
"-moz-animation-timing-function",
6567
"-ms-animation-timing-function",
@@ -573,6 +575,7 @@
573575
"layout-grid-line",
574576
"layout-grid-mode",
575577
"layout-grid-type",
578+
"layout-order",
576579
"leading-trim",
577580
"left",
578581
"letter-spacing",
@@ -688,6 +691,8 @@
688691
"mask-type",
689692
"-webkit-mask",
690693
"-webkit-match-nearest-mail-blockquote-color",
694+
"math-depth",
695+
"math-shift",
691696
"math-style",
692697
"max-block-size",
693698
"max-height",
@@ -761,6 +766,16 @@
761766
"overflow-anchor",
762767
"overflow-block",
763768
"overflow-clip-margin",
769+
"overflow-clip-margin-block",
770+
"overflow-clip-margin-block-end",
771+
"overflow-clip-margin-block-start",
772+
"overflow-clip-margin-bottom",
773+
"overflow-clip-margin-inline",
774+
"overflow-clip-margin-inline-end",
775+
"overflow-clip-margin-inline-start",
776+
"overflow-clip-margin-left",
777+
"overflow-clip-margin-right",
778+
"overflow-clip-margin-top",
764779
"overflow-inline",
765780
"-webkit-overflow-scrolling",
766781
"-ms-overflow-style",
@@ -796,7 +811,6 @@
796811
"page-break-before",
797812
"page-break-inside",
798813
"page-orientation",
799-
"page-transition-tag",
800814
"paint-order",
801815
"pause",
802816
"pause-after",
@@ -831,6 +845,7 @@
831845
"quotes",
832846
"r",
833847
"range",
848+
"reading-order",
834849
"-webkit-region-break-after",
835850
"-webkit-region-break-before",
836851
"-webkit-region-break-inside",
@@ -1153,6 +1168,7 @@
11531168
"view-timeline-axis",
11541169
"view-timeline-inset",
11551170
"view-timeline-name",
1171+
"view-transition-name",
11561172
"viewport-fill",
11571173
"viewport-fill-opacity",
11581174
"viewport-fit",

0 commit comments

Comments
 (0)