Forum Moderators: not2easy
I had to change my CSS editor of choice after finding out that little tidbit of information. I've always used FP to edit my stylesheets and it has a default setting to always use single quotes where applicable. You can strip them out but as soon as you save FP adds them back in. So now I just use Note Pad for editing CSS.
Why would someone want to use JavaScript in their CSS?
See the JS console.
I wonder if any security new flaws will be discovered because of this?
I wonder if you can also get around popup blockers, since you can do something like:
javascript:document.body.onload = function() {...};