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.
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 ath
.