5 document
.addEventListener('DOMContentLoaded', () => {
6 // For emulating the traditional behavior, collapse Selection to end of the
7 // <em> which is the deepest last child of the <body> (at the comment node).
8 getSelection().collapse(
9 document
.querySelector("em[contenteditable]"),
10 document
.querySelector("em[contenteditable]").childNodes
.length
12 document
.execCommand("justifyLeft");
13 document
.designMode
= 'on';
14 document
.execCommand("insertParagraph");
21 <button autofocus formnovalidate
formtarget=
"">
23 <!-- COMMENT --></big></em></h4></body>