Skip to content

Commit 0defc04

Browse files
authored
docs: added hidden=until-found to browser support
1 parent 85633b7 commit 0defc04

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

packages/foundations/docs/BrowserSupport.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,20 @@ This may leave some older browser versions behind. If you need to take care of t
66

77
## Progressive enhancement
88

9-
| Web Feature | Google Chrome | Mozilla Firefox | Apple Safari |
10-
| --------------------------------------------------------------------------------------------------- | ---------------- | --------------- | -------------------------------------------------------------------------------------------------------------------- |
11-
| [CSS `field-sizing: content` property](https://caniuse.com/mdn-css_properties_field-sizing_content) | 123 (19.03.2024) | tbd | Technology Preview (220) |
12-
| [Customizable select elements](https://caniuse.com/selectlist) (planned) | 134 (19.03.2024) | tbd | tbd |
13-
| [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) |
14-
| [CSS Custom Functions](https://www.bram.us/2025/02/09/css-custom-functions-teaser/) (planned) | 139 (30.07.2025) | tbd | tbd |
9+
| Web Feature | Google Chrome | Mozilla Firefox | Apple Safari |
10+
| ---------------------------------------------------------------------------------------------------------- | ---------------- | ---------------- | -------------------------------------------------------------------------------------------------------------------- |
11+
| [CSS `field-sizing: content` property](https://caniuse.com/mdn-css_properties_field-sizing_content) | 123 (19.03.2024) | tbd | Technology Preview (220) |
12+
| [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+
| [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) |
15+
| [CSS Custom Functions](https://www.bram.us/2025/02/09/css-custom-functions-teaser/) (planned) | 139 (30.07.2025) | tbd | tbd |
1516

1617
## Without graceful degradation
1718

1819
| Web Feature | Google Chrome | Mozilla Firefox | Apple Safari |
1920
| ------------------------------------------------------------------------------------------------------- | ---------------- | ---------------- | ----------------- |
2021
| [`@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) |
21-
| [`light-dark()`](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) |
22+
| [`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) |
2223
| [`attr()` CSS Values 5 extensions](https://developer.mozilla.org/en-US/docs/Web/CSS/attr) | 133 (04.02.2025) | tbd | tbd |
2324

2425
## Stable in evergreen browsers

0 commit comments

Comments
 (0)