Skip to content

Commit

Permalink
Merge pull request #159 from vio/update-properties
Browse files Browse the repository at this point in the history
Update properties
  • Loading branch information
vio committed Feb 18, 2023
2 parents 6debcc0 + eafb7cf commit b910b97
Show file tree
Hide file tree
Showing 14 changed files with 6,294 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ List of standard and browser specific CSS properties.

| Name | Versions |
|---|--:|
| Chrome | 14 - 107 |
| Firefox | 6 - 106 |
| Chrome | 14 - 110 |
| Firefox | 6 - 110 |
| 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, 16.0 |
| Internet Explorer | 8 - 11 |
Expand All @@ -30,11 +30,11 @@ List of standard and browser specific CSS properties.
| 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, 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 |
| Chrome for Android | 30, 35, 37, 44, 46, 51, 55 - 62, 64, 66 - 76, 78 - 79, 81, 83, 91, 94, 96, 100, 101, 110 |
| Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85, 91, 99, 101, 106, 110 |
| IE mobile | 11 |
| Opera Mobile | 42.7, 43, 47.1 |
| Samsung Internet | 4.0, 6.4, 7.4, 8.2, 9.0, 14.2 |
| Opera Mobile | 42.7, 43, 47.1, 73.2 |
| Samsung Internet | 4.0, 6.4, 7.4, 8.2, 9.0, 14.2, 19.0 |
| UC Browser for Android | 11.2, 12.9, 12.10, 13.1, 13.4 |

## JavaScript API
Expand Down
18 changes: 17 additions & 1 deletion data/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
"-ms-animation-play-state",
"-webkit-animation-play-state",
"animation-range",
"animation-range-end",
"animation-range-start",
"animation-timing-function",
"-moz-animation-timing-function",
"-ms-animation-timing-function",
Expand Down Expand Up @@ -573,6 +575,7 @@
"layout-grid-line",
"layout-grid-mode",
"layout-grid-type",
"layout-order",
"leading-trim",
"left",
"letter-spacing",
Expand Down Expand Up @@ -688,6 +691,8 @@
"mask-type",
"-webkit-mask",
"-webkit-match-nearest-mail-blockquote-color",
"math-depth",
"math-shift",
"math-style",
"max-block-size",
"max-height",
Expand Down Expand Up @@ -761,6 +766,16 @@
"overflow-anchor",
"overflow-block",
"overflow-clip-margin",
"overflow-clip-margin-block",
"overflow-clip-margin-block-end",
"overflow-clip-margin-block-start",
"overflow-clip-margin-bottom",
"overflow-clip-margin-inline",
"overflow-clip-margin-inline-end",
"overflow-clip-margin-inline-start",
"overflow-clip-margin-left",
"overflow-clip-margin-right",
"overflow-clip-margin-top",
"overflow-inline",
"-webkit-overflow-scrolling",
"-ms-overflow-style",
Expand Down Expand Up @@ -796,7 +811,6 @@
"page-break-before",
"page-break-inside",
"page-orientation",
"page-transition-tag",
"paint-order",
"pause",
"pause-after",
Expand Down Expand Up @@ -831,6 +845,7 @@
"quotes",
"r",
"range",
"reading-order",
"-webkit-region-break-after",
"-webkit-region-break-before",
"-webkit-region-break-inside",
Expand Down Expand Up @@ -1153,6 +1168,7 @@
"view-timeline-axis",
"view-timeline-inset",
"view-timeline-name",
"view-transition-name",
"viewport-fill",
"viewport-fill-opacity",
"viewport-fit",
Expand Down
Loading

0 comments on commit b910b97

Please sign in to comment.