YahooArchive / secure-handlebars

Handlebars Context Pre-compiler
BSD 3-Clause "New" or "Revised" License
45 stars 13 forks source link

new implementation of style attribute css parsing #47

Closed neraliu closed 9 years ago

neraliu commented 9 years ago

this implementation includes the following 1) using the jison to create the parser for parsing the style attribute 2) coding a html decoding logic for delimiter that will affect CSS parsing 3) all related unit test cases.

yahoocla commented 9 years ago

CLA is valid!

neraliu commented 9 years ago

i am fixing the build error

neraliu commented 9 years ago

closing this PR and use new develop branch in master repo