Skip to content

Commit cedbb4a

Browse files
Update table-headers-attribute-refer-to-data-cells-a25f45.md
1 parent 10c068f commit cedbb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_rules/table-headers-attribute-refer-to-data-cells-a25f45.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The `headers` attribute on the cell refers to a `th` element within the same `ta
113113
#### Passed Example 3
114114

115115
The `headers` attribute on the data cells in the second row refers to a `td` element with a role of `columnheader` within the same `table`.
116-
Although this construct does not conform to the [ARIA in HTML](https://www.w3.org/TR/html-aria/#el-td) or [HTML specifications](https://html.spec.whatwg.org/#attributes-common-to-td-and-th-elements), it behaves the same as using a `th` element instead of a `td` elemment with a role of `columnheader`.
116+
Although this construct does not conform to the [ARIA in HTML](https://www.w3.org/TR/html-aria/#el-td) or [HTML specifications](https://html.spec.whatwg.org/#attributes-common-to-td-and-th-elements), it behaves the same as using a `th` element instead of a `td` element with a role of `columnheader`.
117117

118118
```html
119119
<table>

0 commit comments

Comments
 (0)