Add support for text-decoration-skip
See original GitHub issueThe standard: https://drafts.csswg.org/css-text-decor-3/#text-decoration-skip-property
Supported in Safari 8+ Mac and Safari iOS8+ with the -webkit-
prefix.
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
text-decoration-skip - CSS: Cascading Style Sheets | MDN
The text-decoration-skip CSS property sets what parts of an element's content any text decoration affecting the element must skip over.
Read more >"text-decoration-skip" | Can I use... Support tables ... - CanIUse
Method of defining the type, style and color of lines in the text-decoration property. These can be defined as shorthand (e.g. text-decoration: line-through ......
Read more >text-decoration-skip - CSS-Tricks
The text-decoration-skip property specifies where a text underline, overline, or strike-through should break. This improves legibility of ...
Read more >CSS text-decoration-skip - Quackit Tutorials
The CSS text-decoration-skip property specifies what parts of the element's content any text decoration affecting the element must skip over. The text- ...
Read more >Support for text-decoration-skip-ink: auto; #1179 - GitHub
lukasziegler commented on Jan 11, 2019 · Chrome 57 - 64 use -webkit-text-decoration-skip: ink; · Chrome >= 64: text-decoration-skip-ink: auto; ( ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I did this PR, I hope it’s the way to do it to have
text-decoration-skip
prefixed in Autoprefixer…https://github.com/Fyrd/caniuse/pull/2675
Great, thanks!