inline-css
inline-css copied to clipboard
Handle shortform CSS for bgcolor in tables
the bgcolor attribute is being filled in when the background color is set on a table elements via css.
However it only works if you write background-color: blue
It should also support the short form css of background: blue
Use something like https://www.npmjs.com/package/css-shorthand-expand to expand the properties before converting to table attributes.