You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is caused by Deno DOM not yet being able to produce XML nodes (which includes embedded XML documents as in your case) properly...
I just checked the parser and html5ever does knows that an SVG tag should be parsed as an embedded XML document... This might be easier to fix than I thought 🤔
Note the discrepancy with case sensitivity of some attributes (specifically,
viewbox
vsviewBox
).On Google Chrome:
On deno_dom 0.1.36:
The text was updated successfully, but these errors were encountered: