contenteditable
HTML要素内のテキストを編集可能にする属性
mdn
例
code:html
<div contenteditable=true>hoge</div>
拡張テキストエリアを ContentEditable で実現しよう - ボクココ
記事中で紹介されている
❌document.execCommand
は既に非推奨になっている
#WIP
https://medium.engineering/why-contenteditable-is-terrible-122d8a40e480
https://www.bokukoko.info/entry/2017/10/08/154950
https://engineering.linecorp.com/ja/blog/contentable-development-of-line-blog-apps/
https://note.com/ct8ker/n/n037f6ba3c318
https://github.com/lovasoa/react-contenteditable
Range Header
COntentEditable内でのキャレットの位置を指定するのに使う
https://www.bokukoko.info/entry/2017/10/02/191614