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

support css client side rules in skinning framework

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.0-core
    • 2.1.0-core
    • Skinning
    • None

    Description

      This ER is for introducing client side css rule support in skinning framework.

      Here's a list of known CSS at-rules:

      @document - uses nested selectors that need to be resolved
      @font-face - probably safe to blindly pass through
      @keyframes - probably safe to blindly pass through
      @media - uses nested selectors that need to be resolved
      @page - probably safe to blindly pass through
      @supports - uses nested selectors that need to be resolved

      These rules can be split into two based on its usage:

      @document, @keyframes, @media, @support uses following syntax:

      @rule {
      selector

      { property : value; property : value; property : value; }

      }

      @font-face and @page uses following syntax:

      @rule {
      property : value;
      property : value;
      property : value;
      }

      Attachments

        1. jira-2399.patch
          85 kB
          Anand V Nath
        2. jira-2399-bug-fix-2.patch
          3 kB
          Anand V Nath

        Activity

          People

            gabrielle Gabrielle Crawford
            anand.v.nath@oracle.com Anand V Nath
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: