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
I've tested Chrome, Firefox, and Safari and they all return 0 for document.createElement('iframe').tabIndex as well as
document.createElement('iframe').tabIndex
document.write('<!DOCTYPE><html><frameset cols="50%,50%"><frame src="about:blank" /><frame src="about:blank"/></frameset>'); document.querySelector('frame').tabIndex
The text was updated successfully, but these errors were encountered:
Make the default tabIndex for <frame> 0
062313c
This matches all implementations. Fixes #4855. This is another tweak on top of 15cf23a and 7ce0b47.
7952ba4
3406529
domenic
Successfully merging a pull request may close this issue.
I've tested Chrome, Firefox, and Safari and they all return 0 for
document.createElement('iframe').tabIndex
as well asThe text was updated successfully, but these errors were encountered: