We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I edited your example in https://allyjs.io/api/query/tabsequence.html to include tabindex="10" and tabindex="11", ally.query.tabsequence is returning them before the tabindex="2", which makes me think that the code is possibly doing a string comparison instead of a numeric one. Here's an edited jsbin: https://jsbin.com/pesawikine/edit?html,js,output
tabindex="10"
tabindex="11"
ally.query.tabsequence
tabindex="2"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I edited your example in https://allyjs.io/api/query/tabsequence.html to include
tabindex="10"
andtabindex="11"
,ally.query.tabsequence
is returning them before thetabindex="2"
, which makes me think that the code is possibly doing a string comparison instead of a numeric one. Here's an edited jsbin:https://jsbin.com/pesawikine/edit?html,js,output
The text was updated successfully, but these errors were encountered: