-
Notifications
You must be signed in to change notification settings - Fork 20.6k
[2.0] No ticket: Simplification of tabindex hook #1228
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
Conversation
I wonder if we even need the propHook. The concept is right, but 2.0 browsers might have this covered. |
And technically, for the property, we should return |
To be clear, |
HTML5 spec "suggest" handful of elements that should have There is still some browsers inconsistencies, are you sure you want to remove it, but not, say, add support for |
The suggestion you are referring to means that even if an element has negative tabIndex, browsers may still allow the element to be tabbable for keyboard-only situations. Unfortunately, you're right about IE. They do return |
I meant paragraph If the attribute is omitted or parsing the value returns an errorwhich for my understanding, means that for input[type="hidden"] -element, value of tabindex , if attribute is not there, should be -1 , did i misinterpreted something?
|
No, it should be |
I doubt anyone will come here and read your comment as a definitive source, but just to clarify: a |
@scottgonzalez: I think you're talking about the content attribute. The default value of the IDL for non-focusable elements is Nevertheless, the issue at hand is that IE9 has a value of |
@timmywil Right, I know what you were saying. I just wanted to clarify for anyone following along because you used somewhat vague wording of "won't allow focus". I know you were talking about navigation, not explicit focus, but others may not have known. |
/cc @timmywil