I need to find how ie 6's javascript implementation differs from the w3c spec…


One thing I already know is that: addEventListener([string] eventName, [function] handler, [boolean] bubble) is not supported. Instead it is attachEvent([string] "on" + eventName, [function] handler)


This table has onmouseover's and onclicks on the cells:

Mouse Over Mouse Click