From 72de2d80e7b4a2f0fbfec61be6630699779e9ab1 Mon Sep 17 00:00:00 2001 From: Wesley Cho Date: Fri, 4 Sep 2015 22:08:42 -0700 Subject: [PATCH] feat(rating): add `aria-valuetext` attribute - Add `aria-valuetext` attribute on each star element for accessibility Closes #4349 Resolves #4347 --- template/rating/rating.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/rating/rating.html b/template/rating/rating.html index 601a80f31b..5543b03d9c 100644 --- a/template/rating/rating.html +++ b/template/rating/rating.html @@ -1,4 +1,4 @@ ({{ $index < value ? '*' : ' ' }}) - +