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 on This Page

Form elements must have labels

critical

Ensures every form element has a label. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, Old Section 508, EN-301-549, EN-9.4.1.2, ACT
  1. <input type="text" class="inputtext _55r1 inputtext inputtext" name="email" id="email" tabindex="0" value="" autofocus="1" autocomplete="username">
    Element selector:
    #email
    Failing checks (At least one of these should pass)
    • Form element does not have an implicit (wrapped) <label>
    • Form element does not have an explicit <label>
    • aria-label attribute does not exist or is empty
    • aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
    • Element has no title attribute
    • Element has no placeholder attribute
    • Element's default semantics were not overridden with role="none" or role="presentation"
  2. <input type="password" class="inputtext _55r1 inputtext inputtext" name="pass" id="pass" tabindex="0" value="" autocomplete="current-password">
    Element selector:
    #pass
    Failing checks (At least one of these should pass)
    • Form element does not have an implicit (wrapped) <label>
    • Form element does not have an explicit <label>
    • aria-label attribute does not exist or is empty
    • aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
    • Element has no title attribute
    • Element has no placeholder attribute
    • Element's default semantics were not overridden with role="none" or role="presentation"

Elements must meet minimum color contrast ratio thresholds

serious

Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. Axe Reference

Rule type: WCAG 2.0 AA, WCAG SC 1.4.3, EN-301-549, EN-9.1.4.3, ACT
  1. <a role="button" class="_42ft _4jy0 _4jy3 _4jy2 selected _51sy" style="margin-left:100px" href="/reg/?app_id=0&amp;logger_id" target="_blank">Create new account</a>
    Element selector:
    ._42ft
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.61 (foreground color: #ffffff, background color: #42b72a, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1 ._42ft