gjtorikian / html-proofer

Test your rendered HTML files to make sure they're accurate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow using Nokogiri's "strict" parsing mode.

Seirdy opened this issue · comments

Nokogiri supports a "strict" parsing mode that tests for XML well-formedness, ideal for XHTML content. The ability to enable this from html-proofer would be nice; sticking to well-formed XML markup helps expose many latent bugs.