10.14
On each web page, can additional content that appears using CSS styles only be made visible using the keyboard and any pointing device?
WCAG Reference
WCAG 2.1.1Tests
- 10.14.1
On each web page, does the additional content appearing on hovering over a user interface component via CSS styles respect one of these conditions, if necessary?
The additional content also appears when the component is activated via the keyboard and any pointing device.
Additional content also appears when the component is focused.
Additional content also appears when the focus of another component is activated or focused. - 10.14.2
On each web page, does the additional content appearing in the focus of a user interface component via CSS styles respect one of these conditions if necessary?
Additional content also appears when the component is activated using the keyboard and any pointing device.
Additional content also appears when the component is hovered over.
Additional content also appears when another component is activated or hovered over.
WCAG Techniques
- G202