Kilotest: Diagnoses of option groups not marked?
violation by HTML element 643 on Mozilla Foundation page
Basics
About the Mozilla Foundation page
- URL: https://www.mozilla.org/en-US/
- Tested 30 days ago by job
9wjon 2026-05-03 at 04:32
About HTML element 643
- Tag name:
SELECT - Text:
Afghanistan … Zimbabwe
- Start tag:
<select name="country" required="required" aria-required="true" data-testid="newsletter-country-select" id="id_country"> - XPath:
/html/body/div[2]/footer[1]/div[1]/div[1]/div[2]/form[1]/fieldset[1]/div[2]/div[1]/p[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 643 of the Mozilla Foundation 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