WebReflection / basicHTML

A NodeJS based, standard oriented, HTML implementation.
ISC License
126 stars 10 forks source link

Problems with nodeName #27

Closed pinguxx closed 6 years ago

pinguxx commented 6 years ago

While testing with basichtml i found that nodeName of the elements are reported with lower-case while the browsers (as far as i know) reports them as uppercase, is that something you can fix?

If there are some browsers that reports them as lower case i may have to update my code then :D

WebReflection commented 6 years ago

basicHTML is compatible with everything, not just the browser, and it's camel sensitive on purpose, nothing that will ever change.

pinguxx commented 6 years ago

Sounds good thanks