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 Edge | Last removed from Safari | |
|---|---|---|
| First removed from Edge | 1 | |
| First removed from Safari | 4 |
5 APIs took an average of 1759.29 days to be removed
API breakdown:
| CSS APIs | CSS TTA | |
|---|---|---|
| 2020 | 1 | 2232.09 |
| 2021 | 4 | 1641.09 |
Below is a list of features that are deprecated in Edge and Safari
| API | First Browser | Date | Last Browser | Date | Days | Notes |
|---|---|---|---|---|---|---|
| css.at-rules.media.prefers-color-scheme.no-preference | Edge | 2/7/2020 | Safari | 9/20/2021 | ||
| css.properties.-webkit-mask-repeat-x | Safari | 9/20/2021 | Edge | 12/7/2023 | ||
| css.properties.-webkit-mask-repeat-y | Safari | 9/20/2021 | Edge | 12/7/2023 | ||
| css.properties.background-repeat-x 📋 | Safari | 9/20/2021 | Edge | 12/7/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 | Edge | 12/7/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. |