Kilotest: Diagnoses of presentation element has child
violation by HTML element 2427 on University of Oregon page
Basics
About the University of Oregon page
- URL: https://www.uoregon.edu/
- Tested 19 days ago by job
8n6on 2026-08-12 at 21:27
About HTML element 2427
- Tag name:
TABLE - Text:
Skip to main content … All Rights Reserved.
- Start tag:
<table cellspacing="0" cellpadding="0" role="presentation" class="gstl_50 gssb_c" style="width: 2px; display: none; top: 0px; left: -1px; position: absolute;"> - XPath:
/html/body/table[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 2427 of the University of Oregon 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