CssBuilder
See http://dev.w3.org/csswg/css-syntax/#parsing for details.
Fired in case of a parse error.
Called before any token in the value regime had been seen.
Called before the property name has been detected.
public CssProperty CreateDeclarationWith(Func<string, CssProperty> createProperty, ref CssToken token)
Called before the property name has been detected.
Called when the document functions have to been found.
Called in the text for a frame in the @keyframes rule.
Creates a list of CssMedium objects.
Scans the current medium for the @media or @import rule.
Creates as many rules as possible.
Creates a single value. Does not care about the !important flag.
Fills the given parent style with declarations given by the tokens.