Return to Java/JavaScript Use Guidelines Page.
Return to JavaScript Design Guide and Wishes.

Convert the Table to Column Presentation Screen Reader Usable Format

This Table Converting JavaScript needs the information specifying the table as a string. This table string is parsed so the table caption, and every table cell is placed on its own line by columns. Each new row is separated by a blank line. The row and cell number is written in parenthesis before the contents of the cell. The converted table appears in it's own window. At the top left of this new window there is a button for closing the window.

This Javascript doesn't yet properly process row or column headings not in the first row, multiple row or column spans, and tables within tables. Another useful JavaScript variant would presents the cells grouped by rows instead of by columns.

Table Convert to Columns.
R1C1. R1C2. R1C3.
R2C1. R2C2. R2C3.
R3C1. R3C2. R3C3.