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

examples of focusable area should include tabindex=-1 (not just tabindex >= 0) #5262

Closed
carmacleod opened this issue Feb 7, 2020 · 2 comments

Comments

@carmacleod
Copy link
Contributor

The table of examples in the definition of focusable area has this phrase:

the element's tabindex value is a non-negative integer

Unless I have misunderstood the purpose of this table, I think it should instead say:

the element's tabindex value is an integer

or possibly:

the element's tabindex value is non-null

Please let me know if this is correct (and if so, which new phrase is preferred), and I will provide a PR.

@domenic
Copy link
Member

domenic commented Feb 7, 2020

@rakina @tkent-google were touching this table last. I think non-null is more correct here, but it is a bit subtle, so I'd love a double-check from one of them...

@rakina
Copy link
Member

rakina commented Feb 10, 2020

Oh oops... yeah it should be non-null instead. Thanks for spotting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants