This is a very simple question, so I\'ll keep it really brief:
How can I tell if a particular DOM element\'s CSS property is inherited?
Reas
I think, it's nice behavior of jquery. What do you want to get when $('div.black:eq(0)').css('line-height'), false, or undefined? This is so confusing, because real value of line-height (inherited, yes) is 1 em.
$('div.black:eq(0)').css('line-height')
line-height