From d4033fb964144ceed2476d9bd952e49b444c8fe9 Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Tue, 24 Mar 2020 17:25:15 -0400 Subject: [PATCH] add browser support chart to website readme (#8565) --- website/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/README.md b/website/README.md index e2fef896e0..fea18c3bf0 100644 --- a/website/README.md +++ b/website/README.md @@ -142,6 +142,14 @@ the same way as deployment previews. There is a local script that can be used to check for broken links on the _current product website_ - you can start it by running `npm run linkcheck`. There will be a version of this script added as a github check in the near future! +## Browser Support + +We support the following browsers targeting roughly the versions specified. + +| ![Chrome](https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_24x24.png) | ![Firefox](https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_24x24.png) | ![Opera](https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_24x24.png) | ![Safari](https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_24x24.png) | ![Internet Explorer](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_24x24.png) | +| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | +| **Latest** | **Latest** | **Latest** | **Latest** | **11+** | + ## Known Issues ### Creating New Pages