This specific inquiry (which points to this particular post) examines the execution of arbitrary JavaScript invoked from a CSS file through various workarounds in IE and Firefox, such as utilizing expression()
. (A commenter noted that these techniques are referred to as XBL in Firefox and HTC in IE)
Is there a way to achieve the same functionality (running potentially harmful JS from CSS) in Chrome using only client-side code and native methods, without relying on external libraries?