Page Scan Results:
A PLACE TO CALL HOME

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

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="/admissions">Admissions Information</a>
    Element selector:
    .home-page-btn > a[href$="admissions"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.08 (foreground color: #ffffff, background color: #ae8f40, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1 .home-page-btn > a[href$="admissions"]
  2. <a href="/enrollment-information">Apply Now</a>
    Element selector:
    .home-page-btn > a[href$="enrollment-information"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.08 (foreground color: #ffffff, background color: #ae8f40, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1 .home-page-btn > a[href$="enrollment-information"]
  3. <a class="btn btn-primary" href="/paying-redlands" role="button">Paying for Redlands</a>
    Element selector:
    .btn[href$="paying-redlands"][role="button"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.08 (foreground color: #ffffff, background color: #ae8f40, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1 .btn[href$="paying-redlands"][role="button"]
  4. <a class="btn btn-primary" href="/academics" role="button">Explore Programs</a>
    Element selector:
    .btn[href$="academics"][role="button"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.08 (foreground color: #ffffff, background color: #ae8f40, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1 .btn[href$="academics"][role="button"]
  5. <a class="btn btn-primary" href="/life-redlands" role="button">Life at Redlands</a>
    Element selector:
    .btn[href$="life-redlands"][role="button"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.08 (foreground color: #ffffff, background color: #ae8f40, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1 .btn[href$="life-redlands"][role="button"]
  6. <p>© 2008-2020 Redlands Community College. Site by <a class="footer-link" href="http://mrwconnected.com">MRW</a>.</p>
    Element selector:
    .col-md-5 > p
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.7 (foreground color: #656161, background color: #1e1e27, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1 .copy-right

<li> elements must be contained in a <ul> or <ol>

serious

Ensures <li> elements are used semantically. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 1.3.1, EN-301-549, EN-9.1.3.1
  1. <li><a href="/sitemap">Sitemap</a></li>
    Element selector:
    .col-md-7 > li:nth-child(1)
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element
  2. <li><a href="/privacy">Privacy</a></li>
    Element selector:
    .col-md-7 > li:nth-child(2)
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element
  3. <li><a href="/accessibility">Accessibility Statement</a></li>
    Element selector:
    .col-md-7 > li:nth-child(3)
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element
  4. <li class="social_links">
    Element selector:
    .social_links
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element

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 role="bottom-content" class="bottom-container container">
    Element selector:
    .bottom-container.container[role="bottom-content"]:nth-child(3)
    Failing checks (All of these should pass)
    • Role must be one of the valid ARIA roles: bottom-content
  2. <div role="bottom-content" class="bottom-container container">
    Element selector:
    .grey-container > .bottom-container.container[role="bottom-content"]
    Failing checks (All of these should pass)
    • Role must be one of the valid ARIA roles: bottom-content
  3. <div role="bottom-content" class="bottom-container container">
    Element selector:
    .bottom-container.container[role="bottom-content"]:nth-child(5)
    Failing checks (All of these should pass)
    • Role must be one of the valid ARIA roles: bottom-content

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 allowtransparency="true" frameborder="0" height="166" scrolling="no" src="https://cdn.yoshki.com/iframe/54732.html" width="150"></iframe>
    Element selector:
    iframe[allowtransparency="true"]
    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"
  2. <iframe src="javascript:false" style="width: 0px; height: 0px; border: 0px;"></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"