-ms-flow-from

Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

The -ms-flow-from CSS property is a Microsoft extension that gets or sets a value identifying a region container in the document that accepts the content flow from the data source.

Initial valuenone
Applies tonon-replaced elements
Inheritedno
Computed valueas specified
Animation typediscrete

Syntax

Values

none

Default. No container has been specified.

<custom-ident>

The name of the region container.

Formal syntax

  [ none | <custom-ident> ]#

Specifications

Not part of any specification.