Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Accessibility] - Enable caption for HTML tables #99

Closed
jsolly opened this issue Oct 13, 2022 · 1 comment
Closed

[Accessibility] - Enable caption for HTML tables #99

jsolly opened this issue Oct 13, 2022 · 1 comment

Comments

@jsolly
Copy link
Contributor

jsolly commented Oct 13, 2022

Context

Table captions are recommended for sighted and unsighted users. This allows them to quickly understand what the table is about without having to start reading/listening through the data of the table.
See -> https://www.w3.org/WAI/tutorials/tables/caption-summary/

Ideal behavior

Captions can be turned on/off. This is how it works in the CKEditor5 demo editor.
image

Implementation Notes

According to the CKEDitor5 docs, this can be 'turned on' by adding the tableCaption plugin.

hvlads added a commit that referenced this issue Oct 15, 2022
hvlads added a commit that referenced this issue Oct 15, 2022
@hvlads
Copy link
Owner

hvlads commented Oct 15, 2022

I added the code and in the next release this functionality will appear

@hvlads hvlads closed this as completed Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants