From 9df0fbfa65b7616be5d31d182a598a389f1d30ad Mon Sep 17 00:00:00 2001 From: Antti Hukkanen Date: Fri, 29 May 2020 12:22:46 +0300 Subject: [PATCH] Remove tabindex from progressbar documentation The tabindex attribute makes the progress bars focusable and there is no real reason for them to be focusable. This change improves accessibility. --- docs/pages/progress-bar.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pages/progress-bar.md b/docs/pages/progress-bar.md index 0e2fb3ed8..c20b6985d 100644 --- a/docs/pages/progress-bar.md +++ b/docs/pages/progress-bar.md @@ -27,7 +27,7 @@ If the value of the progress bar is not numeric, also add the attribute `aria-va ```html_example -
+
``` @@ -35,7 +35,7 @@ If the value of the progress bar is not numeric, also add the attribute `aria-va Add a `width` CSS property to the inner meter to fill the progress bar. ```html_example -
+
``` @@ -55,7 +55,7 @@ A progress bar can be styled with the `.secondary`, `.success`, `.warning`, and
```html_example -
+
@@ -87,7 +87,7 @@ You can add text inside the meter of a progress bar. Make sure the text you use
```html_example -
+
25% -- 2.47.3