Web accessibility assignment for DMD
- Download a copy of this repo.
- Upload the index.html file to a folder on your web server.
- Use HTML_CodeSniffer to detect accessibility issues.
- Fix all Errors and Warnings found at WCAG 2.0 Level A.
- Create a hidden 'Skip to Content' link that appears on focus
- CSS only. No JavaScript.
$ git clone git@github.uconn.edu:bpd01001/dmd-accessibility.git
$ cd dmd-accessibility
$ npm install
$ grunt