Skip to content

[accessibility] Add scope="col" attribute to first and second column headers. #680

@jooyoungseo

Description

@jooyoungseo

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" ...>.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions