parsing error for values in length properties with + sign
Pure Java HTML / CSS rendering engine
Status: Beta
Brought to you by:
radkovo
if there are positive sign +
in any property dealing with length then the parser does not include it in the style sheet.
String css = "p {text-indent: +96px;}";
StyleSheet styleSheet = CSSFactory.parse(css);
System.out.println(styleSheet);
here the style sheet does not include the text-indent property
Anonymous
Hopefully fixed on github.
Verified, thanks for fixing this.
Closed in 1.19