by Vivienne Trulock
Tables may be rendered incorrectly by some assistive devices, such that pieces of text from adjacent cells are merged together. This is due to incorrect linearization of the table.
Correct coding of table header and data information as in checkpoints 5.1 and 5.2 will help to render the table correctly. However, different assistive devices and browsers may treat tables differently.
To check whether a page’s tables linearize correctly they can be viewed using lynx, a text only viewer. An installer for lynx2.8.5 is also available. Lynx treats the <TR> tag as a <BR> tag, and the <TR> and <TD> tags as spaces, effectively linearising the table. Where the text is readable, understandable, and available in full the page has passed. Where the text is garbled or not displayed in any instances, the page will be have failed this check.