Skip to content

Commit 8aac411

Browse files
authored
docs: Browser Support
1 parent 267f072 commit 8aac411

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

packages/foundations/docs/BrowserSupport.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Browser Support
22

3-
We're [testing our components with playwright](../../foundations/test-table) on the latest browser versions of Google Chrome, Mozilla Firefox and Apple Safari. Since all of these browsers are supposed to be evergreen, we're using some newer browser features that have been added specifically as part of the [interop initiative](https://web.dev/blog/interop-2025), mostly as progressive enhancements, but some may not even offer graceful degradation.
3+
We're [testing our components with playwright](../../foundations/test-table) on the latest browser versions of Google Chrome, Mozilla Firefox and Apple Safari. Since all of these browsers are supposed to be evergreen, we're using some newer browser features that have been added specifically as part of the [interop initiative](https://web.dev/blog/interop-2025), partly as progressive enhancements, but some may not even offer graceful degradation.
44

55
This may leave some older browser versions behind. If you need to take care of these older browsers, you may not want to migrate to DB UX Design System v3 right now, but stay with DB UI Core or Elements for a little longer. In particular, the following features we use may be related to an evaluation of your browser strategy:
66

7+
## Progressive enhancement
8+
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) | 134 (19.03.2024) | tbd | tbd |
13+
14+
## Without graceful degradation
15+
716
| Web Feature | Google Chrome | Mozilla Firefox | Apple Safari |
817
| ------------------------------------------------------------------------------------------------------- | ---------------- | ---------------- | ----------------- |
918
| [`@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) |

0 commit comments

Comments
 (0)