Skip to content

Commit

Permalink
update locale template
Browse files Browse the repository at this point in the history
  • Loading branch information
engineerklimov committed Oct 30, 2024
1 parent 1a1dc0e commit de1c148
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions locales/_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -1096,9 +1096,12 @@
"fail": "Some non-empty data cells do not have table headers"
},
"td-headers-attr": {
"pass": "The headers attribute is exclusively used to refer to other cells in the table",
"pass": "The headers attribute is exclusively used to refer to other header cells in the table",
"incomplete": "The headers attribute is empty",
"fail": "The headers attribute is not exclusively used to refer to other cells in the table"
"fail": {
"header-not-in-table": "The headers attribute is not exclusively used to refer to other header cells in the table",
"header-is-data-cell": "The header attribute refers a data cell, this must be a header cell so that all screen readers announce it"
}
},
"th-has-data-cells": {
"pass": "All table header cells refer to data cells",
Expand Down

0 comments on commit de1c148

Please sign in to comment.