https://issues.apache.org/bugzilla/show_bug.cgi?id=48856
--- Comment #2 from Cameron McCormack <[email protected]> 2010-03-06 23:20:19 UTC --- CSS 2.1 http://www.w3.org/TR/CSS21/fonts.html#font-family-prop doesn't provide an exact grammar to be used for parsing font-family values, but I think unquoted numbers should be accepted. At least, that's what I think the description in the above URL implies. To fix this I think the org.apache.batik.css.engine.value.css2.FontFamilyManager.createValue() method needs to be changed to allow more than just SAC_STRING_VALUE and SAC_IDENT in the loop. (Basically, it would parse anything excep a comma, semicolon, parenthesis or brace.) -- 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]
