Hi,
I'm not an expert on this.
It did interest me though, so I searched and found two web pages that talk about only non-negative padding being allowed.
See:
http://archivist.incutio.com/viewlist/css-discuss/42541http://www.w3.org/TR/CSS21/box.htmlThe latter (which is W3C about CSS 2.1) says:
Unlike margin properties, values for padding values cannot be negative. Like margin properties, percentage values for padding properties refer to the width of the generated box's containing block.
(I know that negative margins are used by some "stylists" and are
officially allowed.)
There's presumably some design discussion about this in the W3C archives. It might be worth a warning in CSE.