Polyfill W3C DOM event on IE8
Install with component(1):
$ component install polyfill/w3c-event-on-ie8
<!--[if IE 8]>
<script src="http://polyfill.github.io/w3c-event-on-ie8/w3c-event-on-ie8.min.js"></script>
<![endif]-->
The HTML page that includes this polyfill must have doc statement <!DOCTYPE html>
in the head
MIT