From 600f59a44002082e44d1f6274360c2a46a872701 Mon Sep 17 00:00:00 2001 From: Jay Kid Date: Wed, 28 Jun 2017 11:12:45 +0200 Subject: [PATCH] fix: add pause between "Remove item" and the value of the item by adding a colon Helps understanding when using VoiceOver --- assets/scripts/src/choices.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/src/choices.js b/assets/scripts/src/choices.js index 7fae783..280d552 100644 --- a/assets/scripts/src/choices.js +++ b/assets/scripts/src/choices.js @@ -2369,7 +2369,7 @@ class Choices { type="button" class="${globalClasses.button}" data-button - aria-label="Remove item '${data.value}'" + aria-label="Remove item: '${data.value}'" > Remove item