accessibility-developer-tools
accessibility-developer-tools copied to clipboard
AX_FOCUS_01 - It's giving a false positive for links in (almost) any footer.
AX_FOCUS_01 These elements are focusable but either invisible or obscured by another element
This test is given a false positive in (almost) every site I've tried. You can try running the audit in this very site or http://getbootstrap.com/ or https://www.southwest.com/.
+1
I'm seeing this as well, but strangely only in certain build environments (cannot reproduce locally, can reproduce in TravisCI -- same versions of phantomjs, ruby, etc.).
On 12 Nov 2015 07:55, Wenbolovesnz [email protected] wrote:+1
—Reply to this email directly or view it on GitHub.
I believe I'm seeing the same issue with a fixed header, where all elements are accessible via keyboard and mouse.
Bump with some info. I am able to repro with a simple case of pushing a link down below the fold.
Demo: http://s.codepen.io/lonekorean/debug/0569231657a5e3528a8c7c14ff7c4931 Code: http://codepen.io/lonekorean/pen/0569231657a5e3528a8c7c14ff7c4931
Auditing that demo page consistently gives me the AX_FOCUS_01 warning. Making the super-tall div shorter so the link stays above the fold removes the warning.
Same issue.
I have some links in my footer, one is text, one and image, and a menu; it's only the links with this error. I've tried making the interactive area bigger, moving it them away from any other content.
It does seem to have to do with the page height, ergo if the links are below the window pane and you have to scroll. Tried it on a page where the footer is visible and no issue.
I'm also experiencing this issue. It does seem to be affected by how far down the page the elements are.
+1