Skip to content

Commit

Permalink
Merge pull request #168 from known-css/update-properties
Browse files Browse the repository at this point in the history
Update properties
  • Loading branch information
vio authored Mar 7, 2024
2 parents e72c2da + f6cbda7 commit fee21cc
Show file tree
Hide file tree
Showing 15 changed files with 7,195 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ List of standard and browser specific CSS properties.

| Name | Versions |
|---|--:|
| Chrome | 14 - 118 |
| Firefox | 6 - 118 |
| Chrome | 14 - 122 |
| Firefox | 6 - 122 |
| 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, 16.5, 17.0 |
| 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 |
| Internet Explorer | 8 - 11 |
| Opera | 12.10, 12.14, 12.15, 12.16, 36 - 40, 45, 56, 58 |

### Mobile
| 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, 16.4, 17.0 |
| 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 |
| 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 |
| Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85, 91, 99, 101, 106, 110, 115, 118 |
| Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85, 91, 99, 101, 106, 110, 115, 118, 123 |
| IE mobile | 11 |
| 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, 22.0 |
| Samsung Internet | 4.0, 6.4, 7.4, 8.2, 9.0, 14.2, 19.0, 22.0, 23.0 |
| UC Browser for Android | 11.2, 12.9, 12.10, 13.1, 13.4 |

## JavaScript API
Expand Down
10 changes: 8 additions & 2 deletions data/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@
"buffered-rendering",
"caption-side",
"caret",
"caret-animation",
"caret-color",
"caret-shape",
"chains",
Expand Down Expand Up @@ -381,6 +382,7 @@
"epub-word-break",
"epub-writing-mode",
"fallback",
"field-sizing",
"fill",
"fill-break",
"fill-color",
Expand Down Expand Up @@ -474,6 +476,7 @@
"font-variant-position",
"font-variation-settings",
"font-weight",
"font-width",
"footnote-display",
"footnote-policy",
"-moz-force-broken-image-icon",
Expand Down Expand Up @@ -557,6 +560,7 @@
"-wap-input-required",
"input-security",
"inset",
"inset-area",
"inset-block",
"inset-block-end",
"inset-block-start",
Expand Down Expand Up @@ -840,8 +844,12 @@
"play-during",
"pointer-events",
"position",
"position-animation",
"position-fallback",
"position-fallback-bounds",
"position-try",
"position-try-options",
"position-try-order",
"prefix",
"print-color-adjust",
"-webkit-print-color-adjust",
Expand Down Expand Up @@ -1198,8 +1206,6 @@
"will-change",
"-moz-window-dragging",
"-moz-window-shadow",
"word-boundary-detection",
"word-boundary-expansion",
"word-break",
"word-space-transform",
"word-spacing",
Expand Down
Loading

0 comments on commit fee21cc

Please sign in to comment.