Page Scan Results:
What Our Graduates Are Saying

https://www.usao.edu/

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

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 type="button" role="presentation" class="owl-prev" tabindex="0"><i class="fa fa-angle-left" aria-label="Click to make previous news article summary visible" aria-hidden="true"></i><span style="display:none;">Previous News Item</span></button>
    Element selector:
    .news-carousel > .owl-nav > .owl-prev[role="presentation"][type="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 role is not presentational because it is focusable
  2. <button type="button" role="presentation" class="owl-next" tabindex="0"><span style="display:none;">Next News Item</span><i class="fa fa-angle-right" aria-label="Click to make next news article summary visible" aria-hidden="true"></i></button>
    Element selector:
    .news-carousel > .owl-nav > .owl-next[role="presentation"][type="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 role is not presentational because it is focusable

ARIA input fields must have an accessible name

serious

Ensures every ARIA input field has an accessible name. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2, ACT
  1. <div class="news-carousel owl-carousel owl-loaded owl-drag" role="listbox" tabindex="0" data-owl-access-keyup="1" data-owl-carousel-focusable="1">
    Element selector:
    .news-carousel
    Failing checks (At least one of these should pass)
    • 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

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. <div class="news-carousel owl-carousel owl-loaded owl-drag" role="listbox" tabindex="0" data-owl-access-keyup="1" data-owl-carousel-focusable="1">
    Element selector:
    .news-carousel
    Failing checks (At least one of these should pass)
    • Element has children which are not allowed: [role=presentation], div[aria-hidden] .news-carousel > .owl-nav > .owl-prev[role="presentation"][type="button"] .news-carousel > .owl-nav > .owl-next[role="presentation"][type="button"] .active.owl-item[aria-hidden="false"]:nth-child(6) .active.owl-item[aria-hidden="false"]:nth-child(7)
    • Element uses aria-busy="true" while showing a loader

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 src="javascript:false" style="width: 0px; height: 0px; border: 0px;" data-gtm-yt-inspected-11="true"></iframe>
    Element selector:
    iframe[src="javascript:false"]
    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"