Forgot Password
Enter your email address
<< you need to click on this button to make the form work >>
Notes on inaccessibility
  1. The page doesn't specify a language.
  2. The page <title> is “Login page”.
  3. The <body> and :root element font-size set in px to prevent text scaling in Chromium browsers.
  4. The dialog has:
    1. no focus management to move the user to it when it's open.
    2. no accessible name or role.
    3. a close control that isn't keyboard accessible;
    4. a close control icon that uses the multiplication symbol with no aria-label override.
    5. a close control icon that has insufficient color contrast.
    6. a “go to the login page” element that is a link nested inside a button (not a WCAG conformance issue, but a new-ish and frequent HTML conformance violation that seems to have been introduced by one or more SPA frameworks). See Be Wary Of Nesting Roles.
  5. Form “label” is a <span> element with no programmatic connection to the <input> element.
  6. Text input element has no accessible name.
  7. The form submit element:
    1. is an image with unsuitable alt text.
    2. is preceded by two < elements and followed by two > elements, all of which aren't accessibly hidden.
    3. isn't keyboard accessible.
    4. has text (in image or “real” formats) without enough contrast.
  8. The Contact Us link in the footer:
    1. isn't keyboard accessible
    2. has a non-conforming focus state
    3. Goes to a page that isn't contact information