@@ -228,14 +228,14 @@ progress bar.
228228 additional information about the process taking place. For determinate, the
229229 text is usually a percentage, fraction, ratio, or numeric value showing
230230 progression. Such values are not applicable when a progress bar is
231- indeterminate. A progress bar that reaches an error state must convey the
232- error in the helper text.
231+ indeterminate. A progress bar that receives an error status must convey the
232+ problem in the error helper text.
2332333 . ** Track:** The static area that the bar indicator moves on top of and acts as
234234 a fixed visual reference of what the total length and duration of the process
235235 could be.
2362364 . ** Bar indicator:** Indicates how much the process has progressed.
237- 5 . ** Status icon:** Indicates the state of the progress bar, either in error or
238- success state .
237+ 5 . ** Status icon:** Indicates the status of the progress bar, either in error or
238+ success status .
239239
240240### Sizing
241241
@@ -387,11 +387,11 @@ For further content guidance, see Carbon's
387387
388388## Universal behaviors
389389
390- ### States
390+ ### Statuses
391391
392- There are three states for the progress bar: active, success, and error. These
393- states also apply on both indeterminate and determinate progress bars. After the
394- process completes successfully or unsuccessfully, a progress bar can either
392+ There are three statuses for the progress bar: active, success, and error. These
393+ statuses also apply on both indeterminate and determinate progress bars. After
394+ the process completes successfully or unsuccessfully, a progress bar can either
395395remain persistent as confirmation or validation, or it can be automatically
396396dismissed depending on what is most suitable for the use case.
397397
@@ -405,20 +405,20 @@ dismissed depending on what is most suitable for the use case.
405405
406406#### Active
407407
408- The active loading state , represented by an animated blue bar indicator, conveys
409- that the action is still in progress.
408+ The active status , represented by an animated blue bar indicator, conveys that
409+ the action is still in progress.
410410
411411#### Success
412412
413- The success loading state , conveyed by a full-width green progress bar and
414- checkmark icon, indicates that the action completed successfully.
413+ The success status , conveyed by a full-width green progress bar and checkmark
414+ icon, indicates that the action completed successfully.
415415
416416#### Error
417417
418- The error loading state indicates that the action did not successfully complete.
419- If an error occurs, an inline notification or error handling within the form
420- should appear. As soon as a process fails, the indicator bar’s progress spans
421- full width, turns red, and remains visible. A failed icon is also shown.
418+ The error status indicates that the action did not successfully complete. If an
419+ error occurs, an inline notification or error handling within the form should
420+ appear. As soon as a process fails, the indicator bar’s progress spans full
421+ width, turns red, and remains visible. A failed icon is also shown.
422422
423423<Row >
424424<Column colLg = { 8 } >
0 commit comments