Steven Lambert
Steven Lambert
We should look into restricting exactly what is ignored, as images or iframes that overlap won't have a background color but will interfere with the element. So possible solution is...
A good example of this is the home page of https://arstechnica.com/. They use empty anchor tags with `aria-hidden=true` and `tabindex=-1` to cover the entire card for the article links which...
Another place this happens on is Material Inputs https://material.angular.io/components/input/overview. The inputs each contain a span which in turn contains the label element for the input. The span overlaps the input,...
Thanks for the issue. Looks like we're still using the ARIA 1.1 spec which requires `aria-valuenow` so we just need to update to the new 1.2 spec.
I believe this is solved by `identical-links-same-purpose` https://github.com/dequelabs/axe-core/blob/develop/lib/rules/identical-links-same-purpose.json#L3
Closing due to lack of information. Please feel free to reopen if this is still a problem, as well as please provide information on how to reproduce.
Thanks for the issue. I've confirmed at least the last div with the h4 is an issue with our [get-rect-stack collision code](https://github.com/dequelabs/axe-core/blob/develop/lib/commons/dom/get-rect-stack.js#L132). the h4's position + height exactly equals the...
Dug into the li > span issue. This one is not a bug. The h5 and all of it's descendants are on-top of the span with the text Foo (`Foo`),...
Tested with the following HTML: ```html button link role=button role=link ``` * VO / Safari - Only the native button was focusable (using tab), announced as "native button, button." I...
Thanks for the suggestion. We did [some testing of this pattern](https://github.com/dequelabs/axe-core/issues/1393) awhile back and concluded that JAWS and Dragon Naturally Speaking do not support the pattern very well. Because of...