Semantic Accessibility Violation
Also known as: Semantic A11y Violation
An accessibility issue where HTML elements or attributes are technically present but fail to convey meaningful information to users with disabilities. Examples include alt text set to generic values like "image" instead of describing actual content, button labels that do not reflect their function, form labels that mismatch their input purpose, and headings that do not accurately describe their sections. Semantic violations are undetectable by traditional automated testing tools, which can only verify that attributes exist — not whether they are meaningful. Detecting semantic violations requires human judgment or AI-assisted evaluation with multimodal reasoning capabilities.
Category: web accessibility · testing
Related: Accessibility Violation · Alternative Text · Automated Accessibility Testing