Skip to content

Commit e7c2978

Browse files
Merge branch 'complex-headers' of https://github.com/stefanruijsenaars/HTML_CodeSniffer into complex-headers
2 parents 8b74368 + c0e114b commit e7c2978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Translations/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ _global.translation['en'] = {
121121
,"1_3_1_H63.2" : 'Scope attributes on td elements that act as headings for other elements are obsolete in HTML5. Use a th element instead.'
122122
,"1_3_1_H43.ScopeAmbiguous" : 'Scope attributes on th elements are ambiguous in a table with multiple levels of headings. Use the headers attribute on td elements instead.'
123123
,"1_3_1_H43.IncorrectAttr" : 'Incorrect headers attribute on this td element. Expected "{{expected}}" but found "{{actual}}"'
124-
,"1_3_1_H43.IncorrectAttrNotice" : 'Check that headers attribute on td element is correct.'
124+
,"1_3_1_H43.IncorrectAttrNotice" : 'Check that headers attribute on td elements are correct.'
125125

126126
,"1_3_1_H43.HeadersRequired" : 'The relationship between td elements and their associated th elements is not defined. As this table has multiple levels of th elements, you must use the headers attribute on td elements.'
127127
,"1_3_1_H43.MissingHeaderIds" : 'Not all th elements in this table contain an id attribute. These cells should contain ids so that they may be referenced by td elements\' headers attributes.'

0 commit comments

Comments
 (0)