Accessibility General Discussion Notes Q1 2025 #1603
barugonman
started this conversation in
General
Replies: 1 comment
-
28 Jan 2025 Discussion
Yes: No: Maybe:
Try out 'eslint' plugin
User centered design/stories to help lay out priorities
Things like adding textual descriptions
Forms aren't well organized for tabbing
Dark theming is close (may help certain people)
First AMMOS task for a11y
Shape up dev process
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview
Discussion space to store meeting notes, ideas, questions etc. related to the Q1 Aerie Accessibility Audit Task.
Approach
Work tracking
Coding tasks and other specific questions are here as an 'epic', with a sub-issue covering all coding tasks for each of the Aerie pages:
#1608
General Information
WAI docs:
https://www.w3.org/WAI/
https://www.w3.org/WAI/fundamentals/accessibility-principles/
a11y Project Checklist
https://www.a11yproject.com/checklist/
JPL resources:
https://accessibility.jpl.nasa.gov/resources-tools/accessibility-tools
Some additional tools listed here to look at e.g. color blindness simulation.
Top 20 tools:
https://www.audioeye.com/post/free-accessibility-testing-tools/
Audit Tools
The following represents tools we may decide to use for auditing. Expect we will want more than one, but not a lot.
WAVE
Chrome extension:
https://chromewebstore.google.com/detail/wave-evaluation-tool/jbbplnpkjmmeebjpijfedlgcdilocofh
Accessibility Insights
Open source Chrome extension:
https://chromewebstore.google.com/detail/accessibility-insights-fo/pbjjkligggfmakdaogkfomddhfmpjeni
Includes both auto-checking plus procedures for manual checks. Like the report formats.
Accessible Web Helper
Free Chrome extension:
https://chromewebstore.google.com/detail/accessible-web-helper/gdnpkbipbholkoaggmlblpbmgemddbgb
Includia Accessibility Checker
Free Chrome extension:
https://chromewebstore.google.com/detail/includia-accessibility-ch/ialekgfeghfiggcbglciaihbpdafidnn
Axe Monitor
Popular tool but requires a license long term:
https://www.deque.com/axe/monitor/
Mac VoiceOver Tool
Mac has a built in text reader called VoiceOver:
https://www.apple.com/voiceover/info/guide/_1121.html
For a PC you should be able to download a tool like:
https://www.nvaccess.org/download/
Development Tools
shadcn-svelte
Bryan mentioned this tool in support of jumpstarting accessibility updates.
https://www.shadcn-svelte.com/
sa11y
Embedded JS plugin supporting checking as you develop:
https://sa11y.netlify.app/overview/
Beta Was this translation helpful? Give feedback.
All reactions