Open
Description
Prerequisites
- I have searched for duplicate or closed feature requests
- I have read the contributing guidelines
Proposal
Study the need for caption (or aria-label
, aria-lebelledby
, ...) on every table in the documentation and add them if needed.
Here is a small sample (thanks #859 (comment)):
In other Markdown documents captions are not added:
- https://deploy-preview-859--boosted.netlify.app/docs/5.2/components/back-to-top/#sass-options
- https://deploy-preview-859--boosted.netlify.app/docs/5.2/content/typography/#headings
- https://deploy-preview-859--boosted.netlify.app/docs/5.2/content/typography/#regular-text
- https://deploy-preview-859--boosted.netlify.app/docs/5.2/forms/quantity-selector/#events
- https://deploy-preview-859--boosted.netlify.app/docs/5.2/layout/grid/#grid-options
- https://deploy-preview-859--boosted.netlify.app/docs/5.2/utilities/vertical-align/
- All
{{< bs-table >}}
Just asking, do we need to add captions? Mandatory in this case?
Motivation and context
Improve the a11y of our documentation.