Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save johnmboudreaux/f07a4af00c2fc89e51e178213de1c793 to your computer and use it in GitHub Desktop.
Save johnmboudreaux/f07a4af00c2fc89e51e178213de1c793 to your computer and use it in GitHub Desktop.
Accessiblility
I do really well with small attainable goals. In the last couple minutes of our time together set up a github gist and write
down 3 actionable commitments you can do in your next coming projects to accommodate for accessibility issues?
to date i havent really wraqpped my head around implementing ARIA. i did enjoy Jhun's lesson on it and it helped me understand
what i am up against when writing accessible code.
i should make sure the content is structured in a way that wiii make it easier for accessibility tools to will work well.
i should make sure to include ARIA items in my code
i should use tab index to make sure it is tab-able
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment