diff --git a/third_party/aria-practices/src/content/patterns/breadcrumb/examples/breadcrumb.html b/third_party/aria-practices/src/content/patterns/breadcrumb/examples/breadcrumb.html index 5895d40f5cbd1..ec2e518b89dce 100644 --- a/third_party/aria-practices/src/content/patterns/breadcrumb/examples/breadcrumb.html +++ b/third_party/aria-practices/src/content/patterns/breadcrumb/examples/breadcrumb.html @@ -2,41 +2,12 @@ - Breadcrumb Example - - - - - - - - - -
-

Breadcrumb Example

- -
-

About This Example

- -

The following example demonstrates the Breadcrumb Pattern.

-
- -
-
-

Example

-
-
- -
- -
-

Accessibility Features

- -
- -
-

Keyboard Support

-

No keyboard interaction needed.

-
- -
-

Role, Property, State, and Tabindex Attributes

- - - - - - - - - - - - - - - - - - - - - - - -
RoleAttributeElementUsage
- aria-label=Breadcrumb - - nav - Provides a label that describes the type of navigation provided in the nav element.
- aria-current=page - - a - Applied to the last link in the set to indicate that it represents the current page.
-
- -
-

JavaScript and CSS Source Code

- -
- -
-

HTML Source Code

-

To copy the following HTML code, please open it in CodePen.

- -
- - -
-