Browser View

Normal Browser View

Those of us who are not visually disabled view a tabular data table displayed in a browser window as shown below.

Accessible Tabular Data Table
Column 1 Column 2 Column 3
End table
Row A data data
Row B data data
Row C data data
Row D data data

Our eyes scan through the table aligning data cells with their respective rows and columns.

top

Understanding Grid Coordinates

Since some users cannot rely on their eyes to view tabular data tables, they use Assistive Technology (A.T.) software applications to identify, understand, and read them, i.e. screen readers.

Accessible Tabular Data Table
Column 1 (vertical axis) Column 2 (vertical axis) Column 3 (vertical axis)
End table
Row A (horizontal axis) data (origin = Row A, Column 2) data (origin = Row A, Column 3)
Row B (horizontal axis) data (origin = Row B, Column 2) data (origin = Row B, Column 3)
Row C (horizontal axis) data (origin = Row C, Column 2) data (origin = Row C, Column 3)
Row D (horizontal axis) data (origin = Row D, Column 2) data (origin = Row D, Column 3)

Using accessible markup

top