Table Mark-Up
-
Layout Tables
-
Don't use them layout should be done with CSS positioning
-
-
Linearising
-
Make sure your data tables linearise properly
-
-
Simple Data Tables
-
Use TH for the first row and the first column
-
Use scope in the TH to identify whether it is a row or a column
-
-
Complex Data Tables
-
Use id in the TH to give it a unique name
-
Use headers in the TD to link it to the relevant TH
-
Summary