CSS -ms-high-contrast-adjust Property Reference

The CSS -ms-high-contrast-adjust property is a nonstandard property in Microsoft Extensions. Review its formal syntax, computed behavior, and practical declarations.

CSS -ms-high-contrast-adjust Property Reference

The CSS -ms-high-contrast-adjust property is a nonstandard property in Microsoft Extensions. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

-ms-high-contrast-adjust overview

The CSS -ms-high-contrast-adjust property is a nonstandard property in Microsoft Extensions. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

-ms-high-contrast-adjust formal syntax
FieldValue
Formal syntaxauto | none
Initial valueauto
Applies toallElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupMicrosoft Extensions
StatusNonstandard

Practical examples

These declarations demonstrate valid ways to set -ms-high-contrast-adjust. The initial and inherit global keywords remain available even when a property-specific value is preferable.

-ms-high-contrast-adjust live example
CSS .reset-example { -ms-high-contrast-adjust: initial; } .inherit-example { -ms-high-contrast-adjust: inherit; } @supports (-ms-high-contrast-adjust: initial) { .supported { -ms-high-contrast-adjust: initial; } }

Description

The CSS -ms-high-contrast-adjust property is a nonstandard property in Microsoft Extensions. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: -ms-high-contrast-adjust
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies