Page Scan Results:
(No H1 element on page)

https://opsu.edu/bursar

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

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="mailto:ashlee.bruner@opsu.edu">ashlee.bruner@opsu.edu</a>
    Element selector:
    .jb-image-column__text > a[href="mailto:ashlee.bruner@opsu.edu"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.97 (foreground color: #007bff, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 body

<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