Why Yahoo CSS reset is using font:inherit for below tags?
address,button,caption,cite,code,dfn,em,input,optgroup,
option,select,strong,textarea,th,var {
font:inherit
}
|
|
|
I guess it has to do with css inheritance that for some properties like The inherit value is used to enforce inheritance of values or to make inherit values of properties which are normally not. You can see on this fiddle that the first input does not inherit font properties, compared to the second one which has |
|||||||||||
|