I would like to disable the built-in spell-check feature in some browsers, such as Firefox and Opera, in a text box that contains HTML code to paste to copy and paste visitors. This can be done with the following attribute:
= spell check "false"
However, this causes a validation error for XHTML Strict. In addition, it does not work properly in Opera, because the spell check is returned after the user selects the paste code in the text area. Is there any other way to disable the spell check feature?
source
share