Kilotest: Diagnoses of table headers missing
violation by HTML element 103 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 103
- Tag name:
FORM - Text:
×search
- Start tag:
<form class="gsc-search-box gsc-search-box-tools" accept-charset="utf-8"> - XPath:
/html/body/div[1]/div[1]/dialog[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1] - Bounding box: x = 0, y = 0, width = 0, height = 0
About the table headers missing
issue
- Why it matters: User cannot get help on relationships in a table
- Priority: high
- Related WCAG standard: 1.3.1
Diagnoses
Here is how rule engines diagnose the table headers missing
issue for HTML element 103 of the University of Oregon page.
- The table has no defined headers. Make sure that rows and columns are identified using <code><th></code> elements. If applicable then head of the columns of the table should be wrapped using <code><thead></code> element.
Tool: ASLint (eSSENTIAL Accessibility)
Rule:
table_row_and_column_headersRC