You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's a good point. font-size should be intherited but actually, the computed value should be inherited (not the specified value). E.g. if there is font-size: 75% specified, the computed result (point value) should be inherited by the child elements; evaluating 75 % in child elements may produce a different result. Unfortunately, jStyleParser does not have the information about the computed value. I will think about possible solutions but at the moment, the application should take care of the font size computation.
font-size property must be inherited
https://www.w3schools.com/cssref/pr_font_font-size.asp
The text was updated successfully, but these errors were encountered: