[Koha-bugs] [Bug 28242] Accessibility: OPAC - add captions and legends to tables and forms

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jun 12 15:04:08 CEST 2021


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

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomascohen at gmail.com

--- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
I'm not familiar with accessibility guidelines, but understand this changes. I
would like to know if this is on purpose. In this case, the <h2> tag is removed
in the resulting caption:

-   <div id="opac-user-fines">  <h2>Credits</h2>
+   <div id="opac-user-fines">
        <table class="table table-bordered table-striped">
+       <caption>Credits</caption>

but in some others it is kept:

-   <h2>Results</h2>
    <table id="sci_bcheckins_table" class="table table-bordered table-striped
dataTable no-footer">
+     <caption><h2>Results</h2></caption>

Maybe there's a reason, but I would like it commented on the commit message,
unless it needs to be fixed for consistency.

Great work BTW!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list