w3c / html-aria

ARIA in HTML
https://w3c.github.io/html-aria/
Other
181 stars 48 forks source link

Add link to HTML AAM to determine the role of <th> #246

Closed AlexLloyd0 closed 3 years ago

AlexLloyd0 commented 3 years ago

See #244

Also clarify the wording for <th> and <td>.

Old: if a descendant of a table element. New: if the ancestor table element has role=table.

<th> and <tr> must be descendants of a <table> so the old condition is always true.


Preview | Diff