https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28242
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Tomás Cohen Arazi <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
