@@ -17,16 +17,16 @@ This may leave some older browser versions behind. If you need to take care of t
1717
1818The following functionality relies on JavaScript for support in browsers that do not support it yet. Other solutions would be PostCSS preprocessing (planned) and declaring CSS declarations twice, both in the new and old ways (e.g., semantic overflow).
1919
20- | Web Feature | Google Chrome | Mozilla Firefox | Apple Safari |
21- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | ---------------- | -------------------------------------------------------------------------------------------------------------------- |
22- | [ semantic overflow (` overflow-block ` and ` overflow-inline ` )] ( https://caniuse.com/mdn-css_properties_overflow-block ) | 135 (01.04.2026) | 69 (03.09.2019) | 26 |
23- | [ ` @property ` / typed CSS Custom Properties] ( https://developer.mozilla.org/en-US/docs/Web/CSS/@property ) | 85 (25.08.2022) | 128 (09.07.2024) | 16.4 (27.03.2023) |
24- | [ ` light-dark() ` CSS function] ( https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark ) | 123 (19.03.2024) | 120 (21.11.2023) | 17.5 (13.05.2024) |
25- | [ ` style() ` container queries for custom properties] ( https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_containment/Container_size_and_style_queries#container_style_queries ) (planned) | 111 (07.03.2023) | _ behind a flag_ | 18 (16.09.2024) |
26- | [ Anchor Positioning] ( https://caniuse.com/css-anchor-positioning ) (planned) | 125 (14.05.2024) | tbd | [ "this fall" ] ( https://webkit.org/blog/16993/news-from-wwdc25-web-technology-coming-this-fall-in-safari-26-beta/#css ) |
27- | [ Invoker Commands] ( https://caniuse.com/mdn-html_elements_button_commandfor ) (planned) | 135 (01.04.2025) | 144 (14.10.2025) | Technology Preview (211), enabled by default |
28- | [ ` attr() ` CSS Values 5 extensions] ( https://developer.mozilla.org/en-US/docs/Web/CSS/attr ) (planned) | 133 (04.02.2025) | tbd | tbd |
29- | [ CSS Custom Functions] ( https://www.bram.us/2025/02/09/css-custom-functions-teaser/ ) (planned) | 139 (30.07.2025) | tbd | tbd |
20+ | Web Feature | Google Chrome | Mozilla Firefox | Apple Safari |
21+ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | ---------------- | -------------------------------------------- |
22+ | [ semantic overflow (` overflow-block ` and ` overflow-inline ` )] ( https://caniuse.com/mdn-css_properties_overflow-block ) | 135 (01.04.2026) | 69 (03.09.2019) | 26 |
23+ | [ ` @property ` / typed CSS Custom Properties] ( https://developer.mozilla.org/en-US/docs/Web/CSS/@property ) | 85 (25.08.2022) | 128 (09.07.2024) | 16.4 (27.03.2023) |
24+ | [ ` light-dark() ` CSS function] ( https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark ) | 123 (19.03.2024) | 120 (21.11.2023) | 17.5 (13.05.2024) |
25+ | [ ` style() ` container queries for custom properties] ( https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_containment/Container_size_and_style_queries#container_style_queries ) (planned) | 111 (07.03.2023) | _ behind a flag_ | 18 (16.09.2024) |
26+ | [ Anchor Positioning] ( https://caniuse.com/css-anchor-positioning ) (planned) | 125 (14.05.2024) | tbd | 26 (15.09.2025) |
27+ | [ Invoker Commands] ( https://caniuse.com/mdn-html_elements_button_commandfor ) (planned) | 135 (01.04.2025) | 144 (14.10.2025) | Technology Preview (211), enabled by default |
28+ | [ ` attr() ` CSS Values 5 extensions] ( https://developer.mozilla.org/en-US/docs/Web/CSS/attr ) (planned) | 133 (04.02.2025) | tbd | tbd |
29+ | [ CSS Custom Functions] ( https://www.bram.us/2025/02/09/css-custom-functions-teaser/ ) (planned) | 139 (30.07.2025) | tbd | tbd |
3030
3131## Stable in evergreen browsers
3232
0 commit comments