Page Scan Results:
NEWSROOM

https://oru.edu/news/newsroom/index.php

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

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. <span class="date">Sep 15, 2023</span>
    Element selector:
    .col-lg-3 > .article.card > .card-body > h3 > .date
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.1 (foreground color: #c8b081, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 .col-lg-3 > .article.card
  2. <span class="date">Sep 07, 2023</span>
    Element selector:
    .row:nth-child(1) > .col-md-6:nth-child(1) > .article.card > .card-body > h3 > .date
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.1 (foreground color: #c8b081, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 .row:nth-child(1) > .col-md-6:nth-child(1) > .article.card
  3. <span class="date">Aug 30, 2023</span>
    Element selector:
    .row:nth-child(1) > .col-md-6:nth-child(2) > .article.card > .card-body > h3 > .date
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.1 (foreground color: #c8b081, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 .row:nth-child(1) > .col-md-6:nth-child(2) > .article.card
  4. <span class="date">Aug 18, 2023</span>
    Element selector:
    .row:nth-child(2) > .col-md-6:nth-child(1) > .article.card > .card-body > h3 > .date
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.1 (foreground color: #c8b081, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 .row:nth-child(2) > .col-md-6:nth-child(1) > .article.card
  5. <span class="date">Aug 08, 2023</span>
    Element selector:
    .row:nth-child(2) > .col-md-6:nth-child(2) > .article.card > .card-body > h3 > .date
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.1 (foreground color: #c8b081, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 .row:nth-child(2) > .col-md-6:nth-child(2) > .article.card
  6. <span class="date">Aug 07, 2023</span>
    Element selector:
    .row:nth-child(3) > .col-md-6:nth-child(1) > .article.card > .card-body > h3 > .date
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.1 (foreground color: #c8b081, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 .row:nth-child(3) > .col-md-6:nth-child(1) > .article.card
  7. <span class="date">Jul 31, 2023</span>
    Element selector:
    .row:nth-child(3) > .col-md-6:nth-child(2) > .article.card > .card-body > h3 > .date
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.1 (foreground color: #c8b081, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 .row:nth-child(3) > .col-md-6:nth-child(2) > .article.card
  8. <a href="/admissions/apply.php?mtm_campaign=ongoing&amp;mtm_kwd=apply-now&amp;mtm_source=top-nav&amp;mtm_medium=organic" class="btn btn-default btn-light-blue col mb-0">Apply Now</a>
    Element selector:
    .btn-light-blue.mb-0.col:nth-child(13)
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.7 (foreground color: #ffffff, background color: #6da3cd, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1 .btn-light-blue.mb-0.col:nth-child(13)
  9. <a href="/news/stories/index.php" class="btn btn-default btn-light-blue col mb-0">Student Stories</a>
    Element selector:
    .btn-light-blue.mb-0[href="/news/stories/index.php"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.7 (foreground color: #ffffff, background color: #6da3cd, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1 .btn-light-blue.mb-0[href="/news/stories/index.php"]
  10. <a href="/student-profiles/index.php" class="btn btn-default btn-light-blue col mb-0">Student Profiles</a>
    Element selector:
    a[href="/student-profiles/index.php"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.7 (foreground color: #ffffff, background color: #6da3cd, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1 a[href="/student-profiles/index.php"]
  11. <a href="/news/oru-general-info-media-kit.php" target="_blank" rel="noopener" class="btn btn-default btn-light-blue">Media Kit</a>
    Element selector:
    a[rel="noopener"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.7 (foreground color: #ffffff, background color: #6da3cd, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1 a[rel="noopener"]

Interactive controls must not be nested

serious

Ensures interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <button onclick="set_lang_ch()" style="padding:none;">
    <a class="item-ch" target="_top" data-locale="zh_cn" href="?locale=zh_cn" title="漢語" aria-label="Translate to 漢語"> 
    <img src="https://uploads.bablic.com/flags/32/zh_cn.png" alt="漢語">
    </a>
    </button>
    Element selector:
    button[onclick="set_lang_ch()"]
    Failing checks (At least one of these should pass)
    • Element has focusable descendants .item-ch