Uploaded image for project: 'Batik'
  1. Batik
  2. BATIK-995

invalid parsing of empty css selectors

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Resolution: Unresolved
    • 1.7
    • None
    • CSS
    • None
    • Operating System: Linux
      Platform: PC

    Description

      batik parses an empty selector as *, for example,

      {background : red}

      as *

      {background : red}

      a,

      {background : red}

      as a, *

      {background : red}

      a, , b as a,*,b

      {background : red}

      ideally these would be parsed like,

      {background : red}

      as <nothing>
      a,

      {background : red}

      as a

      {background : red}

      a, , b as a, b

      {background : red}

      Attachments

        Activity

          People

            batik-dev@xmlgraphics.apache.org Batik Developer's Mailing list
            sbridges Sean Bridges
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: