WebIDLpedia

LayoutOptions dictionary

Definition

CSS Layout API Level 1 defines LayoutOptions



dictionary LayoutOptions {
  ChildDisplayType childDisplay = "block";
  LayoutSizingMode sizing = "block-like";
};