chinchang / chinchang/hint.css
Doesn't work in Safari on iOS 9.2
- Dominant language
- CSS
- Stars
- 8.4k
- Forks
- 680
- PR merge metrics
- No merged PRs in 30d
Description
Basically are working only hints from the grid (which shows different position of hint).
I think the problem is that other hints are applied on an `` tag without `href` attribute.
In some Safari versions `` tag without `href` attribute isn't recognized as a clickable element.
Adding `href="#"` to those hints fixes this behavior for me.
So, it would be nice to fix the demo and mention this in readme/docs.
Contributor guide
Research direction
Reproduce the issue in the demo on Safari for iOS 9.2 and inspect the hint elements that use tags without href attributes. Verify that the affected hints become clickable, then update the demo and README or documentation to cover the compatibility fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- documentation, frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100