Quote:
Originally Posted by KevinH
@nabsltd,
That approach would miss or break ids used by the epub2 toc.ncx which use <content src="blah#fragment">, and of course break the opf guide urls if they used fragments, and any ncx pagelists or adobe pagmap.xml use of fragments.
Not to mention epub3 external cfi urls that use fragments, external bookmarks that use fragments, javascript uses to dentify nodes in the dom, etc.
|
When I remove IDs, I make sure that they are either not used or at the top of the HTML and only used in the ToC. Then I can remove them from the HTML and the ToC (if they are in the ToC).