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

storage: Improve table accessibility #20471

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on May 22, 2024

  1. storage: Improve table accessibility

    Hide the icons from screenreaders, and clarify the scope of things.
    mvollmer committed May 22, 2024
    Configuration menu
    Copy the full SHA
    cd6144e View commit details
    Browse the repository at this point in the history
  2. storage: Shut up Patternfly

    Patternfly complains about empty "Th" elements, but a empty "Td" looks
    just the same and since we hide it anyway it doesn't hurt
    accessibility to use the wrong kind here.
    
    See https://github.com/patternfly/patternfly/issues/6658
    mvollmer committed May 22, 2024
    Configuration menu
    Copy the full SHA
    cc1f518 View commit details
    Browse the repository at this point in the history