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
The comma-separated list of media associated with the new style
sheet. See also the
A new CSS style sheet.
SYNTAX_ERR: Raised if the specified media string value has a syntax error and is unparsable.