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

Remove <abbr> reset #86

Merged
merged 1 commit into from
Aug 11, 2024
Merged

Remove <abbr> reset #86

merged 1 commit into from
Aug 11, 2024

Conversation

atjn
Copy link
Contributor

@atjn atjn commented Aug 11, 2024

This reset has never worked because Safari doesn't support the specific shorthand we use. You can check out the implementation bug here: https://bugs.webkit.org/show_bug.cgi?id=230083

We could add a workaround to render an underline in Safari, but we don't have to because the next version of Safari will come with a baked-in workaround: https://bugs.webkit.org/show_bug.cgi?id=277889

It could take many months for the fix to be merged and released for us to test, so I think the best course of action is to remove this reset now, and then open an issue to track that the workaround is indeed present in the next version of Safari: #87

@sindresorhus sindresorhus merged commit ff296ba into sindresorhus:main Aug 11, 2024
2 checks passed
@atjn atjn deleted the abbr branch August 11, 2024 16:03
@atjn
Copy link
Contributor Author

atjn commented Aug 12, 2024

@sindresorhus I swear I am done now if you want to release a new version ;)

@sindresorhus
Copy link
Owner

https://github.com/sindresorhus/modern-normalize/releases/tag/v3.0.0

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

Successfully merging this pull request may close these issues.

2 participants