elements icon indicating copy to clipboard operation
elements copied to clipboard

[A11y]: InoTableHeader sort icon-button is not accessble

Open Sl1nd opened this issue 1 year ago • 0 comments

Bug Report

The ino-icon-button displayed for InoTableHeaders with sorting option enabled does not provide an accessible name.

(https://github.com/inovex/elements/blob/bfdfc0205fa3aed18f8667ca9f8cef3d5c10b834/packages/elements/src/components/ino-table-header-cell/ino-table-header-cell.tsx#L255)

Possible Solution

Add accessible name to sort icon-button. It would be useful to configure the description from outside the component to support i18n.

Sl1nd avatar Jan 24 '24 14:01 Sl1nd