-
Notifications
You must be signed in to change notification settings - Fork 22.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
contenteditable missing some allowed values description #22048
Comments
As per the latest spec on 7th December 2023 only valid values are |
w3c's spec(Editor's draft) didn't match whatwg's spec. |
|
Could we take advantage of this issue, and create a PR to remove the reference about I can create the PR if you agree with. |
Yes, we need to update the doc.
|
Fixed by #31935 |
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?
caret
,events
,plaintext-only
,typing
valuesDo 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
en-us/web/html/global_attributes/contenteditable
The text was updated successfully, but these errors were encountered: