Page Scan Results:
Men's Baseball

https://www.redlandscc.edu/index.php/athletics/mens-baseball

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

<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

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"

Required ARIA attributes must be provided

critical

Ensures elements with ARIA roles have all required 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="heading" role="heading">
    <div class="region region-header">
    <div data-drupal-messages-fallback="" class="hidden"></div>
    <h1 class="page-header">
    <span property="schema:name">Men's Baseball</span>
    </h1>
    
    
    </div>
    
    </div>
    Element selector:
    .heading
    Failing checks (At least one of these should pass)
    • Required ARIA attribute not present: aria-level

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. <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