Breadcrumbs 面包屑导航
Breadcrumbs consist of a list of links that help a user visualize a page's location within the hierarchical structure of a website, and allow navigation up to any of its "ancestors".
Press Enter to start editing
Press Enter to start editing
Press Enter to start editing
自定义的面包屑导航
以下是自定义组件的一个示例。 You can learn more about this in the overrides documentation page.
Press Enter to start editing
无障碍设计
(WAI-ARIA: https://www.w3.org/WAI/ARIA/apg/patterns/breadcrumb/)
请务必在面包屑导航
组件上加上 aria-label
的描述。
这个组件的可访问性依赖于:
- 这组链接是由一个有序列表(
<ol>
元素)组建的。 - 用
aria-hidden
属性隐藏各个链接之间的分隔符,这样屏幕阅读器不会把它们朗读出来。 - 有一个标有
aria-label
的 nav(导航)元素标记了面包屑导航的结构,并使其成为导航的标记,这样更容易定位。