Bug: font-weight not inherited

Font-weight is not inherited to e.g. STRONG. CSS1: font-weight.

Styles:

  P.example { font-weight: normal }

Example:

<P CLASS="example">

<strong>this</strong> should not be bolded

</P>