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.
};
LayoutSizingMode enumCSS Layout API Level 1 defines LayoutSizingMode
enum LayoutSizingMode {
"block-like", // default - Sizing behaves like block containers.
"manual", // Sizing is specified by the web developer.
};