Page Scan Results:
Please fix the highlighted areas below before submitting.

https://www.sotech.edu/apps/form/form.SOUTD.txtNcss.80_?_=1679574085967

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

Certain ARIA roles must be contained by particular parents

critical

Ensures elements with an ARIA role that require parent roles are contained by them. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 1.3.1, EN-301-549, EN-9.1.3.1
  1. <option value="Ardmore Public Schools" role="option">Ardmore Public Schools</option>
    Element selector:
    option[value="Ardmore Public Schools"]
    Failing checks (At least one of these should pass)
    • Required ARIA parents role not present: group, listbox
  2. <option value="Davis Public Schools" role="option">Davis Public Schools</option>
    Element selector:
    option[value="Davis Public Schools"]
    Failing checks (At least one of these should pass)
    • Required ARIA parents role not present: group, listbox
  3. <option value="Dickson Public Schools" role="option">Dickson Public Schools</option>
    Element selector:
    option[value="Dickson Public Schools"]
    Failing checks (At least one of these should pass)
    • Required ARIA parents role not present: group, listbox
  4. <option value="Fox Public Schools" role="option">Fox Public Schools</option>
    Element selector:
    option[value="Fox Public Schools"]
    Failing checks (At least one of these should pass)
    • Required ARIA parents role not present: group, listbox
  5. <option value="Healdton Public Schools" role="option">Healdton Public Schools</option>
    Element selector:
    option[value="Healdton Public Schools"]
    Failing checks (At least one of these should pass)
    • Required ARIA parents role not present: group, listbox
  6. <option value="Lone Grove Public Schools" role="option">Lone Grove Public Schools</option>
    Element selector:
    option[value="Lone Grove Public Schools"]
    Failing checks (At least one of these should pass)
    • Required ARIA parents role not present: group, listbox
  7. <option value="Marietta Public Schools" role="option">Marietta Public Schools</option>
    Element selector:
    option[value="Marietta Public Schools"]
    Failing checks (At least one of these should pass)
    • Required ARIA parents role not present: group, listbox
  8. <option value="Plainview Public Schools" role="option">Plainview Public Schools</option>
    Element selector:
    option[value="Plainview Public Schools"]
    Failing checks (At least one of these should pass)
    • Required ARIA parents role not present: group, listbox
  9. <option value="Ringling Public Schools" role="option">Ringling Public Schools</option>
    Element selector:
    option[value="Ringling Public Schools"]
    Failing checks (At least one of these should pass)
    • Required ARIA parents role not present: group, listbox
  10. <option value="Springer Public Schools" role="option">Springer Public Schools</option>
    Element selector:
    option[value="Springer Public Schools"]
    Failing checks (At least one of these should pass)
    • Required ARIA parents role not present: group, listbox
  11. <option value="Sulphur Public Schools" role="option">Sulphur Public Schools</option>
    Element selector:
    option[value="Sulphur Public Schools"]
    Failing checks (At least one of these should pass)
    • Required ARIA parents role not present: group, listbox
  12. <option value="Thackerville Public Schools" role="option">Thackerville Public Schools</option>
    Element selector:
    option[value="Thackerville Public Schools"]
    Failing checks (At least one of these should pass)
    • Required ARIA parents role not present: group, listbox
  13. <option value="Wilson Public Schools" role="option">Wilson Public Schools</option>
    Element selector:
    option[value="Wilson Public Schools"]
    Failing checks (At least one of these should pass)
    • Required ARIA parents role not present: group, listbox
  14. <option value="Greenville Public Schools" role="option">Greenville Public Schools</option>
    Element selector:
    option[value="Greenville Public Schools"]
    Failing checks (At least one of these should pass)
    • Required ARIA parents role not present: group, listbox
  15. <option value="Mannsville Public Schools" role="option">Mannsville Public Schools</option>
    Element selector:
    option[value="Mannsville Public Schools"]
    Failing checks (At least one of these should pass)
    • Required ARIA parents role not present: group, listbox
  16. <option value="Zaneis Public Schools" role="option">Zaneis Public Schools</option>
    Element selector:
    option[value="Zaneis Public Schools"]
    Failing checks (At least one of these should pass)
    • Required ARIA parents role not present: group, listbox
  17. <option value="Other" role="option">Other</option>
    Element selector:
    option[value="Other"]
    Failing checks (At least one of these should pass)
    • Required ARIA parents role not present: group, listbox

Buttons must have discernible text

critical

Ensures buttons have discernible text. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, Old Section 508, EN-301-549, EN-9.4.1.2, ACT
  1. <button id="sitenav_main_mobile_toggle" class="nav-mobile-toggle accessible-megamenu-toggle animated" aria-expanded="false" aria-pressed="false" aria-controls="accessible-megamenu-1694984951457-1"><span class="nav-mobile-toggle-inner"><span class="hidden">Main Menu Toggle</span></span></button>
    Element selector:
    #sitenav_main_mobile_toggle
    Failing checks (At least one of these should pass)
    • Element does not have inner text that is visible to screen readers
    • 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. <button type="submit" class="site-search-button">
    Element selector:
    .site-search-button
    Failing checks (At least one of these should pass)
    • Element does not have inner text that is visible to screen readers
    • 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"