Difference between revisions of "WCAG 2.4.7 Focus Visible"

From perpendicular angel knowledgebase
Jump to navigation Jump to search
(Created page with "Any keyboard operable user interface has a mode of operation where the keyboard focus indicator is visible. https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category: 2.4 Navigable]]
Any keyboard operable user interface has a mode of operation where the keyboard focus indicator is visible.
Any keyboard operable user interface has a mode of operation where the keyboard focus indicator is visible.


[[https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-focus-visible.html Understanding 2.4.7]] by the W3C.
[https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-focus-visible.html Understanding 2.4.7] by the W3C.


==Additional resources==
==Additional resources==
[[http://outlinenone.com Outline:none - DON'T DO IT!]] by outlinenone.com
* [http://outlinenone.com Outline:none - DON'T DO IT!] by outlinenone.com
* [https://snook.ca/archives/accessibility_and_usability/elements_focusable_with_tabindex Making Elements Focusable with Tabindex] by Jonathan Snook

Latest revision as of 19:01, 29 July 2020

Any keyboard operable user interface has a mode of operation where the keyboard focus indicator is visible.

Understanding 2.4.7 by the W3C.

Additional resources