From de1c148f8aab85370c49eda94b2ac03a09165f5a Mon Sep 17 00:00:00 2001 From: Nikita Klimov Date: Wed, 30 Oct 2024 16:30:02 +0200 Subject: [PATCH] update locale template --- locales/_template.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/locales/_template.json b/locales/_template.json index b250b8cdaf..71629881fe 100644 --- a/locales/_template.json +++ b/locales/_template.json @@ -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",