Kilotest: Diagnoses of presentation element has child
violation by HTML element 127 on Metropolitan Transportation Authority page
Basics
About the Metropolitan Transportation Authority page
- URL: https://www.mta.info/
- Tested 30 days ago by job
oyuon 2026-06-20 at 13:49
About HTML element 127
- Tag name:
svg - Text: [not applicable]
- Start tag:
<svg role="presentation" width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"> - XPath:
/html/body/div[1]/section[1]/div[1]/section[1]/div[1]/ul[1]/li[7]/button[1]/svg[1] - Bounding box: x = 0, y = 0, width = 0, height = 0
About the presentation element has child
issue
- Why it matters: Keyboard-only user cannot reach an item intended to be reachable
- Priority: highest
- Related WCAG standard: 1.3.1
Diagnoses
Here is how rule engines diagnose the presentation element has child
issue for HTML element 127 of the Metropolitan Transportation Authority page.
- This element's role is "presentation" but contains child elements with semantic meaning.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
E-WCAG2AAA.Principle1.Guideline1_3.1_3_1.F92,ARIA4