w3c / tr-design

CSS used by W3C specs (this repo is not about the w3.org/TR index page)
https://w3c.github.io/tr-design/src/README
Other
64 stars 29 forks source link

Dashed underline for text insertion style not working #332

Open maryjom opened 1 year ago

maryjom commented 1 year ago

Don't see any dashed underline on inserted text. It's still solid underline. See #325. Not sure if this is a code problem or a deployment problem. Here's a link to my document that demonstrates that it's still a solid underline (see the Note under the "target" definition).

fantasai commented 1 year ago

It seems to be working fine for me in Firefox , Chrome, and Safari; however Epiphany (WebKit browser on Linux) seems to be rendering text-decoration-style: dashed as solid. :/ See testcase. There used to be a bug on this, but it was fixed in 2016, so I'm not sure what's going on...

What browser are you using?

maryjom commented 1 year ago

@fantasai I am using the latest Chrome on Mac.