From: Antti Hukkanen Date: Fri, 29 May 2020 09:22:46 +0000 (+0300) Subject: Remove tabindex from progressbar documentation X-Git-Tag: v6.7.1~35^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9df0fbfa65b7616be5d31d182a598a389f1d30ad;p=thirdparty%2Ffoundation%2Ffoundation-sites.git 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. --- 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%