v150 · HTML · Input
Inheritance Tester
The autocorrect attribute is inherited down the DOM tree. Set it on a <form> or any ancestor and all editable descendants inherit the setting unless they override it. Test every combination here.
Toggle autocorrect at each level:
// JS IDL readout will appear here
references
- ChromeStatus entry
- HTML spec - autocorrection
- JS API Inspector — read and set .autocorrect via IDL
- Autocorrect Demo — on vs off side by side
- Form Field Matrix — per-field-type recommendations