[ https://issues.apache.org/jira/browse/TRINIDAD-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13418148#comment-13418148 ]
Anand V Nath commented on TRINIDAD-2172: ---------------------------------------- The same patch should be committed to branches/trinidad-2.0.x also. > 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 > Assignee: Scott O'Bryan > Fix For: 2.0.1-core > > Attachments: bug-13253267-3.patch, jira-2172-nested-pseudo.patch, > jira-2172-not-pseudo-fix.patch > > > 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