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 divs


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -