Page Scan Results:
Transfer Student

https://www.ecok.edu/admissions/transfer-student

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/freshman-student" data-drupal-link-system-path="node/139">Freshman</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="/admissions/concurrent-student" data-drupal-link-system-path="node/148">Concurrent Student</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 class="active">
    <a href="/admissions/transfer-student" target="_self" data-drupal-link-system-path="node/149" class="is-active">Transfer Student</a>
    </li>
    Element selector:
    .sub-menu > .active
    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="https://www.ecok.edu/current-students/student-services/office-international-student-services">International Students</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="/academics/find-major-program" target="_self" data-drupal-link-system-path="academics/find-major-program">Find a Major/Program</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="/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(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="/future-students/request-information" target="_self" data-drupal-link-system-path="node/4272">Request Information</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="/take-a-tour" data-drupal-link-system-path="node/109">Take a Tour</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="/future-students/meet-us-event" data-drupal-link-system-path="node/20525">Meet us at an Event</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="/future-students/meet-us-road" data-drupal-link-system-path="node/20514">Meet us on the Road</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="/future-students/border-state-tuition" data-drupal-link-system-path="node/17640">Border State Tuition</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="/involvement" data-drupal-link-system-path="node/169">Get Involved</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"
  13. <li>
    <a href="/ECUPLC" data-drupal-link-system-path="node/16126">President’s Leadership Class</a>
    </li>
    Element selector:
    li:nth-child(13)
    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"
  14. <li>
    <a href="/academics/honors-program" target="_self" data-drupal-link-system-path="node/275">Honors Program</a>
    </li>
    Element selector:
    li:nth-child(14)
    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"
  15. <li>
    <a href="/housing" target="_self" data-drupal-link-system-path="node/112">Living on Campus</a>
    </li>
    Element selector:
    li:nth-child(15)
    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"
  16. <li>
    <a href="/future-students/regulatory-reporting" data-drupal-link-system-path="node/12313">Regulatory Reporting</a>
    </li>
    Element selector:
    li:nth-child(16)
    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"
  17. <li>
    <a href="/future-students/viewbook" data-drupal-link-system-path="node/16238">Viewbook</a>
    </li>
    Element selector:
    li:nth-child(17)
    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 > .active .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) li:nth-child(13) li:nth-child(14) li:nth-child(15) li:nth-child(16) li:nth-child(17)
    • 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