spellcheck attribute
Sets whether the automatic spellchecker is enabled.
The internal spellchecker is a great solution in Firefox, Google Chrome and Safari, but useless in most cases,
because the user must install different language packs to use it correctly.
The browser checks whether the required language pack is installed, and if not, it uses the default.
It does not alert the user to install the required language pack, so almost all content will be underlined.
JavaScript page for this attribute: spellcheck. You can find other example(s) there. |
Possible values:
Boolean that indicates the state of spellcheck.
The auto-spellcheck is disabled. | |||||||
Default. The auto-spellcheck is enabled. |
Default: true.
Example HTML code 1:
This example illustrates the use of the spellcheck attribute:
|
||||
<textarea spellcheck="true">Some content in the textarea</textarea> <textarea spellcheck="false">Some content in the textarea</textarea> |
||||
|
||||
Did you find this example helpful?
|
Supported by tags:
a, abbr, acronym, address, b, bdo, big, blockQuote, body, button, caption, center, cite, code, dd, del, dfn, dir, div, dl, dt, em, fieldSet, font, form, H1, H2, H3, H4, H5, H6, html, i, input:text, ins, isIndex, kbd, label, legend, li, listing, menu, nobr, ol, p, plainText, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tBody, td, textArea, tFoot, th, tHead, tr, tt, u, ul, var, xmp
User Contributed Comments