CSS -ms-accelerator Property Reference

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

CSS -ms-accelerator Property Reference

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

Updated 2026-08-12

-ms-accelerator overview

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

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

-ms-accelerator formal syntax
FieldValue
Formal syntaxfalse | true
Initial valuefalse
Applies toallElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupMicrosoft Extensions
StatusNonstandard

Practical examples

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

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

Description

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

References

  1. MDN: -ms-accelerator
  2. MDN: CSS Properties Reference

Similar or alternative tools

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