Bug 250037 - <button> and <select> elements with "readonly" attribute shouldn't be barred from constraint validation
Summary: <button> and <select> elements with "readonly" attribute shouldn't be barred ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Minor
Assignee: Alexey Shvayka
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-01-03 12:25 PST by Alexey Shvayka
Modified: 2023-01-05 09:39 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shvayka 2023-01-03 12:25:39 PST
Per spec, only <input>, <textarea>, and form-associated custom elements are barred from constraint validation if "readonly" attribute is present.
Comment 1 Radar WebKit Bug Importer 2023-01-03 12:34:19 PST
<rdar://problem/103843825>
Comment 2 Alexey Shvayka 2023-01-03 12:36:11 PST
Pull request: https://github.com/WebKit/WebKit/pull/8158
Comment 3 EWS 2023-01-05 09:39:03 PST
Committed 258485@main (a4eb84de0c69): <https://commits.webkit.org/258485@main>

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