[Koha-bugs] [Bug 25166] Add "aria-hidden = true" to Font Awesome icons in the OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 23 10:52:28 CEST 2020


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

--- Comment #5 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
% git grep '<i class="fa' koha-tmpl/opac-tmpl/|grep -v aria-hidden

koha-tmpl/opac-tmpl/bootstrap/js/global.js:                        <a href="#"
id="bootstrap-confirm-box-modal-submit" class="btn btn-danger"><i class="fa
fa-check"></i></a>\
koha-tmpl/opac-tmpl/bootstrap/js/global.js:                        <a href="#"
id="bootstrap-confirm-box-modal-cancel" data-dismiss="modal" class="btn
btn-default"><i class="fa fa-remove"></i></a>\

Are not they valid?

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


More information about the Koha-bugs mailing list