WebIDLpedia

LayoutSizingMode enum

Definition

CSS Layout API Level 1 defines LayoutSizingMode



enum LayoutSizingMode {
    "block-like", // default - Sizing behaves like block containers.
    "manual", // Sizing is specified by the web developer.
};

Referring IDL interfaces/dictionaries