content icon indicating copy to clipboard operation
content copied to clipboard

contenteditable missing some allowed values description

Open dabuside opened this issue 2 years ago • 0 comments

MDN URL

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable

What specific section or headline is this issue about?

main content

What information was incorrect, unhelpful, or incomplete?

The above page says contenteditable has 2 enumerable values true, false. But the browser compatibility table says it's values can be caret, events, plaintext-only, typing Also note that page says the values also can be inherit

What did you expect to see?

  1. Add some description about caret, events, plaintext-only, typing values
  2. Correct the allowed values

Do you have any supporting links, references, or citations?

https://w3c.github.io/contentEditable/

Do you have anything more you want to share?

No response

MDN metadata

Page report details
  • Folder: en-us/web/html/global_attributes/contenteditable
  • MDN URL: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable
  • GitHub URL: https://github.com/mdn/content/blob/main/files/en-us/web/html/global_attributes/contenteditable/index.md
  • Last commit: https://github.com/mdn/content/commit/b279919de5d228c3818714fd01852a4ba1b7fabc
  • Document last modified: 2022-10-10T06:50:47.000Z

dabuside avatar Nov 04 '22 06:11 dabuside