parseToObject,
parse individual style properties as defined by via's traits
definitions, and set the resulting typed values on to.
Parse a single CSS style definition (as found in a "style" attribute) into an dynamic object. The property values are not parsed, but retained as Strings (use fromObject to parse/type them).
For example, "fill:red,stroke:#f00" will be turned into
{ style:"red", stroke:"#f00" }.
<style type="text/css"> element.