Skip to content

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

Closed
@rniwa

Description

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

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions