PROBLEM:
In toc.ncx, when a TOC section scope (src attribute) is not included in the
parent, there is no epubcheck warning or error.
METHOD:
for example :
<navMap>
<navPoint id="chapter" playOrder="1">
<navLabel>
<text>Chapter 1</text>
</navLabel>
<content src="chapter.html#first"/>
<navPoint id="section" playOrder="2">
<navLabel>
<text>Section 1</text>
</navLabel>
<content src="chapter.html"/>
</navPoint>
</navPoint>
</navMap>
RESULT:
No warning or error in epubcheck3.0b5.
EXPECTED:
If there is a subsection included in the parent, but src attribute not included
in the src parent ==> warning (or error).
PLATFORM:
windows 7
Original issue reported on code.google.com by vgros00@gmail.com on 7 May 2012 at 2:43
Original issue reported on code.google.com by
vgros00@gmail.com
on 7 May 2012 at 2:43