You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
When I press f all links are marked with a letter I can press to navigate to where the link points to.
On the Predrag blog site when you shrink the page, the side footnotes reference numbers exposes the footnotes when clicked upon.
Before
After clicking ref number 2:
The problem is that when I press f, these reference numbers are not marked as clickable. Example:
Question
The footer reference numbers are not heref links, instead they are stylized check boxes (I think) that exposes the footnotes when clicked. Shouldn't check boxes come up as clickable though?
Not sure if this is a bug or if there's something that can be done on the CSS end to make the footer ref show up as being "clickable".
Failure Information (for bugs)
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
A bit of context to hopefully save folks time: the numbered refs are implemented as a label + hidden checkbox combination, where the label carries the superscript number. Clicking the label causes the checkbox to get checked, which reveals the hidden text. So they aren't clickable links in the a/href sense (there's no "new location" to navigate to), but they are intended to be clickable.
If there's a simple HTML/CSS fix I can apply on my end to fix this today without breaking the rest of my site, I'd be happy to do it. I'm just not familiar with Vim-Vixen (just learned about it today!) or its heuristic for discovering clickable items.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm opening this issue because:
Description
When I press
f
all links are marked with a letter I can press to navigate to where the link points to.On the Predrag blog site when you shrink the page, the side footnotes reference numbers exposes the footnotes when clicked upon.
Before
After clicking ref number
2
:The problem is that when I press
f
, these reference numbers are not marked as clickable. Example:Question
The footer reference numbers are not heref links, instead they are stylized check boxes (I think) that exposes the footnotes when clicked. Shouldn't check boxes come up as clickable though?
Not sure if this is a bug or if there's something that can be done on the CSS end to make the footer ref show up as being "clickable".
Failure Information (for bugs)
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
f
to expose all clickable itemsSystem configuration
The text was updated successfully, but these errors were encountered: