Page Scan Results:
CU Duncan

https://www.cameron.edu/duncan

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 only use supported ARIA attributes

critical

Ensures an element's role supports its ARIA attributes. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <header class="subpage-sidebar-header" aria-expanded="true" aria-controls="#subpage-sidebar-content">
    Element selector:
    .subpage-sidebar-header
    Failing checks (All of these should pass)
    • ARIA attribute is not allowed: aria-expanded="true"

ARIA attributes must conform to valid values

critical

Ensures all ARIA attributes have valid values. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <header class="subpage-sidebar-header" aria-expanded="true" aria-controls="#subpage-sidebar-content">
    Element selector:
    .subpage-sidebar-header
    Failing checks (All of these should pass)
    • Invalid ARIA attribute value: aria-controls="#subpage-sidebar-content"

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 src="/storage/duncan/olekim-duncan-class.jpg" class="image">
    Element selector:
    div[v-pre=""] > .image
    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"