Navigating by tab on the demo page, I get directed to:
- The first "..." (good)
- download (good)
- github (good)
- demo (good)
<a href="#project">, an element invisible on the screen (bad)
More info on why this is important:
- https://accessibility.digital.gov/ux/tab-order/
- https://www.w3.org/TR/UNDERSTANDING-WCAG20/content-structure-separation-sequence.html
This, along with #73 , makes it hard to evaluate whether the plugin is accessible.
Navigating by tab on the demo page, I get directed to:
<a href="#project">, an element invisible on the screen (bad)More info on why this is important:
This, along with #73 , makes it hard to evaluate whether the plugin is accessible.