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

Accessibility: Add keyboard handling for XArray HTML view #9412

Merged
merged 1 commit into from
Aug 29, 2024

Commits on Aug 29, 2024

  1. Accessibility: Add keyboard handling for XArray HTML view

    The default html view generated via XArray uses hidden checkboxes to achieve collapse expand behaviour.
    This PR -
    Makes the hidden checkboxes visible with 0 opacity , to make them accessible via keyboard
    Make style changes to associated labels for focus, to highlight where the keyboard focus is
    Change the grid layout to account for the invisible checkboxes
    srijan55 authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d8b934b View commit details
    Browse the repository at this point in the history