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

[feature: web-components] Update Radio/RadioGroup implementation to use ElementInternals #31400

Open
chrisdholt opened this issue May 16, 2024 · 0 comments
Assignees

Comments

@chrisdholt
Copy link
Member

Describe the issue:

This issue exists to track converting the web-component radio/radiogroup to use ElementInternals rather than the current FormAssociation behavior.

As part of this change, we should:

  • Get the DOM for Radio/Radiogroup as clean and light as possible
  • Strip as much duplication of observed ARIA attributes out of each control
  • Ensure the control reads as expected from assistive technology
  • Add tests to validate the control participates in form association as expected by the platform.

Note: In exploring this, we should look for opportunities to be more efficient and validate if there are ways to get more closely aligned to the platform with the move to ElementInternals.

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