Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

contain-intrinsic-height

Description

The contain-intrinsic-height property for CSS allows elements with size containment to specify an explicit intrinsic inner height.

Syntax

CSS

contain-intrinsic-height: value;

JS

object.style.containIntrinsicHeight = "value";

Values

<'contain-intrinsic-height'> = none | <length> | auto <length>
none

The corresponding axis does not have an explicit intrinsic inner size.

<length>

The corresponding axis has an explicit intrinsic inner size of the specified <length>.

auto <length>

If the element has a last remembered size and is currently skipping its contents, its explicit intrinsic inner size is the last remembered size. Otherwise, its explicit intrinsic inner size is the specified <length>.

Initial

none

Examples

1 · none

2 · length

3 · auto length

4 · JS

HomeMenu