jsdom / cssstyle

A Node.js implementation of the CSS Object Model CSSStyleDeclaration interface
MIT License
107 stars 70 forks source link

bugfix:Compatible with extra semicolon style #145

Open hqqxxf opened 2 years ago

hqqxxf commented 2 years ago

Browser is compatible, but cssdom will lose part of the style。 like 'margin-right:20px;;text-align:center;color:red;'