Page Scan Results:
Incoming Class

https://www.ou.edu/admissions/incomingclass

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

Elements must only use permitted ARIA attributes

serious

Ensures ARIA attributes are not prohibited for an element's role. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <div class="dropdown-menu dropright overflow-hidden menu-items-3" aria-labelledby="navigation-academics-&amp;-majors-">
    Element selector:
    div[aria-labelledby="navigation-academics-&-majors-"]
    Failing checks (All of these should pass)
    • aria-labelledby attribute cannot be used on a div with no valid role attribute.
  2. <div class="dropdown-menu dropright overflow-hidden menu-items-6" aria-labelledby="navigation-life-at-ou">
    Element selector:
    div[aria-labelledby="navigation-life-at-ou"]
    Failing checks (All of these should pass)
    • aria-labelledby attribute cannot be used on a div with no valid role attribute.
  3. <div class="dropdown-menu dropright overflow-hidden menu-items-6" aria-labelledby="navigation-cost-&amp;-aid">
    Element selector:
    div[aria-labelledby="navigation-cost-&-aid"]
    Failing checks (All of these should pass)
    • aria-labelledby attribute cannot be used on a div with no valid role attribute.
  4. <div class="dropdown-menu dropright overflow-hidden menu-items-7" aria-labelledby="navigation-visit-&amp;-events">
    Element selector:
    .menu-items-7
    Failing checks (All of these should pass)
    • aria-labelledby attribute cannot be used on a div with no valid role attribute.
  5. <div class="dropdown-menu dropright overflow-hidden menu-items-2" aria-labelledby="navigation-virtual-resources">
    Element selector:
    .menu-items-2
    Failing checks (All of these should pass)
    • aria-labelledby attribute cannot be used on a div with no valid role attribute.
  6. <div class="dropdown-menu dropright overflow-hidden menu-items-5" aria-labelledby="navigation-admitted">
    Element selector:
    .menu-items-5
    Failing checks (All of these should pass)
    • aria-labelledby attribute cannot be used on a div with no valid role attribute.
  7. <div class="dropdown-menu dropright overflow-hidden menu-items-3" aria-labelledby="navigation-contact">
    Element selector:
    div[aria-labelledby="navigation-contact"]
    Failing checks (All of these should pass)
    • aria-labelledby attribute cannot be used on a div with no valid role attribute.

Frames must have an accessible name

serious

Ensures <iframe> and <frame> elements have an accessible name. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, Old Section 508, EN-301-549, EN-9.4.1.2
  1. <iframe width="100%" height="100%" src="https://www.youtube.com/embed/ojuFm88AUBY?rel=0&amp;showinfo=0&amp;controls=1&amp;autohide=1&amp;modestbranding=1" alt="Youtube video placeholder image" frameborder="0" allow="autoplay; encrypted-media; fullscreen" allowfullscreen=""></iframe>
    Element selector:
    iframe[width="100%"]
    Failing checks (At least one of these should pass)
    • Element has no title attribute
    • 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's default semantics were not overridden with role="none" or role="presentation"