monks/page_break_inside

{{deprecated_header}}

This property has been replaced by the {{cssxref(“break-inside”)}} property.

The page-break-inside CSS property adjusts page breaks inside the current element.

Values

pub const auto_: #(String, String)
  • : Initial value. Automatic page breaks (neither forced nor forbidden).
pub const avoid: #(String, String)
  • : Avoid page breaks inside the element.
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub fn raw(value: String) -> #(String, String)

Enter a raw string value for page-break-inside

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for page-break-inside. It will be wrapped in var() and have -- prepended.

Search Document