blob: 7d5966755903a189bd2f5d4405f9f4fb58859af5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<script>
function go() {
window.find("1", true, false)
a.setAttribute("contenteditable", "true")
document.execCommand("forwardDelete", false)
document.execCommand("enableObjectResizing", false)
}
</script>
<dl id="a">
<table>
<th>
GjdR1W3
<svg>
<animateMotion onbegin="go()" />
</tr>
<details ontoggle="go()" open>
|