Correction to my first post
Quote:
I have the same error message in one of my epub.
I have two inline svg, no links inside, no links in the whole xhtml file.
|
Actually I have 3 links following the svg tag.
I made a test.
Current structure :
Code:
<body>
<svg>
...
</svg>
<a ...>
<a ...>
<a ...>
</body>
Epub-Checker (v4.0.1) reports 3 warnings.
Test :
Code:
<body>
<a ...>
<a ...>
<a ...>
<svg>
...
</svg>
</body>
No warning.
Kevin must be right. There's a bug, Epub-Checker doesn't see the svg closing tag.