1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 09:22:55 +02:00

Docs: fix some ARIA Authoring Practices Guides broken links (#36488)

* Docs: fix some ARIA Authoring Practices Guides broken link
This commit is contained in:
Julien Déramond
2022-06-02 23:10:22 +02:00
committed by GitHub
parent c137d11aa2
commit 6d5a70340d
5 changed files with 7 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ $breadcrumb-divider: none;
Since breadcrumbs provide a navigation, it's a good idea to add a meaningful label such as `aria-label="breadcrumb"` to describe the type of navigation provided in the `<nav>` element, as well as applying an `aria-current="page"` to the last item of the set to indicate that it represents the current page.
For more information, see the [WAI-ARIA Authoring Practices for the breadcrumb pattern](https://www.w3.org/TR/wai-aria-practices/#breadcrumb).
For more information, see the [ARIA Authoring Practices Guide breadcrumb pattern](https://www.w3.org/WAI/ARIA/apg/patterns/breadcrumb/).
## CSS