edwardtufte / tufte-css

Style your webpage like Edward Tufte’s handouts.
https://edwardtufte.github.io/tufte-css/
MIT License
5.99k stars 459 forks source link

Descenders for link underlines are now available without the text-shadow hack #186

Closed WebBurnout closed 1 month ago

WebBurnout commented 2 months ago

Hey, it's 2024 and the text-decoration-skip-ink property is now >93% supported. The current implementation has cause quite a few issues in the past: https://github.com/edwardtufte/tufte-css/issues/163 https://github.com/edwardtufte/tufte-css/issues/179 https://github.com/edwardtufte/tufte-css/issues/49 https://github.com/edwardtufte/tufte-css/issues/86 https://github.com/edwardtufte/tufte-css/issues/96

Maybe it's time to use this property instead of the workaround?

daveliepmann commented 2 months ago

PR welcome