ladybird/Userland/Libraries/LibWeb/XML
MacDue cfb9c5bb0e LibWeb: Fix checks for elements in XMLDocumentBuilder
Previously, this just checked the tag names. For elements that exist in
different namespaces (like HTMLScriptElement vs SVGScriptElement) this
could lead to invalid casts, as the namespace was not checked.

This switches to using the safer helpers on the DOM::Node.
2024-02-18 18:33:11 +01:00
..
XMLDocumentBuilder.cpp LibWeb: Fix checks for elements in XMLDocumentBuilder 2024-02-18 18:33:11 +01:00
XMLDocumentBuilder.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30