spellcheck property
      
      bool
      get
      spellcheck
      
    
    
The spellcheck property of the HTMLElement interface represents a
boolean value that controls the
spell-checking
hint. It is available on all HTML elements, though it doesn't affect all
of them.
It reflects the value of the
spellcheck
HTML global attribute.
Implementation
external bool get spellcheck;
      
      set
      spellcheck
      (bool value) 
      
    
    
    
Implementation
external set spellcheck(bool value);