Skip to content

Commit 9934736

Browse files
committed
ios safari 15.1
1 parent 43cab35 commit 9934736

File tree

3 files changed

+631
-1
lines changed

3 files changed

+631
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ List of standard and browser specific CSS properties.
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 |
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 |
3333
| Chrome for Android | 30, 35, 37, 44, 46, 51, 55 - 62, 64, 66 - 76, 78 - 79, 81, 83, 91 |
3434
| Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85 |
3535
| IE mobile | 11 |

data/all.json

Lines changed: 26 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",
@@ -264,6 +275,7 @@
264275
"color",
265276
"color-adjust",
266277
"-webkit-color-correction",
278+
"-apple-color-filter",
267279
"color-interpolation",
268280
"color-interpolation-filters",
269281
"color-profile",
@@ -345,6 +357,16 @@
345357
"elevation",
346358
"empty-cells",
347359
"enable-background",
360+
"epub-caption-side",
361+
"epub-hyphens",
362+
"epub-text-combine",
363+
"epub-text-emphasis",
364+
"epub-text-emphasis-color",
365+
"epub-text-emphasis-style",
366+
"epub-text-orientation",
367+
"epub-text-transform",
368+
"epub-word-break",
369+
"epub-writing-mode",
348370
"fallback",
349371
"fill",
350372
"fill-break",
@@ -532,6 +554,7 @@
532554
"justify-content",
533555
"-webkit-justify-content",
534556
"justify-items",
557+
"-webkit-justify-items",
535558
"justify-self",
536559
"-webkit-justify-self",
537560
"kerning",
@@ -766,6 +789,8 @@
766789
"pause",
767790
"pause-after",
768791
"pause-before",
792+
"-apple-pay-button-style",
793+
"-apple-pay-button-type",
769794
"pen-action",
770795
"perspective",
771796
"-moz-perspective",
@@ -1043,6 +1068,7 @@
10431068
"-ms-touch-action",
10441069
"-webkit-touch-callout",
10451070
"-ms-touch-select",
1071+
"-apple-trailing-word",
10461072
"transform",
10471073
"transform-box",
10481074
"-moz-transform",

0 commit comments

Comments
 (0)