Uploaded image for project: 'MyFaces Trinidad'
  1. MyFaces Trinidad
  2. TRINIDAD-2172

pseudo classes missing from CSSGenerationUtils

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0-core
    • 2.0.2-core, 2.1.0-core
    • Skinning
    • None

    Description

      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...

      Attachments

        1. bug-13253267-3.patch
          8 kB
          Anand V Nath
        2. jira-2172-not-pseudo-fix.patch
          2 kB
          Anand V Nath
        3. jira-2172-nested-pseudo.patch
          2 kB
          Anand V Nath

        Activity

          People

            darkarena Scott O'Bryan
            jchull Jeremy C. Hull
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: