Quote:
Originally Posted by AlanHK
Sigil's "well formed"check is OK, all readers are OK.
|
Always remember that Sigil's Well Formed check is not a specification checker/validator. It merely checks to see if all open tags are closed and that there are no nesting errors (meaning improper overlap of tags--no block-level/inline rules of xhtml are checked}. It's not an exhaustive, rule-based validation routine at all. It's a down & dirty check that nothing egregious is happening. That nothing is going to prevent Sigil from safely saving the epub, and that Sigil's automated routines can be safely run. Use a spec validator plugin if you want to know if an epub is spec-compliant.