Tagged Questions
0
votes
2answers
108 views
Comments within style= attributes - safe?
I am working on a CMS that generates CSS "style='xyz'" statements from user input.
The user input will be validated but as an additional safeguard, I want to check the validity of the values on ...