2.4.5Poziom AA2.4 Navigable
Wiele dróg
More than one way is available to locate a web page within a set of web pages, except where the web page is the result of, or a step in, a process.
Co to oznacza
Zrozumieć KS Wiele dróg | Jak spełnić KS Wiele dróg (Poziom AA) Istnieje więcej niż jeden sposób umożliwiający zlokalizowanie strony internetowej w zestawie stron internetowych , z wyjątkiem sytuacji, kiedy dana strona jest wynikiem jakiejś procedury lub jednym z jej etapów.
Failing example
<!-- Fails: site has no search, no sitemap, only main nav -->
<!-- Users who land mid-site have no way to discover
other content without using browser history -->How to fix it
<!-- Pass: provide at least two of these:
1. Navigation menu
2. Site search
3. Site map / index page
4. Related links on each page
5. Table of contents for long pages
-->
<header>
<nav aria-label="Main navigation"><!-- ... --></nav>
<form role="search" action="/search">
<input type="search" aria-label="Search the site" name="q">
<button type="submit">Search</button>
</form>
</header>Jak A11yRisk to wykrywa
A11yRisk wykrywa to kryterium automatycznie.
Skanuj swoją witrynę pod kątem tego naruszenia →