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

contenteditable="plaintext-only" always rendered into contenteditable="true" #9397

Closed
css-master opened this issue Jan 31, 2019 · 2 comments
Closed

Comments

@css-master
Copy link

Version

2.5.21

Reproduction link

https://jsfiddle.net/pupilGradeSix/busmq2zp/2/

Steps to reproduce

open the link

What is expected?

contenteditable="plaintext-only" 能正常渲染成 plaintext-only 而不会变成 true

What is actually happening?

contenteditable="plaintext-only" 总是会被渲染成 contenteditable="true" 。最终我只能通过给 contenteditable 动态添加属性 plaintext-only 才能成功。试了几个 vue 的版本发现都存在这个问题。

@posva
Copy link
Member

posva commented Jan 31, 2019

plaintext-only is still at draft status. We need to wait until it becomes a standard and/or is implemented by browsers

@yyx990803
Copy link
Member

Added support in e632e9a

In 3.0 we are likely going to stop force casting enumerated attributes anyway.

Lostlover pushed a commit to Lostlover/vue that referenced this issue Dec 10, 2019
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

No branches or pull requests

3 participants