pseudo classes missing from CSSGenerationUtils
----------------------------------------------

                 Key: TRINIDAD-2172
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2172
             Project: MyFaces Trinidad
          Issue Type: Improvement
          Components: Skinning
    Affects Versions: 2.0.0-core
            Reporter: Jeremy C. Hull


Only the following built-in pseudo classes are handled
    _BUILT_IN_PSEUDO_CLASSES.add(":first-child");
    _BUILT_IN_PSEUDO_CLASSES.add(":link");
    _BUILT_IN_PSEUDO_CLASSES.add(":visited");
    _BUILT_IN_PSEUDO_CLASSES.add(":hover");
    _BUILT_IN_PSEUDO_CLASSES.add(":active");
    _BUILT_IN_PSEUDO_CLASSES.add(":focus");

There are a few CSS2.1 and a bunch of CSS3 pseudo classes that should be 
handled.
first-letter, first-line, only-child, last-child, nth-child, nth-child-of-type, 
etc...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to