You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Arvid Hülsebus (JIRA)" <de...@myfaces.apache.org> on 2007/05/21 18:42:16 UTC

[jira] Created: (TOBAGO-405) Split shorthand CSS properties to allow for better inheritance

Split shorthand CSS properties to allow for better inheritance
--------------------------------------------------------------

                 Key: TOBAGO-405
                 URL: https://issues.apache.org/jira/browse/TOBAGO-405
             Project: MyFaces Tobago
          Issue Type: Task
          Components: Themes
            Reporter: Arvid Hülsebus
         Assigned To: Arvid Hülsebus
            Priority: Minor


If a shorthand property like 'font' is used all related sub-properties are reset to their initial values and thus circumventing inheritance. If the base theme specifies for example

  font-weight: bold;

and a derived theme overwrites the weight implicitly to 'normal' with

  font: 12px arial, helvetica, sans-serif;

the result is not as expected.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.