Return-Path: X-Original-To: apmail-myfaces-dev-archive@www.apache.org Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9B3BC5ED for ; Thu, 19 Jul 2012 15:11:38 +0000 (UTC) Received: (qmail 47109 invoked by uid 500); 19 Jul 2012 15:11:38 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 46654 invoked by uid 500); 19 Jul 2012 15:11:37 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 46386 invoked by uid 99); 19 Jul 2012 15:11:36 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2012 15:11:36 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id AA30A141BF8 for ; Thu, 19 Jul 2012 15:11:35 +0000 (UTC) Date: Thu, 19 Jul 2012 15:11:35 +0000 (UTC) From: "Scott O'Bryan (JIRA)" To: dev@myfaces.apache.org Message-ID: <2081206946.75947.1342710695699.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1471261559.23759.1322608300109.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Comment Edited] (TRINIDAD-2172) pseudo classes missing from CSSGenerationUtils MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TRINIDAD-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13418349#comment-13418349 ] Scott O'Bryan edited comment on TRINIDAD-2172 at 7/19/12 3:11 PM: ------------------------------------------------------------------ Awesome Anand, thanks. I fixed the fix-by's and will commit the patch to 2.0.2. was (Author: darkarena): Awesome Anad, thanks. I fixed the fix-by's and will commit the patch to 2.0.2. > 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.2-core, 2.1.0-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