What fresh hell is THIS now? - Patrick Lauke
@kevmarmo
but in no way a golden bullet
auto tools never are, but the output from IBM tools looks useful and solid
[karlgroves] "Widget with role of link must have at least one tabbable element”
So weird. This message makes no sense at all. I mean, first, you don’t have anything with a “role” of “link”. You have anchors, which it is probably referring to, but to say that links have to have at least one tabbable element makes zero sense unless they’re referring to the links themselves.
Now, on line 12 of your code, you do have tabindex=”-1”
on a link. Is that one of the lines it is complaining about?
Overall, this does look like sort of a mess.
tabindex
on the <li>
and not the link?
tabindex=”-1”
a
shouldn’t have had tabindex=-1