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

The default tab index of frame element should be 0 #4855

Closed
rniwa opened this issue Aug 20, 2019 · 0 comments · Fixed by #4859
Closed

The default tab index of frame element should be 0 #4855

rniwa opened this issue Aug 20, 2019 · 0 comments · Fixed by #4859
Assignees

Comments

@rniwa
Copy link

rniwa commented Aug 20, 2019

I've tested Chrome, Firefox, and Safari and they all return 0 for document.createElement('iframe').tabIndex as well as

document.write('<!DOCTYPE><html><frameset cols="50%,50%"><frame src="about:blank" /><frame src="about:blank"/></frameset>');
document.querySelector('frame').tabIndex
@domenic domenic self-assigned this Aug 22, 2019
domenic added a commit that referenced this issue Aug 22, 2019
This matches all implementations. Fixes #4855.

This is another tweak on top of 15cf23a
and 7ce0b47.
domenic added a commit that referenced this issue Aug 22, 2019
This matches all implementations. Fixes #4855.

This is another tweak on top of 15cf23a
and 7ce0b47.
zcorpan pushed a commit that referenced this issue Nov 6, 2019
This matches all implementations. Fixes #4855.

This is another tweak on top of 15cf23a
and 7ce0b47.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants