HOW TO: Spell check your website with the Batch Wizard

Post here if your topic is about CSS HTML Validator but doesn't fit in another forum.
Post Reply
User avatar
Albert Wiersch
Site Admin
Posts: 3783
Joined: Sat Dec 11, 2004 9:23 am
Location: Near Dallas, TX
Contact:

HOW TO: Spell check your website with the Batch Wizard

Post by Albert Wiersch »

To use the Batch Wizard to spell check your website, follow the instructions in the documentation:

https://www.htmlvalidator.com/current/d ... _using.htm

In step 8 (the step where you set up the job options in the Batch Wizard Options), be sure to select the 'Spell check' tool as the 'Tool to Use'.

That's it. :D

If you want to get "advanced", you can use the onMisspelledWord() function to exclude certain words.

You can also use special comments to turn off spell checking for parts of a document (<!--chvignorespelling--> ... <!--/chvignorespelling-->), or to specify words to ignore on a per-document basis (<!--chvignorewords word1,word2,word3-->). For more information see the Spell Checking documentation page.
Albert Wiersch, CSS HTML Validator Developer • Download CSS HTML Validator FREE Trial
Post Reply