Arne Hartherz
Arne Hartherz
Valid point. We should change this as suggested.
Thanks for clarifying; I assumed that was what's going on. I had overlooked the possibility of not specifying a target for `up.reload` or just using `:main`. That is exactly what...
@JonKaric Sure. In my case, slides contained two links to the same target: one around the article image, and one around the article title. I wanted only the title link...
Thanks for the suggestion @Egpereira. I do not want to hide the image inside the link element from the accessibility tree, so in this case it's unfortunately not an option...
> You could cut out the JS and do it straight in the `focusableNodes` option, `querySelector` and `focusableNodes` both take a css selector list it seems. `a:not([tabindex="-1"])` Unfortunately, using `a:not([tabindex="-1"])`...