From 08936ae4469e450017e634a590fe2233b37e3d59 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Tue, 7 Apr 2020 08:37:32 +1000 Subject: [PATCH] Removed duplicate sufficient technique from error code --- Standards/WCAG2AAA/Sniffs/Principle4/Guideline4_1/4_1_3.js | 2 +- Translations/en.js | 2 +- Translations/nl.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Standards/WCAG2AAA/Sniffs/Principle4/Guideline4_1/4_1_3.js b/Standards/WCAG2AAA/Sniffs/Principle4/Guideline4_1/4_1_3.js index 92af383e..72df8f1c 100755 --- a/Standards/WCAG2AAA/Sniffs/Principle4/Guideline4_1/4_1_3.js +++ b/Standards/WCAG2AAA/Sniffs/Principle4/Guideline4_1/4_1_3.js @@ -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"), ''); } }; diff --git a/Translations/en.js b/Translations/en.js index e1081b13..49ca377c 100644 --- a/Translations/en.js +++ b/Translations/en.js @@ -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.' }; diff --git a/Translations/nl.js b/Translations/nl.js index ff56fa2a..8d758d0e 100644 --- a/Translations/nl.js +++ b/Translations/nl.js @@ -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.' -}; \ No newline at end of file +};