Web Design in a Nutshell: A Desktop Quick Reference (In a Nutshell (OReilly))

B.2. Paged Media

orphans

Specifies the minimum number of lines of a paragraph that must be left at the bottom of a page.

Values:

<integer> | inherit

Initial value:

2

Applies to:

Block-level elements.

Inherited:

Yes.

Computed value:

As specified.

page-break-after

Specifies whether page breaks should be placed after an element.

Values:

auto | always | avoid | left | right | inherit

Initial value:

auto

Applies to:

Block-level elements.

Inherited:

No.

Computed value:

As specified.

page-break-before

Specifies whether page breaks should be placed before an element.

Values:

auto | always | avoid | left | right | inherit

Initial value:

auto

Applies to:

Block-level elements.

Inherited:

No.

Computed value:

As specified.

page-break-inside

Specifies whether page breaks should be placed inside an element.

Values:

auto | always | avoid | left | right | inherit

Initial value:

auto

Applies to:

Block-level elements.

Inherited:

No.

Computed value:

As specified.

widows

Specifies the minimum number of lines of a paragraph that must be left at the top of a page.

Values:

<integer> | inherit

Initial value:

2

Applies to:

Block-level elements.

Inherited:

Yes.

Computed value:

As specified.

Категории