What fresh hell is THIS now? - Patrick Lauke
[jakecross] http://paste.ubuntu.com/21269603/
Could someone please take a look at this paste and let me know if there is an accepted preference between tabindex 0 and using js to apply a class when another element is focused? Note: I can't make too many changes to the overall html+css to just have the <a> work as I would like.
[jakecross] That's great thanks.
The content on hover and focus is a visual aid for determining location of the focus as the user moves through the site.
[jakecross] On hover, it shows come colour that will be used as the theme for that selection. If you're going into [A], you'll be looking through [green] things. If you're going to [B], you'll see [red] things.
You get an underline for that colour as you hover. I wanted to add that same thing to focus.
Are we saying the colour should be there by default and not on hover or focus as all?
[jakecross] I was going to hook it up with JS and a colleague said "just add tabindex, much easier"
While easier is true.... I don't know if that will cause other issues and should be avoided.