selection-details-editor-ui.html (506B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <style> 4 *:nth-child(odd) { 5 display: table-header-group; 6 } 7 </style> 8 <script> 9 document.addEventListener("DOMContentLoaded", () => { 10 document.execCommand("enableObjectResizing", false) 11 document.addEventListener("selectionchange", () => { 12 document.execCommand("insertImage", false, "x") 13 document.execCommand("selectAll", false) 14 }, { once: true }); 15 document.getSelection().collapse(a) 16 }) 17 </script> 18 <details open="" contenteditable="true"> 19 <details id="a">