Bug 200913 - Autofocus attribute should work with any HTML elements
Summary: Autofocus attribute should work with any HTML elements
Status: RESOLVED DUPLICATE of bug 203139
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 202651
  Show dependency treegraph
 
Reported: 2019-08-20 00:44 PDT by Kent Tamura
Modified: 2020-12-09 00:35 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2019-08-20 00:44:40 PDT
Because any HTML element can be focusable by 'tabindex' or 'contenteditable', it should support 'autofocus' as well.

Specification PR; https://github.com/whatwg/html/pull/4830
WPT PR; https://github.com/web-platform-tests/wpt/pull/18558
Comment 1 Radar WebKit Bug Importer 2019-08-20 09:20:16 PDT
<rdar://problem/54514366>
Comment 2 Kent Tamura 2020-12-09 00:35:06 PST

*** This bug has been marked as a duplicate of bug 203139 ***