← back to v150 · expose-the-autocorrect-global-html-attribute
conformance · v150
v150 · expose-the-autocorrect-global-html-attribute — conformance probe
6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
6
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
autocorrect-on-input |
HTMLInputElement reflects an autocorrect IDL attribute. spec ↗ | script | … | |
autocorrect-on-textarea |
HTMLTextAreaElement reflects autocorrect. | script | … | |
autocorrect-on-htmlelement-global |
Per spec, autocorrect is a global HTML attribute — it is reflected on the HTMLElement prototype. | script | … | |
autocorrect-attribute-on-roundtrip |
Setting input.autocorrect=true sets the content attribute to 'on' per the boolean-attribute reflection rules. | script | … | |
autocorrect-attribute-off |
Setting autocorrect=false sets the content attribute to 'off'. | script | … | |
autocorrect-default-state |
Default value of autocorrect on a fresh input is truthy (browser default is autocorrect on). | script | … |