This interface allows the DOM user to create a CSSStyleSheet outside the context of a document. There is no way to associate the new CSSStyleSheet with a document in DOM Level 2.

Creates a new CSSStyleSheet.

The advisory title. See also the section.

The comma-separated list of media associated with the new style sheet. See also the section.

A new CSS style sheet.

SYNTAX_ERR: Raised if the specified media string value has a syntax error and is unparsable.