Deprecated

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.

Example Comparisons
Browsers
Features

Summary

A count of the number of APIs that were removed from A first and B last.
Last removed from EdgeLast removed from Safari
First removed from Edge 1
First removed from Safari 4

Average time for an API to be removed across Edge and Safari

5 APIs took an average of 1759.29 days to be removed

API breakdown:

Average time to landing by year of first deprecation

If a feature is deprecated in the earliest browser in 20XX it took Y days on average to become deprecated in the last browser (when considering Edge and Safari). TTA (time to available).
CSS APIsCSS TTA
2020 12232.09
2021 41641.09

Deprecated APIs

Below is a list of features that are deprecated in Edge and Safari

Raw Data

Quick Links:

CSS Data

API First Browser Date Last Browser Date Days Notes
css.at-rules.media.prefers-color-scheme.no-preference Edge2/7/2020 Safari9/20/2021
css.properties.-webkit-mask-repeat-x Safari9/20/2021 Edge12/7/2023
css.properties.-webkit-mask-repeat-y Safari9/20/2021 Edge12/7/2023
css.properties.background-repeat-x 📋Safari9/20/2021 Edge12/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 📋Safari9/20/2021 Edge12/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.