Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues related to the tabbable widget #1920

Open
shunguoy opened this issue Jun 6, 2024 · 0 comments
Open

Fix issues related to the tabbable widget #1920

shunguoy opened this issue Jun 6, 2024 · 0 comments
Labels
engine Issues in the accessibility-checker-engine component false-positive Rules incorrectly reporting a violation priority-3 (low) T62

Comments

@shunguoy
Copy link
Contributor

shunguoy commented Jun 6, 2024

A violation "The tabbable element's role 'none' is not a widget role" is reported in the following link element in w3 home:

<a class="_iec--jumplinks__ul__a_1luhv_27 _iec--jumplinks__ul__a--selected_1luhv_74" tabindex="0">AskIBM</a>

Another example is from Yahoo Finance, a violation "The tabbable element's role 'none' is not a widget role".

<div
    tabindex="0"
    class="_yb_1of2ruh _yb_6p72fy  _yb_1q79mgk  _yb_1o0t4j7 _yb_wfiwn2"
    id="ybarAccountProfile">

In either case, the role for the element or

shouldn't be "none". Those appear as either a false positive or the role calculation is incorrect.

@shunguoy shunguoy added engine Issues in the accessibility-checker-engine component false-positive Rules incorrectly reporting a violation T62 priority-3 (low) labels Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine Issues in the accessibility-checker-engine component false-positive Rules incorrectly reporting a violation priority-3 (low) T62
Projects
None yet
Development

No branches or pull requests

1 participant