Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLFormElement.cpp
Andreas Kling 06f7f549f2 LibWeb: Combine has_attribute/attribute calls in HTMLFormElement
No need to walk the NamedNodeMap twice for these. Also, for the "id"
attribute, we can use the cache in Element::id().
2024-01-12 12:47:12 +01:00

48 KiB