Skip to content

Commit 7de5304

Browse files
authored
Merge pull request #144 from vio/updates
Update properties
2 parents 6c3dca9 + 4f95595 commit 7de5304

21 files changed

+9723
-8
lines changed

README.md

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

2020
| Name | Versions |
2121
|---|--:|
22-
| Chrome | 14 - 91 |
23-
| Firefox | 6 - 89 |
22+
| Chrome | 14 - 96 |
23+
| Firefox | 6 - 95 |
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 |
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 |
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 |
33-
| Chrome for Android | 30, 35, 37, 44, 46, 51, 55 - 62, 64, 66 - 76, 78 - 79, 81, 83, 91 |
34-
| Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85 |
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 |
3535
| IE mobile | 11 |
3636
| Opera Mobile | 42.7, 43, 47.1 |
37-
| Samsung Internet | 4.0, 6.4, 7.4, 8.2, 14.2 |
38-
| UC Browser for Android | 11.2, 12.9, 13.1, 13.4 |
37+
| Samsung Internet | 4.0, 6.4, 7.4, 8.2, 9.0, 14.2 |
38+
| UC Browser for Android | 11.2, 12.9, 12.10, 13.1, 13.4 |
3939

4040
## JavaScript API
4141

data/all.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"properties": [
3+
"-epub-caption-side",
4+
"-epub-hyphens",
5+
"-epub-text-combine",
6+
"-epub-text-emphasis",
7+
"-epub-text-emphasis-color",
8+
"-epub-text-emphasis-style",
9+
"-epub-text-orientation",
10+
"-epub-text-transform",
11+
"-epub-word-break",
12+
"-epub-writing-mode",
13+
"-internal-text-autosizing-status",
314
"accelerator",
415
"accent-color",
516
"-wap-accesskey",
@@ -51,6 +62,7 @@
5162
"-webkit-animation-timing-function",
5263
"-webkit-animation-trigger",
5364
"-webkit-animation",
65+
"app-region",
5466
"-webkit-app-region",
5567
"appearance",
5668
"-moz-appearance",
@@ -264,6 +276,7 @@
264276
"color",
265277
"color-adjust",
266278
"-webkit-color-correction",
279+
"-apple-color-filter",
267280
"color-interpolation",
268281
"color-interpolation-filters",
269282
"color-profile",
@@ -345,6 +358,16 @@
345358
"elevation",
346359
"empty-cells",
347360
"enable-background",
361+
"epub-caption-side",
362+
"epub-hyphens",
363+
"epub-text-combine",
364+
"epub-text-emphasis",
365+
"epub-text-emphasis-color",
366+
"epub-text-emphasis-style",
367+
"epub-text-orientation",
368+
"epub-text-transform",
369+
"epub-word-break",
370+
"epub-writing-mode",
348371
"fallback",
349372
"fill",
350373
"fill-break",
@@ -532,6 +555,7 @@
532555
"justify-content",
533556
"-webkit-justify-content",
534557
"justify-items",
558+
"-webkit-justify-items",
535559
"justify-self",
536560
"-webkit-justify-self",
537561
"kerning",
@@ -766,6 +790,8 @@
766790
"pause",
767791
"pause-after",
768792
"pause-before",
793+
"-apple-pay-button-style",
794+
"-apple-pay-button-type",
769795
"pen-action",
770796
"perspective",
771797
"-moz-perspective",
@@ -897,6 +923,7 @@
897923
"-webkit-shape-padding",
898924
"shape-rendering",
899925
"size",
926+
"size-adjust",
900927
"snap-height",
901928
"solid-color",
902929
"solid-opacity",
@@ -1043,6 +1070,7 @@
10431070
"-ms-touch-action",
10441071
"-webkit-touch-callout",
10451072
"-ms-touch-select",
1073+
"-apple-trailing-word",
10461074
"transform",
10471075
"transform-box",
10481076
"-moz-transform",

0 commit comments

Comments
 (0)