Page Scan Results:
(No H1 element on page)

https://opsu.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

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="choices" data-type="select-one" role="listbox" tabindex="0" aria-haspopup="true" aria-expanded="false" dir="ltr">
    Element selector:
    #\:0\.targetLanguage > .choices[data-type="select-one"][aria-haspopup="true"]
    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
  2. <div class="choices" data-type="select-one" role="listbox" tabindex="0" aria-haspopup="true" aria-expanded="false" dir="ltr">
    Element selector:
    #google_translate_element_menu > .choices[data-type="select-one"][aria-haspopup="true"]
    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

Elements must only use supported ARIA attributes

critical

Ensures an element's role supports its ARIA attributes. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <div class="choices__item choices__item--selectable" data-item="" data-id="1" data-value="" aria-selected="true">
    Translate
    </div>
    Element selector:
    #google_translate_element_menu > .choices[data-type="select-one"][aria-haspopup="true"] > .choices__inner > .choices__list--single.choices__list > div[data-item=""][data-id="1"][data-value=""]
    Failing checks (All of these should pass)
    • ARIA attribute is not allowed: aria-selected="true"

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="choices" data-type="select-one" role="listbox" tabindex="0" aria-haspopup="true" aria-expanded="false" dir="ltr">
    Element selector:
    #google_translate_element_menu > .choices[data-type="select-one"][aria-haspopup="true"]
    Failing checks (At least one of these should pass)
    • Required ARIA children role not present: group, option
    • Element uses aria-busy="true" while showing a loader

ARIA roles used must conform to valid values

critical

Ensures all elements with a role attribute use a valid value. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <div id="sbi_images" class="sbi_carousel sbi-owl-loaded sbi-owl-drag" role="carousel" style="display: block;">
    Element selector:
    #sbi_images
    Failing checks (All of these should pass)
    • Role must be one of the valid ARIA roles: carousel

ARIA attributes must conform to valid names

critical

Ensures attributes that begin with aria- are valid ARIA attributes. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <section aria-labeledby="block_0622e64e49c477f7bcbd57ff84998c3c" class="social">
    Element selector:
    .social
    Failing checks (At least one of these should pass)
    • Invalid ARIA attribute name: aria-labeledby

<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 style="height: 100%;">
    Element selector:
    html
    Failing checks (At least one of these should pass)
    • The <html> element does not have a lang attribute

Scrollable region must have keyboard access

serious

Ensure elements that have scrollable content are accessible by keyboard. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 2.1.1, EN-301-549, EN-9.2.1.1
  1. <div class="row">
    Element selector:
    .container-fluid > .row
    Failing checks (At least one of these should pass)
    • Element should have focusable content
    • Element should be focusable