Tagged Questions

1
vote
4answers
235 views

Is it acceptable to use single quotes around values in HTML attributes? [closed]

Possible Duplicate: HTML single quotes a “problem”? As in, <span class='classname'>Hi</span> instead of <span class="classname">Hi</span> Works, ...
0
votes
2answers
105 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 ...