Skip to content
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 attribute values #4163

Merged
merged 3 commits into from
Oct 24, 2023

Conversation

shoonia
Copy link
Contributor

@shoonia shoonia commented Oct 23, 2023

The contenteditable content attribute is an enumerated attribute whose keywords are the empty string, true, plaintext-only and false.

https://html.spec.whatwg.org/multipage/interaction.html#contenteditable

contenteditable?: '' | 'true' | 'false' | 'plaintext-only';

@coveralls
Copy link

coveralls commented Oct 23, 2023

Coverage Status

coverage: 99.282%. remained the same when pulling 635c67f on shoonia:contentEditable--plaintext-only into 485078e on preactjs:main.

@JoviDeCroock JoviDeCroock merged commit e24fdad into preactjs:main Oct 24, 2023
2 checks passed
@shoonia shoonia deleted the contentEditable--plaintext-only branch October 24, 2023 17:29
@JoviDeCroock JoviDeCroock mentioned this pull request Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants