Skip to content

Commit

Permalink
Update site/content/docs/5.0/components/stepped-process.md
Browse files Browse the repository at this point in the history
Co-authored-by: Gaël Poupard <[email protected]>
  • Loading branch information
Kévin Le Diouron and ffoodd committed Feb 22, 2021
1 parent 0f3d270 commit 4462e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.0/components/stepped-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ toc: true

Use a `nav` element with `.stepped-process` class, containing an ordered list `<ol>` with `.stepped-process-item` class on list items.

Be careful to choose short labels when using multiple steps process, otherwise label will be cut to preserve inline layout. More information can be carried on the `title` attribute of the `.stepped-process-link`.
Use short labels for each step, otherwise they will be cut off to preserve inline layout. More information can be carried on the `title` attribute of the `.stepped-process-link`.

Add `.active` to a `.stepped-process-item` to indicate the current step, alongside `aria-current="step"` to convey the active state to assistive technologies.

Expand Down

0 comments on commit 4462e53

Please sign in to comment.