fb55/htmlparser2

lowerCaseAttributeNames on clientSide

AlexisLeite opened this issue · 2 comments

It would be very useful if the attributes could be preserved with their original names on the client side.

fb55 commented

Not sure what you are referring to with the client side. As for this project, you can pass lowerCaseAttributeNames: false to the parser to disable lowercasing of attribute names.

fb55 commented

Closing as no more info was provided — happy to reopen should anything be added.