What fresh hell is THIS now? - Patrick Lauke
aria-haspopup
to indicate it opened something. It might be better to keep it simple and do some user testing with people with disabilities to see if you need more than that
[dave_or_dead] Hey guys, just had a quick question. Been doing a fair bit of googling and reading the spec but haven't been able to find a good solution for this.
Essentially I have to implement a <table>
similar to the below where rows can be expanded to open by way of clicking on an arrow button.
<tr>
with the two child <tr>
s in an accessible way
[karlgroves] > I know Google Hangouts has support explicitly for sign language interpreters
Which is effing awesome, BTW
<table>
that has clickable rows.<caption>
so I was thinking of putting the information there, but it feels clunky. Any thoughts? I put together a rough mock up of what I mean on jsFiddle: https://jsfiddle.net/cryberg/hgzgsqpc/
aria-label
is only intended for elements that are labellable (inputs and buttons, mostly)