good first issue
倉庫指標
- 星標
- (26,602 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Currently the editor is not accessible for screen readers because:
- It does not provide accessible names for interative elements.
- It relies on non-iteractive elements for interaction.
Proposed solution:
- Add accessible names to interactive elements via
aria-labelattribute or visually hidden text. - Add
role="button"attribute to all interactive elements or (better) usebuttontag instead ofdiv. - Add
aria-hidden="true"andfocusable="false"to SVG icons.