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

Improve parsing of text-decoration styles #3149

Closed
wants to merge 1 commit into from
Closed

Improve parsing of text-decoration styles #3149

wants to merge 1 commit into from

Conversation

DokaRus
Copy link

@DokaRus DokaRus commented Aug 26, 2020

The text-decoration property is specified as one or more space-separated values representing the various longhand text-decoration properties.

MDN

The current implementation of the clipboard module does not take into account the fact that more than one decorator can be used, for example:

<span style="text-decoration: underline line-through;">mixed</span

It fixes #2585

@quill-bot
Copy link

Quill 2.0 has been released (announcement post) with many changes and fixes. If this is still an issue please create a new issue after reviewing our updated Contributing guide 🙏

@quill-bot quill-bot closed this Apr 17, 2024
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.

Unable to use text-decoration: underline and text-decoration: line-through
2 participants