1

I wanna check, using JS, if a text typed inside an <input> contains that red underline that Chrome adds to the bottom of a word if it is typed wrong. Is it possible to check if the text is mispelled without the use of any library since chrome already tries to check if the text is typed correctly?

See example below.

enter image description here

Samul
  • 1,824
  • 5
  • 22
  • 47
  • Looks like this isn't possible... http://stackoverflow.com/questions/30704264/how-to-access-chrome-spell-check-suggestions-in-javascript – Gerrit0 Feb 07 '17 at 01:39
  • Take a look at : http://stackoverflow.com/questions/30704264/how-to-access-chrome-spell-check-suggestions-in-javascript – Mazz Feb 07 '17 at 01:40
  • Ok thank you so much guys, but is this possible inside a chrome extension? maybe chrome extension has more privilege? – Samul Feb 07 '17 at 11:55

0 Answers0