cheerio
cheerio copied to clipboard
.attr(name) should lowercase name property
When looking up an attribute with .attr(), the name of the attribute should be lowercased before looking up in .attribs object.
Also true for .data(name)
..
Hi @fb55, is this issue still relevant? (Happy to take a stab at it if so)
I can try to take a stab at this.