Open
Description
Related to open HTML-AAM ambiguity: w3c/html-aam#523 (comment)_
In addition to or instead of the el-th-in-row
test, I think we should split that into a few more:
el-th-in-thead-row
(default columnheader?)el-th-in-non-thread-first-row
(columnheader if layout table heuristic not triggered? maybe add table and cell borders to avoid the layout table heuristic?)el-th-in-non-thread-second-row
(rowheader? ditto re: layout table heuristic)el-th-in-tbody-row
(always rowheader?)el-th-in-tfoot-row
(always rowheader?)
Originally posted by @cookiecrook in w3c/html-aam#523 (comment)