Login to the site
Login
Username:
Password:

Don't have an account? Click here to register. Forgot your password? Click here to get a reminder.

Notes on inaccessibility
  1. The page specifies an invalid language.
  2. The “login to the site” header is an <h6>.
  3. The form uses <table>, including <th> elements to make the “labels” bold, not marked as presentational, for laying out content.
  4. The form input elements:
    1. don't have accessible names or, in the case of the Login input, have their visible label overwritten by a different aria-label.
    2. have had their focus highlighting removed.
    3. don't identify their input purpose.
    4. have heights set in px which results in user-entered text being cropped when text is resized to 200%.
  5. All text not in an <input> element doesn't have sufficient contrast.
  6. When the form is in an error state:
    1. Color alone is used to indicate the error.
    2. The red text fails contrast.
    3. The red borders around the <input> elements fails color contrast.
    4. There is no best-practice announcement to screen readers that an error has occurred.
  7. The form contains two links, going to two different URLs, with just “here” as the accessible name.
  8. Horizontal scrolling happens at 400% zoom.
  9. 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
  10. The page footer has an invalid role attribute.