Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add guidance for accessibility of details component #3904

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/details/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Use the details component to make a page easier to scan when it contains informa

## When not to use this component

Do not use the details component to hide information that the majority of your users will need.
Do not use the details component to hide information that the majority of your users will need. [Read our research on this component](/components/details/#research-on-this-component) to consider how this affects some users of assistive technologies.

## Decide between using details, accordions and tabs

Expand All @@ -45,4 +45,4 @@ Make the link text short and descriptive so users can quickly work out if they n

There is [evidence that some users avoid clicking the link to show more details](https://github.com/alphagov/govuk-design-system-backlog/issues/44#issuecomment-629122091), as they think it will take them away from the page.

There are [concerns that some users of voice assist software will not be able to interact with the component](https://github.com/alphagov/govuk-design-system-backlog/issues/44#issuecomment-628082040). Some software might require the user to specifically refer to the link to show more details as a button in order to interact with it.
[Some users of voice assist software will not be able to interact with the component](https://github.com/alphagov/govuk-design-system-backlog/issues/44#issuecomment-628082040). Some software might require the user to specifically refer to the link to show more details as a button in order to interact with it.