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

Allow using role 'combobox' without child role 'textbox' on a native input element with type="search" #549

Closed
iamrafan opened this issue Sep 26, 2017 · 3 comments
Labels

Comments

@iamrafan
Copy link
Contributor

Issue is related to #160 . It was fixed for only type ="text", need to add support for type="search" too.

@marcysutton
Copy link
Contributor

That seems reasonable to me, as an input with type="search" will have the same role of textbox. The only difference is the keyboard that is brought up on mobile devices.

isner added a commit that referenced this issue Oct 6, 2017
Allows role=textbox child to be missing from <input type=search role=combobox> parent

Closes #549
@isner
Copy link
Contributor

isner commented Oct 6, 2017

Fixed by #559.

@iamrafan
Copy link
Contributor Author

iamrafan commented Oct 9, 2017

@isner thanks for the fix.

isner added a commit that referenced this issue Oct 10, 2017
… > textbox

Allows role=textbox to be missing from <input type=email|url|tel role=combobox>

Related to #549
mrtnvh pushed a commit to mrtnvh/axe-core that referenced this issue Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants