[ 
https://issues.apache.org/jira/browse/TRINIDAD-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13412671#comment-13412671
 ] 

Anand V Nath edited comment on TRINIDAD-2172 at 7/19/12 7:38 AM:
-----------------------------------------------------------------

jira-2172-nested-pseudo.patch has been committed.

http://svn.apache.org/viewvc?view=revision&revision=1359799 

r1359799 | jwaldman | 2012-07-10 23:01:54 +0530 (Tue, 10 Jul 2012) | 4 lines

TRINIDAD-2172 pseudo classes missing from CSSGenerationUtils
This is the patch for fixing nested pseudo class.
eg: :not(:first-child)

                
      was (Author: anand.v.n...@oracle.com):
    jira-2172-not-pseudo-fix.patch has been committed.

http://svn.apache.org/viewvc?view=revision&revision=1359799 

r1359799 | jwaldman | 2012-07-10 23:01:54 +0530 (Tue, 10 Jul 2012) | 4 lines

TRINIDAD-2172 pseudo classes missing from CSSGenerationUtils
This is the patch for fixing nested pseudo class.
eg: :not(:first-child)

                  
> 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

        

Reply via email to