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

Add form-associated custom element #203

Closed
carmacleod opened this issue Dec 13, 2019 · 0 comments · Fixed by #204
Closed

Add form-associated custom element #203

carmacleod opened this issue Dec 13, 2019 · 0 comments · Fixed by #204

Comments

@carmacleod
Copy link
Contributor

Mappings for form-associated custom element:

No implied/default role.

Roles that may be used: application, button, checkbox, combobox, group, listbox, progressbar, radio, searchbox, slider, spinbutton, textbox

Global and role-appropriate aria attributes.


Notes:

  • application was included because it could represent a new type of form control
  • group was included because it's the default role for <fieldset> (although group can also represent non-form-associated groups as well)
  • listbox was included because of <select> multiple or size > 1
  • html output is a form control that maps to role=status. This wasn't included because it's not clear whether allowing role=status (without other live region roles) is necessary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant