Bug 240343 - readonly attribute should only apply on certain input types
Summary: readonly attribute should only apply on certain input types
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Nguyen (:ntim)
URL:
Keywords: InRadar, WPTImpact
Depends on:
Blocks: 237192
  Show dependency treegraph
 
Reported: 2022-05-12 06:54 PDT by Tim Nguyen (:ntim)
Modified: 2022-08-10 22:34 PDT (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 Tim Nguyen (:ntim) 2022-05-12 06:54:01 PDT
See the readonly row on: https://html.spec.whatwg.org/multipage/input.html#do-not-apply

Only applies to text only input types + <textarea>

Text,
Search
URL,
Telephone
Email
Password
Date,
Month,
Week,
Time
Local Date and Time
Number
Comment 1 Radar WebKit Bug Importer 2022-05-12 07:45:42 PDT
<rdar://problem/93173726>
Comment 2 Tim Nguyen (:ntim) 2022-05-12 08:13:57 PDT Comment hidden (obsolete)
Comment 3 Tim Nguyen (:ntim) 2022-05-13 10:26:15 PDT Comment hidden (obsolete)
Comment 4 Tim Nguyen (:ntim) 2022-08-08 14:37:35 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3115
Comment 5 EWS 2022-08-10 22:34:06 PDT
Committed 253321@main (af43ca312063): <https://commits.webkit.org/253321@main>

Reviewed commits have been landed. Closing PR #3115 and removing active labels.