Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: oss.gg accessibility audit #2328

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
19 changes: 19 additions & 0 deletions oss.gg/2_accessibility_advocate.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,22 @@ Conduct an accessibility audit of app.unkey.com and provide recommendations for
**Points**: 50 - 300 points depending on the severity

**Proof**: Open a bug issue in our repository incl. screen shots if relevant.

### [Ensure all ARIA attributes have valid values.](https://dequeuniversity.com/rules/axe/4.10/aria-valid-attr-value?application=AxeChrome)
![Image of Ensure all ARIA attributes have valid values.](https://github.com/user-attachments/assets/d27d772c-269a-4572-a6b7-1af8bbdab51e)

### [Ensure elements that have scrollable content are accessible by keyboard](https://dequeuniversity.com/rules/axe/4.10/scrollable-region-focusable?application=AxeChrome)
![Image of Ensure elements that have scrollable content are accessible by keyboard.](https://github.com/user-attachments/assets/ec80a704-781e-42e5-85b4-979ac057b3b0)

### [Ensure table headers have discernible text](https://dequeuniversity.com/rules/axe/4.10/empty-table-header?application=AxeChrome)
![Image of Ensure table headers have discernible text.](https://github.com/user-attachments/assets/e16968b6-917d-48d3-8a0f-acb0128828e1)

### [Ensure the document has a main landmark](https://dequeuniversity.com/rules/axe/4.10/landmark-one-main?application=AxeChrome)
![Image of Ensure the document has a main landmark.](https://github.com/user-attachments/assets/76ead55b-2fd6-4058-be65-418da8a85a09)

### [Ensure all page content is contained by landmarks](https://dequeuniversity.com/rules/axe/4.10/region?application=AxeChrome)
![Image of Ensure all page content is contained by landmarks](https://github.com/user-attachments/assets/ad004d0b-4fb3-4472-b094-e8a8aff6c120)




Loading