:-ms-keyboard-active pseudo-element
Applies one or more styles to an element when it has focus and the user presses the space bar. This pseudo-class is available to the button, input type=button, input type=checkbox, input type=reset, input type=radio, and input type=submit elements.
Syntax
sel:-ms-keyboard-active {...}Parameters
- sel
-
A CSS simple selector.
Remarks
This pseudo-class is only available to content displayed inside a Windows Store app.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
Show: