unit29868 / pressbooks

PressBooks - The CMS for books.
http://pressbooks.com/
1 stars 0 forks source link

Modify the Tidy validation routine #8

Closed unit29868 closed 11 years ago

unit29868 commented 11 years ago

Swap the tidy routine to use htmLawed beta to validate against HTML5, not XHTML.

unit29868 commented 11 years ago

To prevent HTML5 tags from being culled by tidy, I ended up editing htmlawed beta to provide some limited support for this, and pass additional information into the routine from the EPUB3 class with the $spec variable, seen here:

https://github.com/unit29868/pressbooks/blob/dev/includes/modules/export/epub3/class-pb-epub3.php#L68

I will close this issue and open a new related one: Update and validate new htmlawed version for use.

At this time I do not know if there will be htmlawed compatiability issues between the EPUB2/3 versions.