alphagov / accessibility-tool-audit

Automated accessibility tools audit
https://alphagov.github.io/accessibility-tool-audit/
MIT License
80 stars 31 forks source link

Update aXe results (this time with experimental features) #27

Closed selfthinker closed 6 years ago

selfthinker commented 6 years ago

Due to the discussion on #9, I re-tested all non-positive results with the aXe Coconut Chrome extension (version 3.1.1, which uses the axe-core API verison: 3.0.0-alpha.6). That has experimental rules enabled and uses a newer axe-core version, so finds more issues.

In the end it only found 3 more issues than the vanilla version, but that was enough to push it from the (joint) 6th place to the (joint) 3rd!

I also changed the 'table nested within table header' example as some tools interpreted it to be an attempt to have a caption (which was sort of correct, but not the intention). I changed it to use the same example as 'table nested within table' except it changing the td including the second table to a th.