Files
ladybird/Libraries/LibWeb/HTML/HTMLDivElement.cpp
Sam Atkins 6f4df83917 LibWeb: Always compare attribute names directly
Attributes are already stored with their names in lowercase, so we can
do a direct comparison instead of a case-insensitive one.
2025-06-05 12:10:17 +01:00

2.1 KiB