blob: dce0fe2f740400035b15e145a8d0672ab597e14e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<script>
function go() {
svgvar00002.addEventListener("DOMNodeInserted", () => {
svg.appendChild(svgvar00008);
document.execCommand("insertOrderedList", false);
});
svgvar00002.insertAdjacentHTML("afterBegin", table.outerHTML);
}
</script>
<body onload=go()>
<table id="table"></table>
<b contenteditable="true">
<svg id="svg">
<feConvolveMatrix id="svgvar00002"/>
<feConvolveMatrix id="svgvar00008"/>
|