Quote:
Originally Posted by Jellby
Why do you need a <div>? Can't you just have the SVG code inside ah <h1>?
Code:
<h1 title="Chapter title">
<svg xmlns="http://www.w3.org/2000/svg" ...>
...
</svg>
</h1>
|
That is because in theory, you can't enclose a svg wrapper inside <h>, <p> and some others tags. Sigil allows the use you propose but maybe some ereaders doesn't and Psymon is a "purist"

and he want to use a svg wrapper instead of a background image because he fears that some devices doesn't show that image. For that reason I used a <div> container.