Skip to content

Commit fee21cc

Browse files
authored
Merge pull request #168 from known-css/update-properties
Update properties
2 parents e72c2da + f6cbda7 commit fee21cc

15 files changed

+7195
-11
lines changed

README.md

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

2020
| Name | Versions |
2121
|---|--:|
22-
| Chrome | 14 - 118 |
23-
| Firefox | 6 - 118 |
22+
| Chrome | 14 - 122 |
23+
| Firefox | 6 - 122 |
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, 15.1, 15.4, 16.0, 16.5, 17.0 |
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, 15.4, 16.0, 16.5, 17.0, 17.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, 15.1, 15.4, 15.6, 16.0, 16.4, 17.0 |
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, 15.4, 15.6, 16.0, 16.4, 17.0, 17.3 |
3333
| Chrome for Android | 30, 35, 37, 44, 46, 51, 55 - 62, 64, 66 - 76, 78 - 79, 81, 83, 91, 94, 96, 100, 101, 110, 113 - 114, 117 |
34-
| Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85, 91, 99, 101, 106, 110, 115, 118 |
34+
| Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85, 91, 99, 101, 106, 110, 115, 118, 123 |
3535
| IE mobile | 11 |
3636
| 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, 22.0 |
37+
| Samsung Internet | 4.0, 6.4, 7.4, 8.2, 9.0, 14.2, 19.0, 22.0, 23.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: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@
274274
"buffered-rendering",
275275
"caption-side",
276276
"caret",
277+
"caret-animation",
277278
"caret-color",
278279
"caret-shape",
279280
"chains",
@@ -381,6 +382,7 @@
381382
"epub-word-break",
382383
"epub-writing-mode",
383384
"fallback",
385+
"field-sizing",
384386
"fill",
385387
"fill-break",
386388
"fill-color",
@@ -474,6 +476,7 @@
474476
"font-variant-position",
475477
"font-variation-settings",
476478
"font-weight",
479+
"font-width",
477480
"footnote-display",
478481
"footnote-policy",
479482
"-moz-force-broken-image-icon",
@@ -557,6 +560,7 @@
557560
"-wap-input-required",
558561
"input-security",
559562
"inset",
563+
"inset-area",
560564
"inset-block",
561565
"inset-block-end",
562566
"inset-block-start",
@@ -840,8 +844,12 @@
840844
"play-during",
841845
"pointer-events",
842846
"position",
847+
"position-animation",
843848
"position-fallback",
844849
"position-fallback-bounds",
850+
"position-try",
851+
"position-try-options",
852+
"position-try-order",
845853
"prefix",
846854
"print-color-adjust",
847855
"-webkit-print-color-adjust",
@@ -1198,8 +1206,6 @@
11981206
"will-change",
11991207
"-moz-window-dragging",
12001208
"-moz-window-shadow",
1201-
"word-boundary-detection",
1202-
"word-boundary-expansion",
12031209
"word-break",
12041210
"word-space-transform",
12051211
"word-spacing",

0 commit comments

Comments
 (0)