Skip to content

Commit 37ebdbe

Browse files
authored
docs(browserSupport): added css property
1 parent 1487a31 commit 37ebdbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/foundations/docs/BrowserSupport.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ This may leave some older browser versions behind. If you need to take care of t
99
| Web Feature | Google Chrome | Mozilla Firefox | Apple Safari |
1010
| ---------------------------------------------------------------------------------------------------------- | ---------------- | ---------------- | -------------------------------------------------------------------------------------------------------------------- |
1111
| [CSS `field-sizing: content` property](https://caniuse.com/mdn-css_properties_field-sizing_content) | 123 (19.03.2024) | tbd | Technology Preview (220) |
12+
| [semantic overflow (`overflow-block` and `overflow-inline`)](https://caniuse.com/mdn-css_properties_overflow-block) | 135 (01.04.2026) | 69 (03.09.2019) | 26 |
1213
| [Customizable select elements](https://caniuse.com/selectlist) (planned) | 134 (19.03.2024) | tbd | tbd |
13-
| [`hidden="until-found"`-HTML-attribute](https://caniuse.com/mdn-html_global_attributes_hidden_until-found) | 102 (24.05.2022) | 139 (27.05.2025) | tbd |
14+
| [`hidden="until-found"`-HTML-attribute (planned)](https://caniuse.com/mdn-html_global_attributes_hidden_until-found) | 102 (24.05.2022) | 139 (27.05.2025) | tbd |
1415
| [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) |
1516
| [CSS Custom Functions](https://www.bram.us/2025/02/09/css-custom-functions-teaser/) (planned) | 139 (30.07.2025) | tbd | tbd |
1617

0 commit comments

Comments
 (0)