View Single Post
Old 03-12-2016, 02:35 AM   #35
Bertrand
Zealot
Bertrand began at the beginning.
 
Posts: 124
Karma: 10
Join Date: Dec 2008
Location: France
Device: None
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.

Last edited by Bertrand; 03-12-2016 at 01:43 PM.
Bertrand is online now   Reply With Quote