aredridel / html5

Event-driven HTML5 Parser in Javascript
http://dinhe.net/~aredridel/projects/js/html5/
MIT License
590 stars 168 forks source link

Fix for issue 9 #10

Closed jadell closed 13 years ago

jadell commented 13 years ago

This is a patch for the HTML5 not undefined issue I filed. After I fixed that I also ran into an issue where toLowerCase() was being called on an element with an undefined tag name. I didn't dig in very far on that one since the fix gets my Zombie tests to run and that is what I was after.

aredridel commented 13 years ago

Thank you!