I'm writing a rails app which allows user inputted CSS rules, and I want to restrict script execution. Is disallowing 'binding' (for -moz-binding) and 'behavior' enough? It would be implemented with a simple regex called before save.
Are there other methods of including scripts into css stylesheets?