Closed DenizBasgoren closed 4 years ago
Please use replace CLASS
with class
parser.parse('<div CLASS="a"></div>'.toLowerCase()).querySelectorAll('.a')
This is a workaround, however HTML states that tags and attributes are case insensitive. Please correct the behavior of your parser.
Thanks for your report,
Thanks
parser.parse('<div CLASS="a"></div>').querySelectorAll('.a')
The code above returns [ ].