Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are table headers and scopes?

headers scopes Table
0
Posted

What are table headers and scopes?

0

To understand the process of making tables accessible, it is easiest to cover the basic parts of a table first. Each cell in a table is defined by a tag. This cell conveys no relationship to any other cell in the table unless one is defined. Making a cell into a table header means that that cell describes other cells in the table, but does not say if it describes the cells below it, or to the side. Adding a scope to that header, such as scope=”row” or scope=”col”, defines if the header is for a row header for describing cells to the right of the cell, or a column header which describes cells below it. Each time a header cell is defined, a scope should be used as well. For a detailed explanation and an example on how to fix these problems, see Checkpoint G.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123