Page Scan Results:
Academic Catalog

https://www.snu.edu/undergraduate-academic-programs/catalog/

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="https://www.snu.edu">Home</a>
    Element selector:
    .item:nth-child(1) > a[href$="www.snu.edu"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1 body
  2. <a href="https://www.snu.edu/undergraduate-academic-programs/">Undergraduate Academic Programs</a>
    Element selector:
    .item-parent > a
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1 body
  3. <li class="item-current item">Academic Catalog</li>
    Element selector:
    .item-current
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.09 (foreground color: #b3b3b3, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1 body

<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>
    Element selector:
    .b40-list-block:nth-child(1) > li
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element
  2. <li>
    Element selector:
    .b40-list-block:nth-child(2) > li
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element
  3. <li>
    Element selector:
    .b40-list-block:nth-child(3) > li
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element

<ul> and <ol> must only directly contain <li>, <script> or <template> elements

serious

Ensures that lists are structured correctly. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 1.3.1, EN-301-549, EN-9.1.3.1
  1. <ol>
    Element selector:
    ol
    Failing checks (All of these should pass)
    • List element has direct children that are not allowed: div .b40-list-block:nth-child(1) .b40-list-block:nth-child(2) .b40-list-block:nth-child(3)