diff options
author | Luke Wilde <lukew@serenityos.org> | 2021-09-22 18:06:19 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-09-22 20:33:06 +0200 |
commit | d47e431d54b4facd77703f8efd3b68e2eedc4835 (patch) | |
tree | 8503c4df277d67d6868b98f2258e84c186da3a17 /Userland/Libraries/LibGUI/TextEditor.cpp | |
parent | 5c7dca352679758ffc58103bea98921e19be4ad7 (diff) | |
download | serenity-d47e431d54b4facd77703f8efd3b68e2eedc4835.zip |
LibWeb: Add getElementsByTagNameNS and add support for * in non-NS
This also moves getElementsByTagName to ParentNode to remove the code
duplication between Document and Element. This additionally fixes a bug
where getElementsByTagName did not check if the element was a
descendant, meaning it would also include the context element if the
condition matched.
Diffstat (limited to 'Userland/Libraries/LibGUI/TextEditor.cpp')
0 files changed, 0 insertions, 0 deletions