Skip to content

Commit e614b0d

Browse files
authored
Merge pull request #128 from vio/update-properties
Update properties
2 parents 4087a10 + dd23bcb commit e614b0d

13 files changed

+5251
-4
lines changed

README.md

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

2020
| Name | Versions |
2121
|---|--:|
22-
| Chrome | 14 - 85 |
23-
| Firefox | 6 - 80 |
22+
| Chrome | 14 - 88 |
23+
| Firefox | 6 - 85 |
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 |
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.4 |
2626
| Internet Explorer | 8 - 11 |
2727
| Opera | 12.10, 12.14, 12.15, 12.16, 36 - 40, 45, 56, 58 |
2828

@@ -31,7 +31,7 @@ List of standard and browser specific CSS properties.
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 |
3333
| Chrome for Android | 30, 35, 37, 44, 46, 51, 55 - 62, 64, 66 - 76, 78 - 79, 81, 83 |
34-
| Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81 |
34+
| Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85 |
3535
| IE mobile | 11 |
3636
| Opera Mobile | 42.7, 43, 47.1 |
3737
| Samsung Internet | 4.0, 6.4, 7.4, 8.2 |

data/all.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"properties": [
33
"accelerator",
4+
"accent-color",
45
"-wap-accesskey",
56
"align-content",
67
"-webkit-align-content",
@@ -53,6 +54,7 @@
5354
"appearance",
5455
"-moz-appearance",
5556
"-webkit-appearance",
57+
"ascent-override",
5658
"aspect-ratio",
5759
"-webkit-aspect-ratio",
5860
"audio-level",
@@ -305,7 +307,11 @@
305307
"-webkit-composition-fill-color",
306308
"-webkit-composition-frame-color",
307309
"contain",
310+
"contain-intrinsic-block-size",
311+
"contain-intrinsic-height",
312+
"contain-intrinsic-inline-size",
308313
"contain-intrinsic-size",
314+
"contain-intrinsic-width",
309315
"content",
310316
"content-visibility",
311317
"-ms-content-zoom-chaining",
@@ -330,6 +336,7 @@
330336
"d",
331337
"-apple-dashboard-region",
332338
"-webkit-dashboard-region",
339+
"descent-override",
333340
"direction",
334341
"display",
335342
"display-align",
@@ -541,6 +548,7 @@
541548
"-webkit-line-break",
542549
"line-clamp",
543550
"-webkit-line-clamp",
551+
"line-gap-override",
544552
"line-grid",
545553
"-webkit-line-grid-snap",
546554
"-webkit-line-grid",
@@ -656,6 +664,7 @@
656664
"min-block-size",
657665
"min-height",
658666
"min-inline-size",
667+
"min-intrinsic-sizing",
659668
"-webkit-min-logical-height",
660669
"-webkit-min-logical-width",
661670
"min-width",

0 commit comments

Comments
 (0)