-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Chrome 64 uses "text-decoration-skip-ink: auto" by default #722
Comments
#693 was merged. Thanks |
I would actually have preferred to set the default text-decoration-skip-ink style on links as 'none' for a couple reasons:
Edge, IE, and Firefox won't have any gaps. Chrome uses 'ink' and has gaps on descenders. Safari uses 'skip' and has gaps, but I'm not sure if the behaviour is the same as 'ink' on Chrome.
|
|
@tomasz1986 That's not true for inline elements (like anchors are by default). This post has some examples of ways to style "underlines": |
I stand corrected. I got confused when trying to use |
https://www.chromestatus.com/feature/5631679087509504
Looks like this:
If #693 is approved then nothing needs to be changed.
Otherwise
text-decoration-skip-ink: none
can be added to remove the skips.The text was updated successfully, but these errors were encountered: