Known Issues - These "violations" have been flagged as problematic by Axe, our accessibility scanner. Axe's "no false positives" philosophy means that if it's shown here, it's likely a problem to someone.
Known Issues Summary
No violations found.
Needs Review - These "incomplete" issues may be problematic, but couldn't be completely tested automatically. They should be reviewed by a real person.
Needs Review Summary
Needs Review on This Page
Elements must meet minimum color contrast ratio thresholds
Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. Axe Reference
-
<label class="form__label--floating" for="username" aria-hidden="true">Email or Phone</label>Element selector:label[for="username"]Failing checks (At least one of these should pass)
- Element's background color could not be determined because it is overlapped by another element
-
<label for="password" class="form__label--floating" aria-hidden="true">Password</label>Element selector:label[for="password"]Failing checks (At least one of these should pass)
- Element's background color could not be determined because it is overlapped by another element