Advanced Table: Table header th instead td
-
The Advanced Table block uses
<td>
elements as cells in the table header (<thead>
) instead of<th>
elements.<th>
elements usually make more sense semantically.
Thecore/table
block also uses<th>
instead of<td>
for the table header cells, hence conversion between these two block types would be easier as less CSS selectors are needed.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Advanced Table: Table header th instead td’ is closed to new replies.