Font Awesome
Assistive Technologies (AT) test for Font Awesome and icon fonts in general. We decided to do these tests after Dylan raised an issue with Font Awesome.
Any help welcome
From code, to test results, to how to actually do decent testing. Anything is welcome.
Roadmap
There is a basic roadmap available. All new issues will be assigned to a fitting milestone within the roadmap.
How to go about this testing buisiness
How to add a test
- Copy the contents of test-template.html to tests/index.html
- Write test
- Do test
- Make a pull-request with a short description
- Be awesome!
How to add results to a test
- Either copy the example table row from test-template.html or;
- copy a table row from tests/index.html
- Make a pull-request with a short description
- Profit?
How to properly test
Depending on the icon coding technique, some or all of these scenarios will be worth testing.
In a screen reader:
- Linear reading, e.g. screen reader "arrow navigation"
- Read the icon and its text equivalent in the context of a link. Techniques vary by screen reader: e.g. tab key, rotor, or list of links
- Read character-at-a-time, e.g. RightArrow
- Read with a Braille display
- Repeat the above tests with different verbosity settings, especially with settings related to punctuation.
Other configurations for accessibility:
- Browser zoom: full page
- Browser zoom: text-only
- Windows high contrast mode
- Text customizations (details TBD)
Resources
Contributors