Definition
CSS Properties and Values API Level 1 defines PropertyDefinition
dictionary PropertyDefinition {
required DOMString name;
DOMString syntax = "*";
required boolean inherits;
DOMString initialValue;
};
PropertyDefinition
dictionaryCSS Properties and Values API Level 1 defines PropertyDefinition
dictionary PropertyDefinition {
required DOMString name;
DOMString syntax = "*";
required boolean inherits;
DOMString initialValue;
};