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

Datatable: adding the option to add a <caption> #1028

Closed
Lb-lea opened this issue Nov 15, 2018 · 0 comments
Closed

Datatable: adding the option to add a <caption> #1028

Lb-lea opened this issue Nov 15, 2018 · 0 comments
Assignees
Milestone

Comments

@Lb-lea
Copy link

Lb-lea commented Nov 15, 2018

Hello,
Table captions and summaries provide information to give the user a quick information of the table content. While they are not required to meet WCAG 2.0, they can still be very useful for screen reader users.
Usage example

<table>
  <caption>Explaining what this table is about</caption>
  <tr>...</tr>
</table>

or

<table   summary="Explaining what this table is about">

It might be interesting to add those or one of those optional field in the datatable.

Lb-lea pushed a commit to Lb-lea/BootsFaces-OSP that referenced this issue Nov 16, 2018
add <caption> optional tag to datatable to improve screen reader experience

Fix  TheCoder4eu#1028
stephanrauh pushed a commit that referenced this issue Nov 23, 2018
add <caption> optional tag to datatable to improve screen reader experience

Fix  #1028
stephanrauh added a commit to TheCoder4eu/BootsFacesWeb that referenced this issue Nov 23, 2018
stephanrauh added a commit to TheCoder4eu/BootsFacesWeb that referenced this issue Nov 23, 2018
@stephanrauh stephanrauh added this to the v1.4.0 milestone Nov 23, 2018
stephanrauh added a commit to TheCoder4eu/BootsFacesWeb that referenced this issue Nov 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants