What fresh hell is THIS now? - Patrick Lauke
<a role=presentation>foo</a>
is the same as <span>foo</span>
. So it doesn't hide anything.
Slack's IRC bridge is superior if you ask me.
if you are sighted maybe
[jakecross] I have an input and a separate list of... well list items, and they are being used to create a set of results. I have been asked to get this mock select list to allow someone using AT to navigate the result with the arrow keys (up and down) rather than tab to the list items.
Does it make sense to implement this? Will a user of AT really be trying to move around this mocked select list with arrow keys?
[jakecross] Change markup, test suite collapses...
Maybe I'll just highjack the keydown events
[jakecross] I should probably point out that I was guessing as to why the development team opted for <a> over <button>
It was watching your talk that made me want to volunteer to resolve current accessibility work on another team when they asked - https://www.youtube.com/watch?v=dmYDggEgU-s - </fanboy>
[scottohara] fewer characters used === fewer bytes === better performance, rite?
<button> takes longer to type than <a>
Thanks for my daily groan