Files
ladybird/Userland/Libraries/LibWeb/DOM/Element.cpp
Andreas Kling e2c71b6725 LibWeb: Add a partial implementation of Element.setAttributeNS()
This implementation does some of the required validation and then passes
through the localName and value to Element.setAttribute().
2022-02-05 22:50:39 +01:00

18 KiB