View Single Post
Old 11-01-2015, 03:16 PM   #122
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,895
Karma: 6120478
Join Date: Nov 2009
Device: many
Hi Arios,

It will not. It only checks for sanity - ie if the xhtml can actually be parsed and other major things like that. So any parseable xhtml text will pass. It is not a conformance checker like FlightCrew was.

The whole idea with sanity checker is to prevent autocleaning from messing up. You can now quickly detect issues with parsing yourself and hand fix them, if you are worried that autofixing will hurt your code in some way.

Sigil has outsourced all validation checks to plugins like FlightCrew and Doitsu's epubcheck.

Hope this explains things.

Kevin
KevinH is offline