Page Scan Results:
We Offer a Convenient Education

https://www.nwosu.edu/woodward

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

ARIA hidden element must not be focusable or contain focusable elements

serious

Ensures aria-hidden elements are not focusable nor contain focusable elements. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <li style="float: left; list-style: none; position: relative; width: 800px;" class="bx-clone" aria-hidden="true">
    Element selector:
    .bx-clone[aria-hidden="true"]:nth-child(1)
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM .bx-clone[aria-hidden="true"]:nth-child(1) > .primary-title > a[href$="apply-online"][target="_blank"]
  2. <li aria-hidden="true" style="float: left; list-style: none; position: relative; width: 800px;">
    Element selector:
    li[aria-hidden="true"]:nth-child(3)
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM li[aria-hidden="true"]:nth-child(3) > .primary-title > a[href$="apply-online"][target="_blank"]
  3. <li aria-hidden="true" style="float: left; list-style: none; position: relative; width: 800px;">
    Element selector:
    li[aria-hidden="true"]:nth-child(4)
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM a[href$="reach-higher"]
  4. <li aria-hidden="true" style="float: left; list-style: none; position: relative; width: 800px;">
    Element selector:
    li[aria-hidden="true"]:nth-child(5)
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM li[aria-hidden="true"]:nth-child(5) > .primary-title > a[href$="info"][target="_blank"]
  5. <li style="float: left; list-style: none; position: relative; width: 800px;" aria-hidden="true">
    Element selector:
    li[aria-hidden="true"]:nth-child(6)
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM li[aria-hidden="true"]:nth-child(6) > .primary-title > a[href$="apply-online"][target="_blank"]
  6. <li style="float: left; list-style: none; position: relative; width: 800px;" class="bx-clone" aria-hidden="true">
    Element selector:
    .bx-clone[aria-hidden="true"]:nth-child(7)
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM .bx-clone[aria-hidden="true"]:nth-child(7) > .primary-title > a[href$="info"][target="_blank"]

Images must have alternate text

critical

Ensures <img> elements have alternate text or a role of none or presentation. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 1.1.1, Old Section 508, EN-301-549, EN-9.1.1.1, ACT
  1. <img class="black-burger" src="/img/hamburger.png">
    Element selector:
    .black-burger
    Failing checks (At least one of these should pass)
    • Element does not have an alt 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 has no title attribute
    • Element's default semantics were not overridden with role="none" or role="presentation"
  2. <img src="/img/zoom.png">
    Element selector:
    img[src$="zoom.png"]
    Failing checks (At least one of these should pass)
    • Element does not have an alt 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 has no title attribute
    • Element's default semantics were not overridden with role="none" or role="presentation"
  3. <img src="/img/red-right-arrow.png">
    Element selector:
    li[aria-hidden="false"] > .primary-title > a[href$="info"][target="_blank"] > .home-button > img[src$="red-right-arrow.png"]
    Failing checks (At least one of these should pass)
    • Element does not have an alt 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 has no title attribute
    • Element's default semantics were not overridden with role="none" or role="presentation"
  4. <img src="/img/footer-rider.png">
    Element selector:
    img[src$="footer-rider.png"]
    Failing checks (At least one of these should pass)
    • Element does not have an alt 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 has no title 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 href="/university-calendar">ALL EVENTS &gt;</a>
    Element selector:
    a[href$="university-calendar"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.84 (foreground color: #999999, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1
  2. <a href="/news">ALL NEWS &gt;</a>
    Element selector:
    .link > a[href$="news"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.84 (foreground color: #999999, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1

Buttons must have discernible text

critical

Ensures buttons have discernible text. 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. <button><img src="/img/zoom.png"></button>
    Element selector:
    button
    Failing checks (At least one of these should pass)
    • Element does not have inner text that is visible to screen readers
    • 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's default semantics were not overridden with role="none" or role="presentation"

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 allowtransparency="" frameborder="0" height="166" scrolling="no" src="https://cdn.yoshki.com/iframe/54732.html" style="BORDER-TOP: 0px;BORDER-RIGHT: 0px;BORDER-BOTTOM: 0px;PADDING-BOTTOM: 0px;PADDING-TOP: 0px;PADDING-LEFT: 0px;MARGIN: 0px;BORDER-LEFT: 0px;PADDING-RIGHT: 0px;backgroundColor: transparent;" width="150">
    Element selector:
    iframe
    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"

<html> element must have a lang attribute

serious

Ensures every HTML document has a lang attribute. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 3.1.1, EN-301-549, EN-9.3.1.1, ACT
  1. <html class="wf-franklingothicurw-n3-active wf-franklingothicurw-n4-active wf-franklingothicurw-n7-active wf-franklingothicurw-i4-active wf-franklingothicextcompurw-n4-active wf-franklingothicextcompurw-n7-active wf-active">
    Element selector:
    html
    Failing checks (At least one of these should pass)
    • The <html> element does not have a lang attribute