stable

Clone or download

Read-only

request #10331: a11y: logo link on navbar must have discernible text

We should ensure that every links has an accessible name, including the logo link in the navbar that doesn't provide any label. The chosen solution to fix this issue is the following: ARIA14: Using aria-label to provide an invisible label where a visible label cannot be used [1] > In some situations, elements can be given the attribute aria-label to provide > an accessible name for situations when there is no visible label due to a > chosen design approach or layout but the context and visual appearance of the > control make its purpose clear. [1] https://www.w3.org/TR/WCAG20-TECHS/ARIA14.html Change-Id: I32d45e1dcf175831c4f26729ef420496fac76172

Modified Files

Name
M src/www/themes/BurningParrot/Navbar/Presenter.php +2 −0 Go to diff View file
M src/www/themes/BurningParrot/templates/navbar/navbar.mustache +1 −1 Go to diff View file
M src/www/themes/FlamingParrot/NavBarPresenter.class.php +4 −2 Go to diff View file
M src/www/themes/FlamingParrot/templates/navbar.mustache +1 −1 Go to diff View file