Skip to content

aria-expanded for tabs (https://jqueryui.com/tabs/) #2094

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

Open
getaccessibility opened this issue Jun 27, 2022 · 5 comments
Open

aria-expanded for tabs (https://jqueryui.com/tabs/) #2094

getaccessibility opened this issue Jun 27, 2022 · 5 comments

Comments

@getaccessibility
Copy link

Aria-expanded is used for the

  • element with role="tab"
    As per the ARIA specifications, aria-expanded is not supported for role tab. Since aria-selected conveys which tab is currently selected, aria-expanded must be removed from the widget.

  • @mgol
    Copy link
    Member

    mgol commented Jul 1, 2022

    Thanks for the report. Does the issue you describe exist when jQuery UI 1.12.1 is used or only with jQuery UI 1.13.0 or newer?

    @mgol mgol added the Needs info label Jul 1, 2022
    @getaccessibility
    Copy link
    Author

    Thanks for looking into it. Yes, the issue is observed in the latest jQuery UI 1.13 + version as well.

    @mgol
    Copy link
    Member

    mgol commented Jul 4, 2022

    My question was whether it is observed in both 1.12.1 and 1.13.x or just in the latter one?

    @getaccessibility
    Copy link
    Author

    Yes, it is observed in both 1.12.1 and 1.13 versions.

    @mgol
    Copy link
    Member

    mgol commented Jul 10, 2022

    Since the issue is already in 1.12, given limited team resources it's not likely to be fixed by the UI team; see the project status at https://blog.jqueryui.com/2021/10/jquery-maintainers-update-and-transition-jquery-ui-as-part-of-overall-modernization-efforts/. PRs are welcome if they're not too complex.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Development

    No branches or pull requests

    3 participants