add browser + screen reader support policy; fixes #146 (#958)

This commit is contained in:
Cory LaViska
2025-05-21 13:31:25 -04:00
committed by GitHub
parent bbda731f56
commit 4130246833
2 changed files with 32 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
<li><a href="https://github.com/shoelace-style/webawesome-alpha/discussions" target="_blank">Help &amp; Support</a></li>
<li><a href="/docs/resources/community">Community</a></li>
<li><a href="/docs/resources/accessibility">Accessibility</a></li>
<li><a href="/docs/resources/browser-support">Browser Support</a></li>
<li><a href="/docs/resources/contributing">Contributing</a></li>
<li><a href="/docs/resources/changelog">Changelog</a></li>
<li><a href="/docs/resources/visual-tests">Visual Tests</a></li>

View File

@@ -0,0 +1,31 @@
---
title: Browser Support Policy
description: Changes to each version of the project are documented here.
layout: page-outline
---
Web Awesome officially supports the latest two major versions of the most popular browsers, including Chrome, Safari, Edge, Firefox, and Opera.
We regularly test and ensure our website works smoothly on these browser versions. If you're using an older version, we strongly recommend upgrading to enjoy the best experience.
<p>
<img src="/assets/images/chrome.png" alt="Chrome" width="64" height="64">
<img src="/assets/images/safari.png" alt="Safari" width="64" height="64">
<img src="/assets/images/edge.png" alt="Edge" width="64" height="64">
<img src="/assets/images/firefox.png" alt="Firefox" width="64" height="64">
<img src="/assets/images/opera.png" alt="Opera" width="64" height="64">
</p>
## Screen Reader Support
We're committed to making our website accessible to everyone. We specifically test with these screen reader and browser combinations:
- NVDA with Chrome
- NVDA with Firefox
- VoiceOver with Safari
We strive to make all components accessible, but screen reader and browser combinations can sometimes behave unpredictably. We're committed to addressing accessibility issues as they arise and will do our best to ensure a good experience for all users.
## Legacy Browser Support
While we focus on modern browsers, we understand some users may be using older versions. For critical issues, we will provide fixes and/or workarounds for in older browsers at our discretion.