WebIDLpedia

ChildDisplayType enum

Definition

CSS Layout API Level 1 defines ChildDisplayType



enum ChildDisplayType {
    "block", // default - "blockifies" the child boxes.
    "normal",
};

Referring IDL interfaces/dictionaries