From 79fbf9a95dee5628c9fc01971b35ae9174da231c Mon Sep 17 00:00:00 2001 From: Casey Hill Date: Tue, 11 Feb 2020 11:12:31 -0600 Subject: [PATCH] clean up [appends #294] --- components/progress/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/progress/index.md b/components/progress/index.md index 2a81f79a..bc09a283 100644 --- a/components/progress/index.md +++ b/components/progress/index.md @@ -559,6 +559,7 @@ Progress indicators are styled with `class="fsa-progress [fsa-progress--[variati ## Accessibility * Note the use of the `aria-live="polite"` attribute, which will alert the User with assistive technologies when they are not performing actions. +* In general, the Progress component is a visual indicator ## General Guidance