For all the column headers denoted with <th> tag, we need to add scope = "col" attribute to explicitly make a semantic binding for accessibility improvements.
Please take care of this issue after resolving #679 so that only column headers are denoted with <th scope = "col" ...> tag excepting title and subtitle.
Relevant issue (#678) talks about row headers, which have to be denoted with <th scope = "row" ...>.
For all the column headers denoted with
<th>tag, we need to addscope = "col"attribute to explicitly make a semantic binding for accessibility improvements.Please take care of this issue after resolving #679 so that only column headers are denoted with
<th scope = "col" ...>tag exceptingtitleandsubtitle.Relevant issue (#678) talks about row headers, which have to be denoted with
<th scope = "row" ...>.