-
-
Notifications
You must be signed in to change notification settings - Fork 638
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
implicitRoles/select.js: implicit role is now "combobox" #949
Comments
kantoche
changed the title
/implicitRoles /select.js $
/implicitRoles /select.js: implicit role is now "combobox"
Aug 17, 2023
kantoche
changed the title
/implicitRoles /select.js: implicit role is now "combobox"
implicitRoles/select.js: implicit role is now "combobox"
Aug 17, 2023
lb-
added a commit
to lb-/eslint-plugin-jsx-a11y
that referenced
this issue
Oct 23, 2024
Encode implicit roles for `select` elements based on roles defined in https://www.w3.org/TR/html-aria/#el-select - `select` (with a multiple attribute or a size attribute having value greater than 1) will have the implicit role 'listbox' - `select` (with NO multiple attribute and NO size attribute having value greater than 1) will have the implicit role 'combobox' Fixes jsx-eslint#949
PR up with a change to support this, note that it's a bit more nuanced where listbox or combobox can be valid based on the attributes. Because... it would be boring otherwise :D |
lb-
added a commit
to lb-/eslint-plugin-jsx-a11y
that referenced
this issue
Oct 23, 2024
Encode implicit roles for `select` elements based on roles defined in https://www.w3.org/TR/html-aria/#el-select - `select` (with a multiple attribute or a size attribute having value greater than 1) will have the implicit role 'listbox' - `select` (with NO multiple attribute and NO size attribute having value greater than 1) will have the implicit role 'combobox' Fixes jsx-eslint#949
lb-
added a commit
to lb-/eslint-plugin-jsx-a11y
that referenced
this issue
Oct 26, 2024
Encode implicit roles for `select` elements based on roles defined in https://www.w3.org/TR/html-aria/#el-select - `select` (with a multiple attribute or a size attribute having value greater than 1) will have the implicit role 'listbox' - `select` (with NO multiple attribute and NO size attribute having value greater than 1) will have the implicit role 'combobox' Fixes jsx-eslint#949
lb-
added a commit
to lb-/eslint-plugin-jsx-a11y
that referenced
this issue
Oct 27, 2024
Encode implicit roles for `select` elements based on roles defined in https://www.w3.org/TR/html-aria/#el-select - `select` (with a multiple attribute or a size attribute having value greater than 1) will have the implicit role 'listbox' - `select` (with NO multiple attribute and NO size attribute having value greater than 1) will have the implicit role 'combobox' Fixes jsx-eslint#949
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
With the Aria 1.2 update, the implicit role of select element is now "combobox".
The text was updated successfully, but these errors were encountered: