inline-css icon indicating copy to clipboard operation
inline-css copied to clipboard

Handle shortform CSS for bgcolor in tables

Open theoephraim opened this issue 10 years ago • 0 comments

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.

theoephraim avatar Nov 19 '15 15:11 theoephraim