Skip to content

Commit

Permalink
Add note on timeline break
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Aug 29, 2024
1 parent 9279aed commit 9753680
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/components/timeline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ Timeline displays items on a connected vertical timeline. It's primarily used to

## Accessibility

### Timeline breaks

The `Timeline.Break` component allows for content in `Timeline` to be visually seperated and should only be used for decorative purposes only. Since this component is decorative, it is not conveyed to assistive technologies like screen readers.

The content within `Timeline` should clearly communicate the status and state of the item, so that if there is a need to seperate content, that indication of the seperation is in `Timeline.Item`.

### Known accessibility issues (GitHub staff only)

<AccessibilityLink label="Timeline"/>

0 comments on commit 9753680

Please sign in to comment.