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

Test that <abbr> is styled correctly in next Safari #87

Open
atjn opened this issue Aug 11, 2024 · 0 comments
Open

Test that <abbr> is styled correctly in next Safari #87

atjn opened this issue Aug 11, 2024 · 0 comments

Comments

@atjn
Copy link
Contributor

atjn commented Aug 11, 2024

Safari currently does not style <abbr> elements with a dotted underline. There is a bug to fix this for the next version of Safari: https://bugs.webkit.org/show_bug.cgi?id=277889

We need to check later that the bug has been fixed. If for whatever reason the bug is not fixed in Safari, we can fix it here by adding something along the lines of:

abbr[title], acronym[title] {
    -webkit-text-decoration: dotted underline;
}

We would need to test that this actually works as expected.

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

No branches or pull requests

1 participant