NV / CSSOM

Unmaintained! ⚠️ CSS Object Model implemented in pure JavaScript. Also, a CSS parser.
https://nv.github.io/CSSOM/docs/parse.html
MIT License
753 stars 99 forks source link

Handle escape sequences #39

Open kpozin opened 12 years ago

kpozin commented 12 years ago

Backslash escape sequences currently aren't handled.

NV commented 12 years ago

It would be nice to have. Most importantly, to allow strings like "\"" and '\''.

NV commented 12 years ago

I’ve implemented the only case that I’ve found most significant, e.g. "\"" and '\''. I’m not implementing any other cases for now.