Overview
It’s a relatively simple progress bar, intended to be applied to an HTML <progress>
element. At its core, a progress bar is a way to visualize a ratio.
Considerations
Color — The progress bar uses the --color-accent-high
, which is a ‘middle’ variant of the current section color. Don’t expect the progress bar to perfectly match the text surrounding it. (If it did, the progress bar would probably look too dark.)
Indeterminate values — A future version of a17t will include support for indeterminate progress bars. For now, consider using a loading spinner.
Variants
Progress bars have full tone support.
Accessibility
Don't use color to communicate. Instead, use color to support information you communicate through text. When this isn't possible, be sure to use a title
attribute.
Be mindful of contrast. What looks good to you may not be readable for others. Text contrast is a good thing!
Support all navigation modes. Some people will interact with your interface using assitive technologies and/or a keyboard. Build your interface with these different modes in mind (for example, by setting the `tab-index` attribute on all interactive elements that aren't interactive by default).