Definition
CSS Color Module Level 5 defines CSSColorProfileRule
[Exposed=Window]
interface CSSColorProfileRule : CSSRule {
readonly attribute CSSOMString name ;
readonly attribute CSSOMString src ;
readonly attribute CSSOMString renderingIntent ;
readonly attribute CSSOMString components ;
};