1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<script> function go() { a.children[0].appendChild(b) } </script> <body onload=go()> <svg id="a"> <foreignObject> <li> <video controls="" autoplay=""> <li id="a" contenteditable="true"> </li> </svg> <canvas id="b"> <svg> <use xlink:href="#a">