vendor-prefix

Seeking opinions on vendor-specific prefixes

Specifically in relation to this article on 'A List Apart': http://www.alistapart.com/articles/prefix-or-posthack/ I was hesitant initially, as they did seem a bit hack-ish, but I've started working with the prefixes here and there for progressive enhancement and I've got to say that for me the technique has actually gotten me more exc...

Fetching raw CSS file contents from a browser

Is there any way to fetch the raw contents of a CSS file? Lets imagine that I wanted to fetch any vendor-specific css properties from a CSS file. I would need to somehow grab the CSS contents and parse them accordingly. Or I could just use the DOM to access the rules of a CSS file. The problem is that in while using the DOM, mostly all...