Closed
Description
🐛 Bug Report
There is no focus style for links on Safari
🤔 Expected Behavior
It should be possible to tell which element has focus
😯 Current Behavior
Using https://react-spectrum.adobe.com/react-spectrum/Link.html tabbing to the links in the page shows no focus style.
Screen.Recording.2023-01-31.at.2.33.49.PM.mov
💁 Possible Solution
Safari doesn't seem to support
text-decoration: underline double;
It does seem to support
text-decoration-line: underline;
text-decoration-style: double;
🔦 Context
💻 Code Sample
🌍 Your Environment
Software | Version(s) |
---|---|
react-spectrum | 3 |
Browser | Safari 16.3 |
Operating System | MacOS 13.2 |
🧢 Your Company/Team
🕷 Tracking Issue (optional)
Metadata
Metadata
Assignees
Type
Projects
Status
✅ Done