The Web Forms 2.0 spec says "The children of a form element must be block-level elements, unless one of the ancestors of the form element is a td, th, or block-level element other than div." 1. Why other than div? 2. What if I style something (other than a td or th) as a table-cell?