Skip to content

Commit 4130246

Browse files
authored
add browser + screen reader support policy; fixes #146 (#958)
1 parent bbda731 commit 4130246

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

docs/_includes/sidebar.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<li><a href="https://github.com/shoelace-style/webawesome-alpha/discussions" target="_blank">Help &amp; Support</a></li>
1515
<li><a href="/docs/resources/community">Community</a></li>
1616
<li><a href="/docs/resources/accessibility">Accessibility</a></li>
17+
<li><a href="/docs/resources/browser-support">Browser Support</a></li>
1718
<li><a href="/docs/resources/contributing">Contributing</a></li>
1819
<li><a href="/docs/resources/changelog">Changelog</a></li>
1920
<li><a href="/docs/resources/visual-tests">Visual Tests</a></li>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Browser Support Policy
3+
description: Changes to each version of the project are documented here.
4+
layout: page-outline
5+
---
6+
7+
Web Awesome officially supports the latest two major versions of the most popular browsers, including Chrome, Safari, Edge, Firefox, and Opera.
8+
9+
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.
10+
11+
<p>
12+
<img src="/assets/images/chrome.png" alt="Chrome" width="64" height="64">
13+
<img src="/assets/images/safari.png" alt="Safari" width="64" height="64">
14+
<img src="/assets/images/edge.png" alt="Edge" width="64" height="64">
15+
<img src="/assets/images/firefox.png" alt="Firefox" width="64" height="64">
16+
<img src="/assets/images/opera.png" alt="Opera" width="64" height="64">
17+
</p>
18+
19+
## Screen Reader Support
20+
21+
We're committed to making our website accessible to everyone. We specifically test with these screen reader and browser combinations:
22+
23+
- NVDA with Chrome
24+
- NVDA with Firefox
25+
- VoiceOver with Safari
26+
27+
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.
28+
29+
## Legacy Browser Support
30+
31+
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.

0 commit comments

Comments
 (0)