Completeness of "Table" elements
Tables should have at least one header row and at least one content row. This quality check warns you if a table has no header rows ("TH" tags) or no content rows ("TD" tags).
To resolve this quality check, add at least one header row and at least one content row to the table.
Detailed explanation
Cases | Result |
---|---|
"TH" tag is missing in the table | WARN |
"TD" tag is missing in the table | WARN |
The table contains one or more "TH" tags and one or more "TD" tags | PASS |