WebIDLpedia

CSSNumericType dictionary

Definition

CSS Typed OM Level 1 defines CSSNumericType



dictionary CSSNumericType {
    long length;
    long angle;
    long time;
    long frequency;
    long resolution;
    long flex;
    long percent;
    CSSNumericBaseType percentHint;
};

Referring IDL interfaces/dictionaries