Open
Description
Continuing from #789.
The above-mentioned method is only currently special-casing font properties and the fix for the above.
Many properties' values are comma-separated before being space-separated. It might be better to make that the default, then special-case the others. But doing so risks a breaking change. I don't know which properties use /
as a separator. I can't think of any, but there must be some, otherwise it wouldn't be there.
Things like box-shadow
will not currently be parsed correctly into the expected object structure, though will still render back out OK.