-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
The current version 2.7.5 still returns svg as text node:
<ul id="nav1" class="nav1main">
<li>
<a href="/" class="logo-image">
<svg id="logo-mobile">
<image href="/?originalUrl=https%3A%2F%2Fgithub.com%2Flogo-mobile.svg" width="100%" height="100%" />
</svg>
</a>
</li>
</ul>Source:
<ul id="nav1" class="nav1main">
<li>
<a href="/" class="logo-image">
<svg id="logo-mobile">
<image href="logo-mobile.svg" width="100%" height="100%"></image>
</svg>
</a>
</li>
</ul>Equal, if image with separate closing tag or self-closing.
Originally posted by @mat-hew1 in #129 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels