Skip to content

Commit 85633b7

Browse files
authored
docs: added feature popover to browsersupport
1 parent 5d7076e commit 85633b7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/foundations/docs/BrowserSupport.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,13 @@ This may leave some older browser versions behind. If you need to take care of t
2020
| [`@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) |
2121
| [`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) |
2222
| [`attr()` CSS Values 5 extensions](https://developer.mozilla.org/en-US/docs/Web/CSS/attr) | 133 (04.02.2025) | tbd | tbd |
23+
24+
## Stable in evergreen browsers
25+
26+
These are the features that we use or plan to integrate, which are stable in the Stable channel, including the ESR versions of Evergreen browsers.
27+
28+
| Web Feature | Google Chrome | Mozilla Firefox | Apple Safari |
29+
| -------------------------------------------------------------------- | ---------------- | ---------------- | --------------- |
30+
| [Popover](https://caniuse.com/mdn-api_htmlelement_popover) (planned) | 114 (30.05.2023) | 125 (16.04.2024) | 17 (26.09.2023) |
31+
32+
Popover is loosely depending on Anchor Positioning.

0 commit comments

Comments
 (0)