w3c / html-aria

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

updates table element allowances #265

Open scottaohara opened 3 years ago

scottaohara commented 3 years ago

closes #258 by revising allowed roles on tbody, tfoot, thead when they are children of an ancestor table exposed as having a role of table, grid or treegrid.

This PR also updates the following:

Further updates can likely be made to the allowed roles on these elements, as I indicated in my comments within #258. But I think those decisions can be made later.


Preview | Diff

scottaohara commented 3 years ago

need to wait on merging this one.