https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39271
--- Comment #3 from nina <[email protected]> --- Here is some additional documentation on the RGAA. The RGAA is the French equivalent of the WCAG. Translation of the important information : https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#10 10.1.2 In each web page, presentation attributes should not be present in the generated source code of the page. Methodology : 1 - Verify the absence of presentation attributes : align, alink, background, bgcolor, border, cellpadding, cellspacing, char, charoff, clear, color, compact, frameborder, hspace, link, marginheight, marginwidth, text, valign, vlink, vspace, size(exception of the element <select>), width (exception of the element <img>, <object>, <embed>, <canvas> and <svg>), height (exception of the element <img>, <object>, <embed>, <canvas> and <svg>) ; 2 - If this is the case, the test is validated. https://accessibilite.numerique.gouv.fr/methode/glossaire/#presentation-de-l-information Information presentation. Visual rendering of content via a browser in graphical mode. The presentation concerns the style, the position and the dimension of HTML elements and their content. The presentation information should be done with CSS. The element basefont, big, blink, center, font, marquee, s, strike and tt) and the attributes (align, alink, background, bgcolor, border, cellpadding, cellspacing, char, charoff, clear, compact, color, frameborder, hspace, link, marginheight, marginwidth, text, valign, vlink, vspace) are prohibited. Notes : - The width and height attributes used on elements other than <img>, <object>, <embed>, <canvas> and <svg> are prohibited. - The size attribute used on elements other than <select> is also prohibited. - The <u> element is prohibited only if the document doctype does not correspond to HTML 5. -- 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/
