blob: 28bed36d5cd4f3fe25846ea6091457af883008bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<script>
window.onload = () => {
document.execCommand("insertHorizontalRule", false)
window.getSelection().collapse(b)
document.execCommand("forwardDelete", false)
}
function go() {
document.getSelection().setPosition(a)
}
</script>
<pre id="a">
<time contenteditable>a|</t>
<input id="b" onfocus="go()" autofocus onblur="go()">
|