scrollable-region-focusable
Scrollable region must have keyboard access
Impact: serious · Pages with issue: 1
Selector: .table-responsive
<div class="table-responsive section">
Fix any of the following:
Element should have focusable content
Element should be focusable
link-name
Links must have discernible text
Impact: serious · Pages with issue: 2
Selector: p:nth-child(16) > a:nth-child(2)
<a href="http://www.reservation.pc.gc.ca/"> </a>
Fix all of the following:
Element is in tab order and does not have accessible text
Fix any of the following:
Element does not have text that is visible to screen readers
aria-label attribute does not exist or is empty
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has no title attribute
Selector: p:nth-child(14) > a
<a href="http://www.twitter.com/parkscanada"></a>
Fix all of the following:
Element is in tab order and does not have accessible text
Fix any of the following:
Element does not have text that is visible to screen readers
aria-label attribute does not exist or is empty
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has no title attribute
td-headers-attr
Table cell headers attributes must refer to other <th> elements in the same table
Impact: serious · Pages with issue: 1
Selector: table
<table class="table table-bordered table-responsive table-hover">
Fix all of the following:
The element with headers attribute refers to itself
list
<ul> and <ol> must only directly contain <li>, <script> or <template> elements
Impact: serious · Pages with issue: 2
Selector: ul:nth-child(6)
<ul>
Fix all of the following:
List element has direct children that are not allowed: ul
Selector: ul:nth-child(23)
<ul>
Fix all of the following:
List element has direct children that are not allowed: ul