Jamie Mason wrote:
In this example, what's the scope/context of D1? Is it header C1? Or a A1+C1?
A1+C1. A1 is in the thead which applies to the entire table and C1 applies to the column in the tbody. The scope of C1 includes the cells that precede it in the same column AFAIK.
It's quite difficult to advise how to markup your table with a one column table and the lack of context for what you are trying to achieve. In a situation where you want headers to apply to parts of a table I would probably use headers and ids and multiple tbody's, or split the table where the scope of the columns change.
kind regards Terrence Wood. ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
