8000 screen readers don't read labels for radio buttons in bc forms · Issue #4289 · OSC/ondemand · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

screen readers don't read labels for radio buttons in bc forms #4289

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
johrstrom opened this issue Apr 18, 2025 · 0 comments
Open

screen readers don't read labels for radio buttons in bc forms #4289

johrstrom opened this issue Apr 18, 2025 · 0 comments

Comments

@johrstrom
Copy link
Contributor

screen readers don't read labels for radio buttons in bc forms. I think this is because the label is for a different ID.

Consider this YAML. the options for 'whole' and 'shared' are read because they have their own label, but the base label 'gpu' is missed entirely.

form:
  - gpu
attributes:
  gpu:
    widget: radio_button
    options:
      - ['shared', 'shared']
      - ['whole', 'whole']
    value: 'shared'
    required: true
    help: |
      Request a shared GPU or use the whole GPU.
@osc-bot osc-bot added this to the Backlog milestone Apr 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
0