fix: add pause between "Remove item" and the value of the item by adding a colon

Helps understanding when using VoiceOver
This commit is contained in:
Jay Kid 2017-06-28 11:12:45 +02:00
parent 0b3cf1a355
commit 600f59a440

View file

@ -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
</button>