Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upClicking on a focusable element doesn't focus it #26899
Closed
Comments
|
Clicking on the rest of the page does make the div unfocused if it is focused, however. |
|
Fixed by #26902. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
tabindex=0makes the element focusable. In Firefox clicking on the element turns the text red; in Servo it does not.