I just realized it could be great if stackoverflow.com would integrate with this site's API, so web development questions would get a better platform for posting the "code/markup in question" and getting answers that way as well.
They could put all executed code in a cookie-less domain, that way it can't access any private resources on your behalf (modulo XSS bugs on other sites). This is what the Google code playground does:
>normalize_css: yes or no - should normalize.css be loaded before any CSS declarations?
I'm guessing it's an external CSS file, probably to enforce consistency between browsers. Haven't looked at it, though - just assuming. "normalize" is nowhere else in the documentation, oddly enough.