Kilotest: Diagnoses of presentation element has child
violation by HTML element 1180 on Open Secrets page
Basics
About the Open Secrets page
- URL: https://www.opensecrets.org/
- Tested 13 days ago by job
79lon 2026-05-19 at 14:37
About HTML element 1180
- Tag name:
UL - Text:
Dark Money | May 13, 2026 … Healthcare union and tech titans pour millions into battle over California’s billionaire tax proposal
- Start tag:
<ul class="splide__list" id="carousel_news-list" role="presentation" style="transform: translateX(-2696px);"> - XPath:
/html/body/div[4]/div[3]/div[1]/div[1]/div[1]/ul[1] - Bounding box: x = -2386, y = 2074, width = 1300, height = 392
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 tools diagnose the presentation element has child
issue for HTML element 1180 of the Open Secrets 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