For a given set of browsers, what APIs are removed in all of them how many days it take for the API to removed in the first browser to the last.
| Last removed from Chrome | Last removed from Safari | |
|---|---|---|
| First removed from Chrome | 2 | |
| First removed from Safari | 4 |
6 APIs took an average of 2001.42 days to be removed
API breakdown:
| CSS APIs | CSS TTA | |
|---|---|---|
| 2017 | 1 | 3209.08 |
| 2020 | 1 | 2235.08 |
| 2021 | 4 | 1641.08 |
Below is a list of features that are deprecated in Chrome and Safari
| API | First Browser | Date | Last Browser | Date | Days | Notes |
|---|---|---|---|---|---|---|
| css.at-rules.media.prefers-color-scheme.no-preference | Chrome | 2/4/2020 | Safari | 9/20/2021 | ||
| css.properties.-webkit-mask-repeat-x | Safari | 9/20/2021 | Chrome | 12/5/2023 | ||
| css.properties.-webkit-mask-repeat-y | Safari | 9/20/2021 | Chrome | 12/5/2023 | ||
| css.properties.background-repeat-x 📋 | Safari | 9/20/2021 | Chrome | 12/5/2023 | Safari: CSS.supports('background-repeat-x') returns true, but the property has no effect.Safari on iOS: CSS.supports('background-repeat-x') returns true, but the property has no effect.WebView on iOS: CSS.supports('background-repeat-x') returns true, but the property has no effect. | |
| css.properties.background-repeat-y 📋 | Safari | 9/20/2021 | Chrome | 12/5/2023 | Safari: CSS.supports('background-repeat-y') returns true, but the property has no effect.Safari on iOS: CSS.supports('background-repeat-y') returns true, but the property has no effect.WebView on iOS: CSS.supports('background-repeat-y') returns true, but the property has no effect. | |
| css.properties.zoom.reset | Chrome | 6/5/2017 | Safari | 3/31/2025 |