Page Scan Results:
Undergraduate Admissions

https://www.snu.edu/undergraduate-admissions/

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>The ACT request code for SNU is 3384.</li>
    Element selector:
    .b40-list-block:nth-child(7) > ul > .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>The SAT request code for SNU is 6036.<br><br>*Test scores are not required for admission but may be required for highest scholarship opportunities.</li>
    Element selector:
    .b40-list-block:nth-child(7) > ul > .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>A 6-semester High School transcript is required for acceptance.</li>
    Element selector:
    .b40-list-block:nth-child(10) > ul > .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
  4. <li>A final High School transcript is required for enrollment.</li>
    Element selector:
    .b40-list-block:nth-child(10) > ul > .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
  5. <li>For students entering fall semesters (August start dates), deposits are refundable until May 1st.</li>
    Element selector:
    .b40-list-block:nth-child(13) > ul > .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
  6. <li>For students entering spring semesters (January start dates), deposits are refundable until December 1st.</li>
    Element selector:
    .b40-list-block:nth-child(13) > ul > .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

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="header-banner" src="https://www.snu.edu/wp-content/uploads/2022/09/Banner-for-Paycom-size-2.png">
    Element selector:
    .header-banner
    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 src="https://www.snu.edu/wp-content/uploads/2022/02/Vector-7.png">
    Element selector:
    .icon-block:nth-child(1) > .title-row > img
    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"
  3. <img src="https://www.snu.edu/wp-content/uploads/2022/02/Vector-8.png">
    Element selector:
    .icon-block:nth-child(2) > .title-row > img
    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"
  4. <img src="https://www.snu.edu/wp-content/uploads/2022/02/Vector-9.png">
    Element selector:
    .icon-block:nth-child(3) > .title-row > img
    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"

<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. <ul><div class="b40-list-block">
    <li>The ACT request code for SNU is 3384.</li>
    </div>
    
    <div class="b40-list-block">
    <li>The SAT request code for SNU is 6036.<br><br>*Test scores are not required for admission but may be required for highest scholarship opportunities.</li>
    </div></ul>
    Element selector:
    .b40-list-block:nth-child(7) > ul
    Failing checks (All of these should pass)
    • List element has direct children that are not allowed: div .b40-list-block:nth-child(7) > ul > .b40-list-block:nth-child(1) .b40-list-block:nth-child(7) > ul > .b40-list-block:nth-child(2)
  2. <ul><div class="b40-list-block">
    <li>A 6-semester High School transcript is required for acceptance.</li>
    </div>
    
    <div class="b40-list-block">
    <li>A final High School transcript is required for enrollment.</li>
    </div></ul>
    Element selector:
    .b40-list-block:nth-child(10) > ul
    Failing checks (All of these should pass)
    • List element has direct children that are not allowed: div .b40-list-block:nth-child(10) > ul > .b40-list-block:nth-child(1) .b40-list-block:nth-child(10) > ul > .b40-list-block:nth-child(2)
  3. <ul>
    Element selector:
    .b40-list-block:nth-child(13) > ul
    Failing checks (All of these should pass)
    • List element has direct children that are not allowed: div .b40-list-block:nth-child(13) > ul > .b40-list-block:nth-child(1) .b40-list-block:nth-child(13) > ul > .b40-list-block:nth-child(2)

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. <li class="item-current item">Undergraduate Admissions</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