-
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
Update contenteditable to define plaintext-only state #21875
Update contenteditable to define plaintext-only state #21875
Conversation
Preview URLs
(comment last updated: 2023-06-20 13:43:22) |
While we're at it, we should work to address #22048 and add the other missing values as well. |
Hi @howard-e, thanks a lot for the submission. There's an unaddressed comment above, do you plan to come back to this one? Thanks :) |
Hi @bsmth, I would like to! But unfortunately, I don't have the capacity to do the related spec work at this time. I'd rather to leave that assignment open to any others that may be able to (or I can follow up in the future, otherwise) And apologies @Josh-Cena, I must have missed your comment in my inbox at the time! Additionally, since the related spec PRs have been merged, who can I request a review from or will this remain on hold until the other values are addressed? Or can we address those in separate PRs? |
It's okay if you are unavailable to fill out the other values. We'll just wait for the assigned reviewers or someone else (probably not me) to approve the current change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @howard-e 👍
* Update contenteditable to define plaintext-only state * Update files/en-us/web/api/htmlelement/contenteditable/index.md --------- Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]> Co-authored-by: Joshua Chen <[email protected]> Co-authored-by: Florian Scholz <[email protected]>
Description
Adds
plaintext-only
value description for use with thecontenteditable
attribute.Motivation
Bocoup is currently working on standardizing
contenteditable=plaintext-only
.Additional details
plaintext-only
state whatwg/html#8275contenteditable=plaintext-only
w3c/editing#407Related issues and pull requests