Microsoft Edge includes support for the following CSS properties and pseudo-classes.
For a list of all CSS properties supported in Microsoft Edge, see CSS styles.
Properties
| Property |
Description |
font-stretch |
Specifies a normal, condensed, or expanded face from a font family. |
pointer-events |
Enables control over how an HTML element responds to mouse/touch events. |
touch-action |
Enables web developers to declaratively state how touches should be handled for purposes of scrolling and zooming. |
Pseudo-classes
| Pseudo-class |
Description |
:read-write |
Applies one or more styles to specified input fields when the fields are editable. |
:read-only |
Applies one or more styles to specified input fields when the fields are read-only. |
:in-range |
Applies one or more styles to specified input fields when the fields are in range. |
:out-of-range |
Applies one or more styles to specified input fields when the fields are out of range. |
Keywords
| Keyword |
Description |
| initial |
Applies the initial value of a property to the specified element. |
| unset |
Erases all values declared earlier in the cascade |