为什么 contenteditable 不起作用?

Why isn't contenteditable working?

我正在尝试让 contenteditable 处理样式元素,但它似乎没有任何改变,而且似乎没有应用其他样式

  <style contenteditable="true" style="display: block; width: 500px; height: 500px; border: 1px solid black;">

  </style>

我试过了,效果不错。

<style contenteditable="true" style="display: block; width: 500px; height: 500px; border: 1px solid black;">

  </style>
<div class="x"></div>

https://codepen.io/sefalette-1472316262/pen/KqxwVY