palantir/blueprint

Blueprint table elements do not use correct roles

Open

#6 224 ouverte le 14 juin 2023

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)TypeScript (2 167 forks)batch import
Domain: accessibilityP1Package: tableType: enhancementhelp wanted

Métriques du dépôt

Stars
 (20 263 stars)
Métriques de merge PR
 (Merge moyen 43j 10h) (27 PRs mergées en 30 j)

Description

You can use VoiceOver on Mac on https://blueprintjs.com/docs/#table/features to trivially see this - the elements don't correctly declare e.g. table, row, cell, etc. roles so that the screenreader is unable to correctly read each row. Instead, each cell gets read one at a time

Guide contributeur