accessibility-developer-tools icon indicating copy to clipboard operation
accessibility-developer-tools copied to clipboard

AX_FOCUS_01 - It's giving a false positive for links in (almost) any footer.

Open emanuel-sanabria-developer opened this issue 9 years ago • 8 comments

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

wenbolovesnz avatar Nov 11 '15 23:11 wenbolovesnz

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

jszwedko avatar Nov 22 '15 06:11 jszwedko

On 12 Nov 2015 07:55, Wenbolovesnz [email protected] wrote:+1

—Reply to this email directly or view it on GitHub.

efrenamarille avatar Nov 22 '15 07:11 efrenamarille

I believe I'm seeing the same issue with a fixed header, where all elements are accessible via keyboard and mouse.

rnicholus avatar Nov 23 '15 23:11 rnicholus

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.

lonekorean avatar Dec 30 '16 19:12 lonekorean

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.

Quin452 avatar Feb 17 '17 12:02 Quin452

I'm also experiencing this issue. It does seem to be affected by how far down the page the elements are.

orasestravis avatar Feb 23 '17 20:02 orasestravis

+1

sebastianferrari avatar Feb 27 '17 22:02 sebastianferrari