Page Scan Results:
OU News and Events

https://www.ou.edu/news

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

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="card-img-top" src="/content/dam/research-norman/images/news/2023/Vivek_Bajpai.jpg">
    Element selector:
    .responsivegrid.section:nth-child(7) > .pb-5 > .container > .bootstrap.row.parsys_column > .col-md-8.bootstrap-c0.offset0 > .feature-card.section > .card > a > .card-img-top
    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 class="card-img-top" src="/content/dam/research-norman/images/news/2023/RBPEA-awards.jpg">
    Element selector:
    .responsivegrid.section:nth-child(11) > .pb-5 > .container > .bootstrap.row.parsys_column > .bootstrap-c1.offset0.col-md-4 > .feature-card.section > .card > a > .card-img-top
    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 aria-label="dismiss cookie message" role="button" tabindex="0" class="cc-btn cc-dismiss">Close</a>
    Element selector:
    .cc-btn
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.73 (foreground color: #b4b4b4, background color: #ebebeb, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 4.5:1 .cc-btn

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/jIGIzsB6BCQ?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"