Bug 15095
Summary: | Allow to disable spell checking using the spellcheck attribute. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Thomas Steinacher <tom> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Enhancement | CC: | ap, mitz |
Priority: | P3 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://developer.mozilla.org/en/docs/Controlling_spell_checking_in_HTML_forms |
Thomas Steinacher
Sometimes spell checking is distracting for the user, e.g. when dealing with e-mail addresses, code, or (in my case) writing an application that allows users to learn words.
It should be possible to disable spell checking in input fields or textareas like in Firefox (see the URL), using the spellcheck attribute:
<input type="text" spellcheck="false">
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
webkit
*** This bug has been marked as a duplicate of 14552 ***