Page Scan Results:
Admissions

https://www.ecok.edu/admissions

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

<li> elements must be contained in a <ul> or <ol>

serious

Ensures <li> elements are used semantically. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 1.3.1, EN-301-549, EN-9.1.3.1
  1. <li>
    <a href="/admissions/pre-orientation-checklist" data-drupal-link-system-path="node/14907">Pre-Orientation Checklist</a>
    </li>
    Element selector:
    .sub-menu > li:nth-child(1)
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element without a role, or a role="list"
  2. <li>
    <a href="/tigerprep" data-drupal-link-system-path="node/14851">Tiger Prep</a>
    </li>
    Element selector:
    .sub-menu > li:nth-child(2)
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element without a role, or a role="list"
  3. <li>
    <a href="/admissions/senior-day" data-drupal-link-system-path="node/127">Senior Day</a>
    </li>
    Element selector:
    .sub-menu > li:nth-child(3)
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element without a role, or a role="list"
  4. <li>
    <a href="/juniorday" data-drupal-link-system-path="node/128">Junior Day</a>
    </li>
    Element selector:
    .sub-menu > li:nth-child(4)
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element without a role, or a role="list"
  5. <li>
    <a href="/admissions/act-campus-testing" title="ECU Residual ACT Information" data-drupal-link-system-path="node/4281">ACT On Campus Testing</a>
    </li>
    Element selector:
    .sub-menu > li:nth-child(5)
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element without a role, or a role="list"
  6. <li>
    <a href="/admissions/concurrent-student" data-drupal-link-system-path="node/148">Concurrent Student</a>
    </li>
    Element selector:
    .sub-menu > li:nth-child(6)
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element without a role, or a role="list"
  7. <li>
    <a href="/admissions/freshman-student" data-drupal-link-system-path="node/139">Freshman Student</a>
    </li>
    Element selector:
    .sub-menu > li:nth-child(7)
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element without a role, or a role="list"
  8. <li class="dropdown collapsed">
    <a href="/admissions/transfer-student" data-drupal-link-system-path="node/149">Transfer Student</a>
    </li>
    Element selector:
    .collapsed.dropdown
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element without a role, or a role="list"
  9. <li>
    <a href="/admissions/returning-students" target="_self" data-drupal-link-system-path="node/12161">Returning Student</a>
    </li>
    Element selector:
    .sub-menu > li:nth-child(9)
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element without a role, or a role="list"
  10. <li>
    <a href="/current-students/paying-college" target="_self" data-drupal-link-system-path="node/4256">Paying for College</a>
    </li>
    Element selector:
    .sub-menu > li:nth-child(10)
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element without a role, or a role="list"
  11. <li>
    <a href="/admissions/transfer-matrix-transfer-policies" data-drupal-link-system-path="node/146">Transfer Matrix &amp; Transfer Policies</a>
    </li>
    Element selector:
    .sub-menu > li:nth-child(11)
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element without a role, or a role="list"
  12. <li>
    <a href="/about-east-central-university" target="_self" data-drupal-link-system-path="node/4250">About ECU</a>
    </li>
    Element selector:
    .sub-menu > li:nth-child(12)
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element without a role, or a role="list"

Certain ARIA roles must contain particular children

critical

Ensures elements with an ARIA role that require child roles contain them. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 1.3.1, EN-301-549, EN-9.1.3.1
  1. <ul class="sub-menu" role="menu">
    Element selector:
    .sub-menu
    Failing checks (At least one of these should pass)
    • Element has children which are not allowed: li[tabindex] .sub-menu > li:nth-child(1) .sub-menu > li:nth-child(2) .sub-menu > li:nth-child(3) .sub-menu > li:nth-child(4) .sub-menu > li:nth-child(5) .sub-menu > li:nth-child(6) .sub-menu > li:nth-child(7) .collapsed.dropdown .sub-menu > li:nth-child(9) .sub-menu > li:nth-child(10) .sub-menu > li:nth-child(11) .sub-menu > li:nth-child(12)
    • Element uses aria-busy="true" while showing a loader

Zooming and scaling must not be disabled

critical

Ensures <meta name="viewport"> does not disable text scaling and zooming. Axe Reference

Rule type: WCAG 2.0 AA, WCAG SC 1.4.4, EN-301-549, EN-9.1.4.4, ACT
  1. <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
    Element selector:
    meta[name="viewport"]:nth-child(30)
    Failing checks (At least one of these should pass)
    • user-scalable=no on <meta> tag disables zooming on mobile devices