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]: Convert Checkbox to use ElementInternals #31399

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

[feature: web-components]: Convert Checkbox to use ElementInternals #31399

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 checkbox to use ElementInternals rather than the current FormAssociation behavior.

As part of this change, we should:

  • Get the DOM as clean and light as possible
  • Strip as much duplication of observed ARIA attributes out of the 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.
@chrisdholt chrisdholt changed the title Convert Checkbox to use ElementInternals [feature: web-components]: Convert Checkbox to use ElementInternals May 16, 2024
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