Add the ability to specify a HTML border with the CSS "shorthand"
This ability should allow a border to be defined as:
border: 5px solid red;
Instead of only defining the border as:
border-width: 5px;
border-style: solid;
border-color: red;

not enough community support
-
Anonymous commented
I would like to say here is to make sure you have backward compatibility in all latest version release. For example if something is working/not throwing any exception in previous version then it should behave similar way in all upcoming version. This gives us hard time to manage older report if it starts throwing exception for something which was working previously but doesn't work in latest version.