justifycenter-around-textarea.html (317B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <script> 4 function go() { 5 a.replaceWith(undefined) 6 window.getSelection().modify("move", "right", "word") 7 document.execCommand("justifyCenter", false) 8 } 9 </script> 10 <div contenteditable="true">a</div> 11 <textarea>23</textarea> 12 <li dir="RTL"> 13 <strong id="a"> 14 <svg onload="go()">