When exporting an animation as HTML, then coping the Hype DIV into an XHTML file (to create an epub) I get a ‘SyntaxError (DOM Exception 12)’ when previewing the file in Safari.
It allways appears here:
function la(T, y) {
return T.innerHTML = y
}
If I change my file name from ‘page1.xhtml’ to ’ page1.html’ this error doesn’t appear and the animation works fine.
Anyone know what’s going on? If I leave it as .html it won’t pass validation and probably won’t get into the iBooks Store