Menu

#55 parsing error for values in length properties with + sign

closed
nobody
None
1
2015-01-12
2014-09-26
No

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

Discussion

  • Radek Burget

    Radek Burget - 2014-09-30

    Hopefully fixed on github.

     
  • Chetan Kothari

    Chetan Kothari - 2014-10-02

    Verified, thanks for fixing this.

     
  • Radek Burget

    Radek Burget - 2014-10-02
    • status: open --> accepted
     
  • Radek Burget

    Radek Burget - 2015-01-10
    • status: accepted --> closed
     
  • Radek Burget

    Radek Burget - 2015-01-10

    Closed in 1.19

     

Anonymous
Anonymous

Add attachments
Cancel