The login page (https://fed.brid.gy/login) initially shows the list of services1, and clicking one of them will display an input field. But the input fields are actually only hidden with opacity: 0 and thus are interactive even while hidden. So if you attempt to tab around the page, the visually hidden input fields will be focused, which is very confusing.
And in this connection, the list items are not actually buttons, so keyboard users cannot focus nor click them.
The login page (https://fed.brid.gy/login) initially shows the list of services1, and clicking one of them will display an input field. But the input fields are actually only hidden with
opacity: 0and thus are interactive even while hidden. So if you attempt to tab around the page, the visually hidden input fields will be focused, which is very confusing.And in this connection, the list items are not actually
buttons, so keyboard users cannot focus nor click them.Footnotes
Well, it’s not actually of the
listrole, but that’s another story. ↩