What is checked?
The validator checks common INI-style problems, including missing = setters, empty sections, duplicate sections, duplicate keys and keys outside a section when strict mode is enabled.
Validation happens in the browser. That makes it useful for quick troubleshooting without uploading config files to a remote parser.