What does this mean?
All controls on the page - including links, buttons, and fields - should show when they have been selected by the keyboard.
More helpYou can confirm this yourself by loading a webpage and using the Tab key to navigate through it. Anything you can select should alter its appearance when selected. For example, a text field might change color, or have a distinctive border applied.
This is default behavior for all standard web controls, and so if this issue is appearing it is because this default behavior has been disabled. Or alternatively, if you have written your own custom controls, these will need styling to support focus states.
To comply, links and form controls typically define an outline
CSS style, which ensures
they are highlighted automatically, for example:
input:focus (outline: 2px solid red);
If you choose to override or disable the default outline
, you should specify an accessible
alternative, such as a border or background color.
Troubleshooting
If the page appears to highlight when you use tabbed browsing, try testing the page with JavaScript disabled.
72.5% done
How close this website is to fixing this issue.
HTML | Found on page | Issues |
---|---|---|
<input class="chosen-search-input" type="text" autocomplete="off">
|
118 | |
<button class="tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next" aria-label="Next Events" title="Next Events" disabled="">
|
2 | |
<input class="tribe-common-form-control-text__input tribe-events-c-search__input" data-js="tribe-events-events-bar-input-control-input" type="text" id="tribe-events-events-bar-keyword" name="tribe-events-views[tribe-bar-search]" value="" placeholder="Search for events" aria-label="Enter Keyword. Search for events by Keyword.">
|
2 | |
<a href="https://www.westsussexccg.nhs.uk/events/category/committees/list/?posts_per_page=13&eventDisplay=past" class="tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev" aria-label="Previous Events" title="Previous Events" data-js="tribe-events-view-link">
|
1 | |
<a href="https://www.westsussexccg.nhs.uk/events/list/?posts_per_page=13" class="tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden" data-js="tribe-events-view-link" aria-label="Click to select today's date" title="Click to select today's date">
|
1 | |
<a href="https://www.westsussexccg.nhs.uk/events/category/committees/list/" class="tribe-events-c-view-selector__list-item-link" data-js="tribe-events-view-link">
|
1 | |
<a href="https://www.westsussexccg.nhs.uk/events/list/" class="tribe-events-c-view-selector__list-item-link" data-js="tribe-events-view-link">
|
1 | |
<a href="https://www.westsussexccg.nhs.uk/events/list/?posts_per_page=13&eventDisplay=past" class="tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev" aria-label="Previous Events" title="Previous Events" data-js="tribe-events-view-link">
|
1 | |
<a href="https://www.westsussexccg.nhs.uk/events/category/committees/list/?posts_per_page=13" class="tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden" data-js="tribe-events-view-link" aria-label="Click to select today's date" title="Click to select today's date">
|
1 |