• Skip to primary navigation
  • Skip to content
  • Skip to footer
공대여자 github page

      공대여자

      Web Dev

      • HERE!
      • Website
      • GitHub
      • Instagram

      맞춤법 검사 끄기. spell check off

      less than 1 minute read

      <input    ~~~~~    spellcheck=”false”>

      spellcheck=”false” spellcheck=”true”

      element.spellcheck = true; element.spellcheck = false;

      element.forceSpellCheck();  // 크롬 버전 58.0.3029.110 (64-bit) 에서 지원 안된다.


      • https://html.spec.whatwg.org/multipage/interaction.html#spelling-and-grammar-checking

      🔗original-link

      Updated: June 5, 2017

      Share on

      Twitter Facebook LinkedIn
      Previous Next

      You May Also Enjoy

      less than 1 minute read

      less than 1 minute read

      less than 1 minute read

      less than 1 minute read

      • Feed
      © 2025 공대여자 github page. Powered by Jekyll & Minimal Mistakes.