Example:
<div> Hello World </div> <svg> <div> From SVG Land</div> </svg>
Question:
Despite the tags, SVG objects are parsed separately, rather than some kind of native part of the dom tree? How to get DIV inside SVG elements?
user1311390
source share