https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21409

--- Comment #7 from Jonathan Druart <[email protected]> 
---
(In reply to Owen Leonard from comment #5)
> (In reply to Jonathan Druart from comment #3)
> > I have a small concern: we remove the table's caption.
> 
> We have neither a coding guideline regarding captions nor one defining how
> to use heading tags, so the templates are pretty random with regard to these
> elements. I think most if not all tables with DataTables toolbars use a
> heading instead of a caption.

https://www.w3.org/TR/WCAG20-TECHS/H39.html

"""
The objective of this technique is to programmatically associate captions for
data tables where captions are provided in the presentation. The caption for a
table is a table identifier and acts like a title or heading for the table.

The caption element is the appropriate markup for such text and it ensures that
the table identifier remains associated with the table, including visually (by
default). In addition, using the caption element allows screen reading software
to navigate directly to the caption for a table if one is present.
"""

We should use captions :)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to