kirby-color-palette icon indicating copy to clipboard operation
kirby-color-palette copied to clipboard

Improve accessibility of panel controls

Open renestalder opened this issue 1 year ago • 0 comments

The controls in the panel are currently use div and are not focusable via keyboard.

To improve accessibility, in place of div, custom styled radio boxes could be used, or alternatively, add role="button" and tabindex="0", with an aria marker on the selected element.

renestalder avatar Oct 05 '22 16:10 renestalder