2.1.1.9 layout-grid-line

layoutGridLine of type DOMString, read/write

Sets or retrieves the line height value used for rendering the text content of an element. This property has a default value of none. The other possible values are length, percentage, and auto.

layout-grid-line

Value:

none | auto | <length> | <percentage>

Initial:

none

Applies to:

block-level elements, and table elements

Inherited:

yes

Percentages:

Refer to parent object

Media:

visual

Computed value:

As specified

Values have the following meanings:

none

Default. No line grid is set.

auto

Largest character in the font is used to set the line height.

<length>

Floating point number, followed by units designator.

<percentage>

Integer, followed by percent sign (%).