Blob Blame History Raw
<!DOCTYPE html>
<html>
<body onload="init()" spellcheck="true">
    <div contenteditable>blahblahblah</div>
    <script>
      function init() {
        document.body.spellcheck = false;
      }
    </script>
</body>
</html>