aria-allowed-role
ARIA role should be appropriate for the element
Impact: minor · Pages with issue: 46
Selector: form
<form role="combobox" aria-expanded="false" aria-haspopup="listbox" aria-labelledby="search-input-field">
Fix any of the following:
ARIA role combobox is not allowed for given element
Selector: form
<form role="combobox" aria-expanded="false" aria-haspopup="listbox" aria-labelledby="search-input-field">
Fix any of the following:
ARIA role combobox is not allowed for given element
Selector: form
<form role="combobox" aria-expanded="false" aria-haspopup="listbox" aria-labelledby="search-input-field">
Fix any of the following:
ARIA role combobox is not allowed for given element
Selector: form
<form role="combobox" aria-expanded="false" aria-haspopup="listbox" aria-labelledby="search-input-field">
Fix any of the following:
ARIA role combobox is not allowed for given element
Selector: form
<form role="combobox" aria-expanded="false" aria-haspopup="listbox" aria-labelledby="search-input-field">
Fix any of the following:
ARIA role combobox is not allowed for given element
... 41 more pages
landmark-unique
Landmarks should have a unique role or role/label/title (i.e. accessible name) combination
Impact: moderate · Pages with issue: 19
Selector: .book__navigation:nth-child(1)
<nav id="book-navigation-80656" class="small-12 columns book__navigation">
Fix any of the following:
The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
Selector: .book__navigation:nth-child(1)
<nav id="book-navigation-68519" class="small-12 columns book__navigation">
Fix any of the following:
The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
Selector: .book__navigation:nth-child(1)
<nav id="book-navigation-86389" class="small-12 columns book__navigation">
Fix any of the following:
The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
Selector: .book__navigation:nth-child(1)
<nav id="book-navigation-63151" class="small-12 columns book__navigation">
Fix any of the following:
The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
Selector: .book__navigation:nth-child(1)
<nav id="book-navigation-104586" class="small-12 columns book__navigation">
Fix any of the following:
The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
... 14 more pages
landmark-complementary-is-top-level
Aside should not be contained in another landmark
Impact: moderate · Pages with issue: 6
Selector: aside
<aside class="small-12 large-4 columns sidebar">
Fix any of the following:
The null landmark is contained in another landmark.
Selector: aside:nth-child(25)
<aside>
<p>Note: A complainant is an individual who was involved in some form of interaction with police, in the course of which he or she sustained serious injury, died or alleged sexual assault.</p>
Fix any of the following:
The null landmark is contained in another landmark.
Selector: aside
<aside class="small-12 large-4 columns sidebar">
Fix any of the following:
The null landmark is contained in another landmark.
Selector: aside
<aside class="small-12 large-4 columns sidebar">
Fix any of the following:
The null landmark is contained in another landmark.
Selector: aside
<aside class="small-12 large-4 columns sidebar">
Fix any of the following:
The null landmark is contained in another landmark.
... 1 more page
scope-attr-valid
scope attribute should be used correctly
Impact: moderate · Pages with issue: 2
Selector: table:nth-child(14) > tbody > tr:nth-child(2) > td[scope="row"]:nth-child(1)
<td scope="row">1</td>
Fix all of the following:
In HTML 5, scope attributes may only be used on table header elements (<th>)
Selector: tr:nth-child(1) > td[scope="row"]
<td scope="row"># of People Served (Social Assistance Clients)</td>
Fix all of the following:
In HTML 5, scope attributes may only be used on table header elements (<th>)