stable

Clone or download

Read-only

request #16638: Remove icons from accessibility tree in TLP documentation

Icons are purely decorative content and should be removed from the accessibility tree to help assistive technologies. This is done by adding aria-hidden="true" on icons elements such as <i class="fa fa-hand-peace" aria-hidden="true"></i> Since the issue is present everywhere in Tuleap codebase, the first step will address only the TLP documentation so that users that do copy/paste of examples already have the aria-hidden attribute. Change-Id: I2843ceb54ce28ea60f8753967eaba3af41352355

Modified Files

Name
M src/www/tlp-doc/resources/buttons/bar/radios/example.html +6 −6 Go to diff View file
M src/www/tlp-doc/resources/buttons/bar/sizes-colors/example.html +4 −4 Go to diff View file
M src/www/tlp-doc/resources/buttons/btn/icon/example.html +8 −8 Go to diff View file
M src/www/tlp-doc/resources/flyover/dropdowns/example.html +31 −31 Go to diff View file
M src/www/tlp-doc/resources/flyover/modals/replace-placeholders/example.html +2 −2 Go to diff View file
M src/www/tlp-doc/resources/flyover/modals/structure/example.html +2 −2 Go to diff View file
M src/www/tlp-doc/resources/flyover/modals/usage/example.html +1 −1 Go to diff View file
M src/www/tlp-doc/resources/flyover/popovers/example.html +12 −12 Go to diff View file
M src/www/tlp-doc/resources/forms/appends/example.html +13 −13 Go to diff View file
M src/www/tlp-doc/resources/forms/checkboxes/example.html +3 −3 Go to diff View file
M src/www/tlp-doc/resources/forms/datetime/example.html +2 −2 Go to diff View file
M src/www/tlp-doc/resources/forms/doc.html +3 −3 Go to diff View file
M src/www/tlp-doc/resources/forms/inputs/example.html +3 −3 Go to diff View file
M src/www/tlp-doc/resources/forms/multi-select2/doc.html +2 −2 Go to diff View file
M src/www/tlp-doc/resources/forms/multi-select2/example.html +3 −3 Go to diff View file
M src/www/tlp-doc/resources/forms/multi-selects/example.html +3 −3 Go to diff View file
M src/www/tlp-doc/resources/forms/prepends-appends/example.html +2 −2 Go to diff View file
M src/www/tlp-doc/resources/forms/prepends/example.html +10 −10 Go to diff View file
M src/www/tlp-doc/resources/forms/radios/example.html +3 −3 Go to diff View file
M src/www/tlp-doc/resources/forms/select2/example.html +3 −3 Go to diff View file
M src/www/tlp-doc/resources/forms/selects/example.html +3 −3 Go to diff View file
M src/www/tlp-doc/resources/forms/textareas/example.html +3 −3 Go to diff View file
M src/www/tlp-doc/resources/structure/cards/panes/example.html +2 −2 Go to diff View file
M src/www/tlp-doc/resources/structure/layout/complex/doc.html +1 −1 Go to diff View file
M src/www/tlp-doc/resources/structure/pagination/example.html +4 −4 Go to diff View file
M src/www/tlp-doc/resources/structure/panes/buttons/example.html +5 −5 Go to diff View file
M src/www/tlp-doc/resources/structure/panes/simple/example.html +1 −1 Go to diff View file
M src/www/tlp-doc/resources/structure/tabs/example.html +10 −10 Go to diff View file
M src/www/tlp-doc/resources/tables/filter/example.html +9 −9 Go to diff View file
M src/www/tlp-doc/resources/tables/tables/doc.html +1 −1 Go to diff View file
M src/www/tlp-doc/resources/tables/tables/example.html +24 −24 Go to diff View file
M src/www/tlp-doc/resources/visual-assets/badges/dark-background/example.html +1 −1 Go to diff View file
M src/www/tlp-doc/resources/visual-assets/badges/outline/example.html +1 −1 Go to diff View file
M src/www/tlp-doc/resources/visual-assets/badges/types/example.html +1 −1 Go to diff View file
M src/www/tlp-doc/resources/visual-assets/colors/illustrations/doc.html +2 −2 Go to diff View file
M src/www/tlp-doc/resources/visual-assets/icons/font-awesome-tlp-extension/demo.html +66 −66 Go to diff View file
M src/www/tlp-doc/resources/visual-assets/icons/font-awesome/example.html +13 −13 Go to diff View file
M src/www/tlp-doc/resources/visual-assets/skeletons/tables/example.html +3 −3 Go to diff View file
M src/www/tlp-doc/resources/visual-assets/skeletons/typo/example.html +1 −1 Go to diff View file