The base of a CSS specification value. These are primarily used by composite properties such as background: or font:.
Spec value cheat sheet: Spec.AnyOf || Spec.All a b Spec.Property Spec.Optional a? Spec.OneOf a|b Spec.Literal / Spec.AllAnyOrder a && b Spec.Repeated {1,4}, * => {0,infinity}, + => {1,infinity} Spec.ValueType <number>, <percent> etc.
Public Member Functions | |
virtual bool | OnReadValue (Style styleBlock, Css.Value value, int start, out int size) |