Bug 265958

Summary: Toggling spellcheck attribute doesn't toggle spelling markers
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: FormsAssignee: Aditya Keerthi <akeerthi>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Tim Nguyen (:ntim) 2023-12-06 12:31:22 PST
```
        <p>
            <input type="checkbox" switch onchange="enter.spellcheck = this.checked" id="toggle-spellcheck">
            <label for="toggle-spellcheck">Toggle hints</label>
        </p>
        <input spellcheck="false" value="DEWEWWOEID" id="enter">
```
Comment 1 Radar WebKit Bug Importer 2023-12-06 12:31:48 PST
<rdar://problem/119269616>
Comment 2 Aditya Keerthi 2023-12-11 08:50:32 PST
Pull request: https://github.com/WebKit/WebKit/pull/21637
Comment 3 EWS 2023-12-12 06:26:38 PST
Committed 271927@main (971fabe99b16): <https://commits.webkit.org/271927@main>

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