Header A | Header B |
---|---|
Cell 1A | Cell 1B |
According to Success Criterion 1.3.1 (Info and Relationships), the relationship between table headings and table data (ie. th and td elements) must be programmatically determinable. This can be done using either the "scope" attribute on th elements, or "headers" attributes on td elements - depending on the number and type of headings.
Because this table has one header only (in the first row), no association of cells is required, as it is not ambiguous.