Skip to content

Commit

Permalink
docs: add link to the accessibility document
Browse files Browse the repository at this point in the history
  • Loading branch information
SGrueber committed Feb 21, 2024
1 parent a0c8f05 commit d04beab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kb_sync_latest_only
The OrderListComponent is strictly presentational, components using it have to supply the data.
The getOrders method of the OrderService doesn't fetch all related order data by default, you can provide an additional parameter to include the data you need.
For accessibility reasons, we use buttons instead of anchor tags for links that trigger only an action and are not intended for navigation purposes.
Be aware of minor styling changes: Use css classes `btn btn-link btn-link-action` for text links and `btn-tool btn-link` for icon links.
Be aware of minor styling changes: Use css classes `btn btn-link btn-link-action` for text links and `btn-tool btn-link` for icon links, (see [Accessibility guide/How to fix `click-events-have-key-events` problems](https://github.com/intershop/intershop-pwa/blob/develop/docs/guides/accessibility.md#how-to-fix-click-events-have-key-events-problems) for more details).

## From 4.2 to 5.0

Expand Down

0 comments on commit d04beab

Please sign in to comment.