code4lib / 2021.code4lib.org

Website for Code4Lib 2021
https://2021.code4lib.org
4 stars 3 forks source link

takes keyboard focus off duplicate link in schedule card #179

Closed yarnetsky closed 3 years ago

yarnetsky commented 3 years ago

for solving issue #177

I added tabindex="-1" to the link including the svg icons so tab order will go from header to header and skip the icons (yet the icons can still be clicked via mouse).

Other options include taking link off the svg or wrapping the whole card in a link (though this can muck with the ability to copy text within the block)

yarnetsky commented 3 years ago

To Test

To test, flip site from pre- to peri- Tab through the front page daily schedule blocks. Tabbing should only hit the schedule links and not the sun/moon icons