Page Scan Results:
STUDENT EMPLOYMENT

https://pawneenationcollege.org/student-employment/

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="bold-600" style="font-size: 20px;">NOW ACCEPTING COURSE REGISTRATIONS FOR THE 2024 SPRING SEMESTER - APPLY NOW!</span>
    Element selector:
    p > .bold-600
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.04 (foreground color: #e6e4e4, background color: #e1dfdf, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1 .mcb-section-22d7dc353
  2. <span class="button_label" style="white-space: nowrap;">DOWNLOAD APPLICATION</span>
    Element selector:
    a[download="Application for Admission"] > .button_label
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.35 (foreground color: #d3c2c1, background color: #e6e4e4, font size: 13.2pt (17.6px), font weight: normal). Expected contrast ratio of 4.5:1 a[download="Application for Admission"]
  3. <span class="button_label" style="white-space: nowrap;">APPLY ONLINE</span>
    Element selector:
    a[href$="apply-online/"] > .button_label
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.35 (foreground color: #d3c2c1, background color: #e6e4e4, font size: 13.2pt (17.6px), font weight: normal). Expected contrast ratio of 4.5:1 a[href$="apply-online/"]
  4. <strong>Current Student Employment Opportunities</strong>
    Element selector:
    h2 > strong
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.35 (foreground color: #c2c1c2, background color: #e1dfdf, font size: 22.5pt (30px), font weight: bold). Expected contrast ratio of 3:1 .mcb-section-22d7dc353
  5. <h3>Use the button below to check job opportunities via OKJobMatch.com.</h3>
    Element selector:
    h3
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.35 (foreground color: #c2c1c2, background color: #e1dfdf, font size: 18.8pt (25px), font weight: normal). Expected contrast ratio of 3:1 .mcb-section-22d7dc353
  6. <p>Check back for additional updates.</p>
    Element selector:
    .mcb-column-inner-00c725ffc > .column_attr.mfn-inline-editor.clearfix > p
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.2 (foreground color: #cecccc, background color: #e1dfdf, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 .mcb-section-22d7dc353
  7. <span class="button_label">Openings via OKJobMatch.com</span>
    Element selector:
    a[href$="okjobmatch.com/"] > .button_label
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.35 (foreground color: #d3c2c1, background color: #e6e4e4, font size: 14.4pt (19.2px), font weight: normal). Expected contrast ratio of 4.5:1 a[href$="okjobmatch.com/"]
  8. <span class="button_label">PNC Application for Employment</span>
    Element selector:
    p:nth-child(2) > .button_size_4.button[target="_blank"] > .button_label
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.01 (foreground color: #482221, background color: #422727, font size: 14.4pt (19.2px), font weight: normal). Expected contrast ratio of 4.5:1 p:nth-child(2) > .button_size_4.button[target="_blank"]
  9. <a href="tel:+19187623343">918-762-3343</a>
    Element selector:
    a[href="tel:+19187623343"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.1 (foreground color: #2a0f0f, background color: #200000, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 #Footer
  10. <a href="/contact-us/" class="action_button">contact us today</a>
    Element selector:
    .extras > .action_button[href$="contact-us/"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 4.36 (foreground color: #747474, background color: #f7f7f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1 .extras > .action_button[href$="contact-us/"]

Elements must only use permitted ARIA attributes

serious

Ensures ARIA attributes are not prohibited for an element's role. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <i class="icon-facebook" aria-label="Facebook icon"></i>
    Element selector:
    i[aria-label="Facebook icon"]
    Failing checks (All of these should pass)
    • aria-label attribute cannot be used on a i with no valid role attribute.
  2. <i class="icon-twitter" aria-label="Twitter icon"></i>
    Element selector:
    i[aria-label="Twitter icon"]
    Failing checks (All of these should pass)
    • aria-label attribute cannot be used on a i with no valid role attribute.
  3. <i class="icon-instagram" aria-label="Instagram icon"></i>
    Element selector:
    i[aria-label="Instagram icon"]
    Failing checks (All of these should pass)
    • aria-label attribute cannot be used on a i with no valid role attribute.
  4. <i class="icon-email" aria-label=" icon"></i>
    Element selector:
    i[aria-label=" icon"]
    Failing checks (All of these should pass)
    • aria-label attribute cannot be used on a i with no valid role attribute.

<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 class="facebook"><a target="_blank" rel="nofollow" href="https://www.facebook.com/PawneeNationCollege/" title="Facebook"><i class="icon-facebook" aria-label="Facebook icon"></i></a></li>
    Element selector:
    .facebook
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element without a role, or a role="list"
  2. <li class="twitter"><a target="_blank" rel="nofollow" href="https://twitter.com/PNCollege" title="Twitter"><i class="icon-twitter" aria-label="Twitter icon"></i></a></li>
    Element selector:
    .twitter
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element without a role, or a role="list"
  3. <li class="instagram"><a target="_blank" rel="nofollow" href="https://www.instagram.com/pawneenationcollege/" title="Instagram"><i class="icon-instagram" aria-label="Instagram icon"></i></a></li>
    Element selector:
    .instagram
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element without a role, or a role="list"
  4. <li class="custom"><a target="_blank" rel="nofollow" href="/contact-us/" title=""><i class="icon-email" aria-label=" icon"></i></a></li>
    Element selector:
    .custom
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element without a role, or a role="list"

<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>
    Element selector:
    .mhb-custom--Vib3SWna > ul
    Failing checks (All of these should pass)
    • List element has direct children that are not allowed: ul .mhb-custom--Vib3SWna > ul > ul

Zooming and scaling must not be disabled

critical

Ensures <meta name="viewport"> does not disable text scaling and zooming. Axe Reference

Rule type: WCAG 2.0 AA, WCAG SC 1.4.4, EN-301-549, EN-9.1.4.4, ACT
  1. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    Element selector:
    meta[name="viewport"]
    Failing checks (At least one of these should pass)
    • maximum-scale on <meta> tag disables zooming on mobile devices