YahooArchive / secure-handlebars

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

css support for style attribute name #43

Closed neraliu closed 9 years ago

neraliu commented 9 years ago

@adon, would u please help to review this code change for css support in the style attribute name. I am planning to introduce 4 new types of css filters as follow, please comment.

ycufull - the filter for url() pattern for CSS. yced - the filter for double quoted string in CSS. yces - the filter for single quoted string in CSS. yceu - the filter for ident in CSS. (note: ident is defined in the spec)

reference: http://www.w3.org/TR/CSS21/grammar.html

yahoocla commented 9 years ago

CLA is valid!

neraliu commented 9 years ago

the code review discussion has been done and this prototype is withdrawing with new approach.