Page Scan Results:
JOB LISTINGS

https://centraltech.edu/jobs/

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><label for="job_type_freelance" class="freelance"><input type="checkbox" name="filter_job_type[]" value="freelance" checked="checked" id="job_type_freelance" aria-checked="true"> Freelance</label></li>
    Element selector:
    .job_types > li:nth-child(1)
    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><label for="job_type_full-time" class="full-time"><input type="checkbox" name="filter_job_type[]" value="full-time" checked="checked" id="job_type_full-time" aria-checked="true"> Full-Time</label></li>
    Element selector:
    .job_types > li:nth-child(2)
    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><label for="job_type_full-time-part-time" class="full-time-part-time"><input type="checkbox" name="filter_job_type[]" value="full-time-part-time" checked="checked" id="job_type_full-time-part-time" aria-checked="true"> Full-Time/Part-Time</label></li>
    Element selector:
    .job_types > li:nth-child(3)
    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><label for="job_type_internship" class="internship"><input type="checkbox" name="filter_job_type[]" value="internship" checked="checked" id="job_type_internship" aria-checked="true"> Internship</label></li>
    Element selector:
    .job_types > li:nth-child(4)
    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"
  5. <li><label for="job_type_part-time" class="part-time"><input type="checkbox" name="filter_job_type[]" value="part-time" checked="checked" id="job_type_part-time" aria-checked="true"> Part-Time</label></li>
    Element selector:
    .job_types > li:nth-child(5)
    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"
  6. <li><label for="job_type_temporary" class="temporary"><input type="checkbox" name="filter_job_type[]" value="temporary" checked="checked" id="job_type_temporary" aria-checked="true"> Temporary</label></li>
    Element selector:
    .job_types > li:nth-child(6)
    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"

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 id="mobile-nav__vanity-item--106" class="btn btn-sm btn-light-green-cyan mobile-nav__vanity-item" href="https://centraltech.edu/oq-safety-industry-training/" role="link" title="Business &amp; Industry" aria-label="Business &amp; Industry">
    Business &amp; Industry
    </a>
    Element selector:
    #mobile-nav__vanity-item--106
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.39 (foreground color: #ffffff, background color: #3db3e3, font size: 10.0pt (13.3px), font weight: bold). Expected contrast ratio of 4.5:1 #mobile-nav__vanity-item--106
  2. <label for="remote_position" id="remote_position_label">Remote positions only</label>
    Element selector:
    #remote_position_label
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.05 (foreground color: #212529, background color: #0676a8, font size: 11.4pt (15.2px), font weight: normal). Expected contrast ratio of 4.5:1 .job_filters

ARIA input fields must have an accessible name

serious

Ensures every ARIA input field has an accessible name. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2, ACT
  1. <span class="select2-selection__rendered" id="select2-search_categories-container" role="textbox" aria-readonly="true"><span class="select2-selection__placeholder">Choose a category…</span></span>
    Element selector:
    #select2-search_categories-container
    Failing checks (At least one of these should pass)
    • 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