Skip to content

Commit d1922f9

Browse files
authored
docs: readme - clarify browser support and remove ie11 broken link (#2503)
Adds a section that explains what browsers are currently supported by Spectrum CSS. IE11 is no longer supported and there was a 404 link to legacy IE11 support that needed to be removed. Includes suggestions from PR review about additional support and further processing by consumers.
1 parent 593374c commit d1922f9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,17 @@ Adobe maintains separate JavaScript libraries written with [web components](http
2222

2323
## Using Spectrum CSS
2424

25-
The preferred method of using Spectrum CSS relies on custom properties to swap out variables for different themes and colorstops. This has the lowest bundle size and the simplest usage, but is incompatible with < IE 11.
25+
The preferred method of using Spectrum CSS relies on custom properties to swap out variables for different themes and colorstops. This has the lowest bundle size and the simplest usage, but is incompatible with IE 11 and below.
2626

27-
To use Spectrum CSS with IE 11, see the [legacy usage documentation](README-legacy.md).
27+
### Browser support
28+
29+
We maintain a relatively modern codebase that supports the latest two versions of evergreen web browsers. The current list of browsers officially supported by Spectrum CSS can be found in the `browserslist` section of the project's [package.json file](https://github.com/adobe/spectrum-css/blob/main/package.json). This setting is used by the build tools when the source files are built. If you require additional browser support for your project, the CSS can processed further with your chosen tools.
30+
31+
- last 2 Edge versions
32+
- last 2 Chrome versions
33+
- last 2 Firefox versions
34+
- last 2 Safari versions
35+
- last 2 iOS versions
2836

2937
### Installing components
3038

0 commit comments

Comments
 (0)