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 Safari | Last removed from Edge | |
|---|---|---|
| First removed from Safari | 4 | |
| First removed from Edge | 8 |
12 APIs took an average of 1171.83 days to be removed
API breakdown:
| DOM API APIs | DOM API TTA | CSS APIs | CSS TTA | |
|---|---|---|---|---|
| 2020 | 0 | NaN | 1 | 2319.66 |
| 2021 | 0 | NaN | 4 | 1728.66 |
| 2024 | 7 | 689.66 | 0 | NaN |
Below is a list of features that are deprecated in Safari and Edge
| API | First Browser | Date | Last Browser | Date | Days | Notes |
|---|---|---|---|---|---|---|
| api.MutationEvent | Edge | 7/25/2024 | Safari | 9/15/2025 | ||
| api.MutationEvent.attrChange | Edge | 7/25/2024 | Safari | 9/15/2025 | ||
| api.MutationEvent.attrName | Edge | 7/25/2024 | Safari | 9/15/2025 | ||
| api.MutationEvent.initMutationEvent | Edge | 7/25/2024 | Safari | 9/15/2025 | ||
| api.MutationEvent.newValue | Edge | 7/25/2024 | Safari | 9/15/2025 | ||
| api.MutationEvent.prevValue | Edge | 7/25/2024 | Safari | 9/15/2025 | ||
| api.MutationEvent.relatedNode | Edge | 7/25/2024 | Safari | 9/15/2025 |
| 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. |