You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recommendation that requires all <table> to have a <th> element or an error is returned is excessive. It is common for tables to have no headers at all. Therefore, at most, it should be a warning, to allow for the possibility of tables without headers.
The text was updated successfully, but these errors were encountered:
The recommendation that requires all
<table>
to have a<th>
element or an error is returned is excessive. It is common for tables to have no headers at all. Therefore, at most, it should be a warning, to allow for the possibility of tables without headers.The text was updated successfully, but these errors were encountered: