Skip to content

Commit

Permalink
Update table-headers-attribute-refer-to-data-cells-a25f45.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrunet authored Nov 21, 2024
1 parent 9b997ca commit 3ccf04b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Each target's [attribute value][] is a [set of space separated tokens][], and no

## Accessibility Support

Screen reader support for the `headers` attribute does not follow the HTML specification at this time. Some screen readers will allow `td` elements to be referenced by the `headers` attribute. Other screen readers will ignore the `headers` attribute completely and look for `th` elements within the column.
Screen reader support for the `headers` attribute does not follow the HTML specification at this time. Some screen readers will allow `td` elements to be referenced by the `headers` attribute. Other screen readers will ignore the `headers` attribute completely and look for `th` elements within the column. Note also that HTML specification says that the `headers` element must reference a `th` element, but some screen readers allow `headers` to reference semantic headers (i.e., ARIA role defined) also.

## Background

Expand Down

0 comments on commit 3ccf04b

Please sign in to comment.