TypeCellOS / TypeCellOS/BlockNote
Improve table and videos accessibility in BlockNote
Nessuno ha ancora preso questa issue.
- Lingua principale
- TypeScript
- Stelle
- 10.2k
- Fork
- 772
- Merge medio
- 3g 11h
- PR unite (30g)
- 17
Descrizione
Discussed in https://github.com/TypeCellOS/BlockNote/discussions/2766
Originally posted by Ovgodd May 21, 2026
allow authors to define an accessible table title
Feature Request
This issue was identified during the Docs accessibility audit on a page containing table-related content.
Audited page:
https://docs.numerique.gouv.fr/docs/0d998bef-1b69-47ce-bd18-83d4d849c734/
BlockNote tables do not currently provide a way for authors to define an accessible table title.
A table title helps users understand the purpose of the table before navigating its content, especially screen reader users.
What did you expect to happen?
Authors should be able to define an accessible table title in the table editing UI.
This title should be exposed in the generated markup, preferably using <caption>.
Example:
<table>
<caption>Project members</caption>
<thead>
<tr>
<th>Name</th>
<th>Role</th>
</tr>
</thead>
<tbody>
<tr>
<td>Alice</td>
<td>Designer</td>
</tr>
</tbody>
</table>
Alternative implementations could use aria-label or aria-labelledby if is not suitable.
Without an accessible table title, users may need to navigate the table content before understanding what the table is about.
A dedicated table title improves comprehension for screen reader users and helps authors create more accessible structured content.
BlockNote version
0.51.4
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Start by locating the table editing UI and the code that produces generated table markup; review the accessibility discussion in #2766 and the audit context. Done means authors can enter a table title, and the resulting markup exposes it accessibly, preferably through a caption or a documented alternative.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- react, typescript
- Ambito
- accessibility, frontend
- Tipo di issue
- Funzionalità
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Tranquilla
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 52/100