Kilotest: Diagnoses of option groups not marked?
violation by HTML element 1221 on State of Oregon Web Accessibility page
Basics
About the State of Oregon Web Accessibility page
- URL: https://www.oregon.gov/pages/accessibility.aspx
- Tested 16 days ago by job
9bron 2026-05-16 at 20:42
About HTML element 1221
- Tag name:
SELECT - Text:
Idea/Suggestion … Comment
- Start tag:
<select class="form-control form-control-lg" id="helpfulPagePollModalFeedbackTypes"> - XPath:
/html/body/footer[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/select[1] - Bounding box: x = 0, y = 0, width = 0, height = 0
About the option groups not marked?
issue
- Why it matters: User may be unable to get help recognizing groups of options
- Priority: lowest
- Related WCAG standard: 1.3.1
Diagnoses
Here is how tools diagnose the option groups not marked?
issue for HTML element 1221 of the State of Oregon Web Accessibility page.
- If this selection list contains groups of related options, they should be grouped with optgroup.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H85.2