CSS -ms-flow-from Property Reference

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

CSS -ms-flow-from Property Reference

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

Updated 2026-08-12

-ms-flow-from overview

The CSS -ms-flow-from 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-flow-from formal syntax
FieldValue
Formal syntax[ none | <custom-ident> ]#
Initial valuenone
Applies tononReplacedElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupMicrosoft Extensions
StatusNonstandard

Practical examples

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

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

Description

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

References

  1. MDN: -ms-flow-from
  2. MDN: CSS Properties Reference

Similar or alternative tools

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