Files
ladybird/Userland/Libraries/LibWeb/HTML/Parser/HTMLParser.cpp
Andreas Kling 49b88fc095 LibWeb: Don't compare against HTML-uppercased tag names in HTML parser
Element::tag_name() returns an uppercased string for HTML elements,
which is usually not what's expected by the parser algorithms that look
at tag names.
2024-11-05 12:29:27 +01:00

234 KiB