javascript - Enable spellcheck on all page text -
is there way enable spellcheck on page text ?
i mean, if text not editable ?
i made search , found way desactivate on editable text. no way activate on non-editable text...
i seen if activate contenteditable, click on contenteditable div, , go out, underlined text stay underlined (even if delete contenteditable attribute (with js) ).
thank you
after typing "spellcheck html" in google found :
the spellcheck attribute specifies whether element have spelling , grammar checked or not.
the following can spellchecked:
text values in input elements (not password)
text in < textarea > elements
text in editable elements
conclusion : can't apply spellcheck on div
s
Comments
Post a Comment