You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The guidelines suggest the use of (1) <nav aria-label="Breadcrumb" class="breadcrumb"> and (2) aria-current="page" for the current page. Thus the markup should be as follows (I assume a wrapper div around the <nav> would probably be okay, if necessary):
See https://www.w3.org/TR/wai-aria-practices-1.1/#breadcrumb and https://www.w3.org/TR/wai-aria-practices-1.1/examples/breadcrumb/index.html.
Currently pages like https://history.state.gov/historicaldocuments use the following breadcrumb markup:
The guidelines suggest the use of (1)
<nav aria-label="Breadcrumb" class="breadcrumb">
and (2)aria-current="page"
for the current page. Thus the markup should be as follows (I assume a wrapper div around the<nav>
would probably be okay, if necessary):The text was updated successfully, but these errors were encountered: