Note, it appears that "initial" is not supported at all in IE, so that would be one reason not to use it. Also, comparing padding:initial to padding:0 is not always accurate. Some elements my have some default padding (like ul and ol, etc.).
lucy24
6:55 pm on Jul 18, 2014 (gmt 0)
Can't help noting that the first thing they say is
On inherited properties, the initial value may be surprising and you should consider using the inherit or unset keywords instead.
The word "surprising" is good. I would treat it as equivalent to Apache "unexpected" or "unintended", which tends to mean "We cannot guarantee that the world as you know it will NOT end."
Rain_Lover
1:37 am on Jul 19, 2014 (gmt 0)
Some elements my have some default padding (like ul and ol, etc.).
The "initial value" and "browser default value" are not the same: the initial value is defined by spec, which is separate from what value the browser assigns to certain properties on certain elements as part of its default stylesheet. In my example, the browser default value is