question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Drop `focus-visible` polyfill once Safari 15.3 is no longer supported

See original GitHub issue

https://caniuse.com/?search=focus-visible

We use focus-visible to polyfill the :focus-visible pseudoclass, which we should remove as soon as we’re able.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
turt2livecommented, Mar 26, 2022

(worth noting that we might not be able to accept contributions on this issue for 6-12 months because of the Safari release cycle)

1reaction
t3chguycommented, Mar 25, 2022

FTR it doesn’t polyfill :focus-visible but instead provides a .focus-visible class, so a find-and-replace is needed as well as killing the dep

Read more comments on GitHub >

github_iconTop Results From Across the Web

About the security content of Safari 15.3 - Apple Support
This document describes the security content of Safari 15.3. ... For more information about security, see the Apple Product Security page.
Read more >
New WebKit Features in Safari 15.4
Safari 15.4 is available for macOS Monterey 12.3, macOS Big Sur, macOS Catalina, iPadOS 15.4, and iOS 15.4. You can update to Safari...
Read more >
Fixing Focus for Safari - ITNEXT
It's clear that Apple's Webkit/Safari team are not going to fix this issue. There is an excellent polyfill available for :focus-visible from the...
Read more >
New WebKit features in Safari 15.4 | Hacker News
Now all major browsers support the <dialog> element without polyfill. ... And this was one of the many reasons why neither Safari nor...
Read more >
Enhance a11y using :focus-visible pseudo-class
Accessibility is one of the important aspects of the applications. ... selector is supported by chrome, firefox, and edge but not by safari....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found