You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: We have set alt=“” for almost all images so that they are ignored by the screen reader. However, these images often offer added value and should therefore not be ignored. The alt text should be set for these images
🟢 Hero Images: Background and foreground colors do not have a sufficient contrast ratio. (WCAG Reference)
Proposed Solution: Make the background image darker and check if the result matches with https://contrastchecker.com/
Note: automated checkers use the background color of the whole page to compare it to which results in an insufficient contrast ratio. The actual visible colors have a WCAG compliment color ratio.
🟢 Navigation: Language switch chevron should be aria-hidden: true
🟢 Accordion elements: aria-describedby and aria-labeledby attributes should be connected by ID to an element that either has text description or an "aria-label" attribute.
🟡 Form Fields: The validity status of every form element must be represented in the code at all times using the "aria-invalid" attributes and the "true/false" values, and change dynamically when the status changes
🟢 Form Fields:aria-describedby and aria-labeledby attributes should be connected by ID to an element that either has text description or an "aria-label" attribute.
🟡 Links that open in a new tab or a new window should either have an "aria-label" attribute or a screen-reader only element explaining to screen-readers that this opens in a new tab.
Priority
General Issues
alt=“”
for almost all images so that they are ignored by the screen reader. However, these images often offer added value and should therefore not be ignored. The alt text should be set for these images<nav>
tag to “Data Protection” & “Imprint” in the Menu[aria-hidden="true"]
to flyout when it is visually hiddenaria-label="Breadcrumbs"
androle=”navigation”
to breadcrumb container (WAI-ARIA Reference)aria-hidden: true
Page Specific Issues
Careers
aria-describedby
andaria-labeledby
attributes should be connected by ID to an element that either has text description or an "aria-label" attribute.Career Details
aria-describedby
andaria-labeledby
attributes should be connected by ID to an element that either has text description or an "aria-label" attribute.Blog Overview
Blog Post
<li>
without<ul>
,<ol>
or<menu>
parent elements.The text was updated successfully, but these errors were encountered: