Table Module - Intentional Issues
This page contains tables used for layout and data tables missing semantic headers.
Invalid Scope Attribute
TH elements with an invalid scope value.
| Product | Price |
|---|---|
| Apple | $1 |
Broken Headers Attribute
Data cell uses headers attribute pointing to non-existent ID.
| Name |
|---|
| John |
Duplicate Name (Caption & Summary)
Table uses identical text for summary and caption.
| ID | Status |
|---|---|
| 123 | Active |
Orphaned Header
A table header that has no data cells associated with it.
| Valid Header | Orphaned Header |
|---|---|
| Valid Data |