This is a template to follow for my blogpost about ARIA. In that blogpost, I introduce how ARIA can influence HTML elements' names, roles, states, and properties exposed to assistive technology.
First, pull the repository down locally:
git clone https://github.com/BenDMyers/ARIA_Toggle_Example.git
Open up index.html
in your browser.
Then follow along with the blogpost.
If you just want to see the finished product, see the finished
branch.
If you'd instead like to see the toggle recreated semantically, go to the semantic
branch.