Skip to content

Commit

Permalink
Removed duplicate sufficient technique from error code
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Apr 6, 2020
1 parent 33d792e commit 08936ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Standards/WCAG2AAA/Sniffs/Principle4/Guideline4_1/4_1_3.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ _global.HTMLCS_WCAG2AAA_Sniffs_Principle4_Guideline4_1_4_1_3 = {
*/
process: function(element, top)
{
HTMLCS.addMessage(HTMLCS.NOTICE, top, _global.HTMLCS.getTranslation("4_1_3_ARIA22,G199,ARIA19,G83,G84,G85,G139,G177,G194,ARIA23,ARIA22.Check"), '');
HTMLCS.addMessage(HTMLCS.NOTICE, top, _global.HTMLCS.getTranslation("4_1_3_ARIA22,G199,ARIA19,G83,G84,G85,G139,G177,G194,ARIA23.Check"), '');
}
};
2 changes: 1 addition & 1 deletion Translations/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,6 @@ _global.translation['en'] = {


//4_1_3.js
,"4_1_3_ARIA22,G199,ARIA19,G83,G84,G85,G139,G177,G194,ARIA23,ARIA22.Check" : 'Check that status messages can be programmatically determined through role or properties such that they can be presented to the user by assistive technologies without receiving focus.'
,"4_1_3_ARIA22,G199,ARIA19,G83,G84,G85,G139,G177,G194,ARIA23.Check" : 'Check that status messages can be programmatically determined through role or properties such that they can be presented to the user by assistive technologies without receiving focus.'

};
4 changes: 2 additions & 2 deletions Translations/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,6 @@ _global.translation['nl'] = {


//4_1_3.js
,"4_1_3_ARIA22,G199,ARIA19,G83,G84,G85,G139,G177,G194,ARIA23,ARIA22.Check" : 'Controleer dat statusboodschappen programmatisch bepaald kunnen worden door rol of eigenschappen zodanig dat ze aan de gebruiker kunnen beschikbaar gesteld worden via hulptechnologie zonder de focus te krijgen.'
,"4_1_3_ARIA22,G199,ARIA19,G83,G84,G85,G139,G177,G194,ARIA23.Check" : 'Controleer dat statusboodschappen programmatisch bepaald kunnen worden door rol of eigenschappen zodanig dat ze aan de gebruiker kunnen beschikbaar gesteld worden via hulptechnologie zonder de focus te krijgen.'

};
};

0 comments on commit 08936ae

Please sign in to comment.