1. contenteditable attribute (basic support)

    Method of making any HTML element editable.

  2. htmlelement api: contenteditable: `plaintext-only` as a value

  3. htmlelement api: iscontenteditable

  4. html attribute: contenteditable

  5. html attribute: contenteditable: `contenteditable="plaintext-only"`