v151 · HTML · authoring

Content Authoring Tool

Two live editors side by side — left has autocorrect="on" for prose writing, right has autocorrect="off" for precision fields. Type in both, then sync the text to the other pane and see the difference. Switch the right pane between "prose", "code editor", and "username" scenarios.

Checking autocorrect attribute support…
Right pane scenario:
Prose editor autocorrect=on
Start typing here. Try misspelling words like "recieve" or "teh" to see autocorrect in action.
0 chars
Code editor autocorrect=off
Type code, a username, or a search query. Autocorrect stays silent here.
0 chars
Undo and autocorrect event probe
The log records real beforeinput/input events. OS autocorrection may appear as insertReplacementText; undo appears as historyUndo when the browser exposes it.
EditorLast eventinputTypeText length
Live attribute state
PropertyLeft editorRight editor

Why this matters for content platforms

see also

implementation reference

Need the exact API surface, compatibility boundaries, errors, lifecycle, and source links? Read the matching gendn reference ↗