CssParser
The CSS parser.
See http://dev.w3.org/csswg/css-syntax/#parsing for more details.
Gets if the parser has been started asynchronously.
Gets the resulting stylesheet of the parsing.
Creates a new CSS parser instance with a new stylesheet
based on the given source.
Creates a new CSS parser instance with an new stylesheet
based on the given stream.
Takes a string and transforms it into a keyframe selector object.
Takes a string and transforms it into a selector object.
Parses the given source code.
Parses the given source code.
Parses the given source asynchronously and creates the stylesheet.
Parses the given source asynchronously and creates the stylesheet.
Parses the given source asynchronously and creates the stylesheet.