Updates:
Summary: spellcheck is not supported in <input>
Status: Untriaged
Cc: [email protected]
Labels: -Area-Misc Area-BrowserBackend
Comment #2 on issue 5574 by [email protected]: spellcheck is not
supported in <input>
http://code.google.com/p/chromium/issues/detail?id=5574
In firefox, the <input> has spell-checking because the attribute
spellcheck="true"
If this is omitted, then the input is not spell-checked. Safari on the
other hand
have spell-checking regardless if the spellcheck attribute is specified or
not.
Here is the code snippet:
<input name="input1" spellcheck="true"/>
Testcase reduction can be found at: (or see attached file)
http://go/reductions/5574/test_standard.html
Attachments:
test_standard.html 356 bytes
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---