Menu

#70 Invalid style declarations truncates the following declarations

0.9.21
closed
RBRi
None
1
2017-01-03
2016-11-30
Asiya
No

Invalid style declarations truncates the following declarations

Input :

<style>
h1{
color : red&;
width:10px;
height:20px;
}
</style>

output:

<style>
h1 {
    color: red
}
</style>

The following patch will be applicable to all SACParserCSSxxx.java

1 Attachments

Discussion

  • RBRi

    RBRi - 2016-12-27
    • status: open --> closed
     
  • RBRi

    RBRi - 2016-12-27

    fixed in SVN, a nes snapshot build is available.
    Thanks for your error report.

     
  • Asiya

    Asiya - 2017-01-03

    Can you give me the repository link which contains the fix ?

     
  • Anonymous

    Anonymous - 2017-01-03

    made some info available here, http://cssparser.sourceforge.net/gettingLatestCode.html
    the page will be public and well formatted with the next release

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.