https://issues.apache.org/bugzilla/show_bug.cgi?id=51457
Bug #: 51457
Summary: invalid parsing of empty css selectors
Product: Batik
Version: 1.7
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: CSS
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
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}
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]