https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20054 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 70798 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70798&action=edit Bug 20054: Remove attribute "text/css" for <style> element in OPAC Conformance rules for HTML5 is generating warnings for <style> element with type="text/css" attribute when the OPAC page is checked with W3C Validator. Test plan ========= 1/ Click the "Tag cloud" link on the OPAC. Paste the URL to your OPAC page (if it is hosted) to W3C Validator and watch the warning about type attribute "text/css". 2/ Apply patch and re-submit the page to the Validator. The warning will be gone. Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.