Patterns icon indicating copy to clipboard operation
Patterns copied to clipboard

For accessibility reason the pat-collapsible should also trigger on keydown

Open frontendplace opened this issue 11 years ago • 0 comments

Now only I see the click event to trigger the collapsible. (set tabindex="0" on the element if first child is not a link) Expected: When I navigate with keyboard and I have focus on the first child the keyboard enter should trigger the collapsible too.

frontendplace avatar May 14 '14 17:05 frontendplace