-ms-content-zoom-chaining

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-content-zoom-chaining CSS property is a Microsoft extension specifying the zoom behavior that occurs when a user hits the zoom limit during page manipulation.

Initial valuenone
Applies tonon-replaced block-level elements and non-replaced inline-block elements
Inheritedno
Computed valueas specified
Animation typediscrete

Syntax

Values

none
The initial value. A bounce effect is shown when the user hits a zoom limit during page manipulation.
chained
The nearest zoomable parent element begins zooming when the user hits a zoom limit during page manipulation. No bounce effect is shown.

Formal syntax

  none | chained

Specifications

Not part of any specification.

Remarks

This property has no effect on non-zoomable elements. For information on zoomable elements, see -ms-content-zooming.

Starting with Windows 8.1, this property is also supported for touchpad interaction.

This property requires Windows 8 or later.