mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Return a NodeList from document.getElementsByName()
This aligns our implementation with the specification.
This commit is contained in:
parent
e40352b6b5
commit
bd1213d0c5
Notes:
github-actions[bot]
2024-07-23 06:59:11 +00:00
Author: https://github.com/tcl3
Commit: bd1213d0c5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/773
3 changed files with 8 additions and 5 deletions
|
@ -248,7 +248,7 @@ public:
|
|||
void schedule_style_update();
|
||||
void schedule_layout_update();
|
||||
|
||||
JS::NonnullGCPtr<HTMLCollection> get_elements_by_name(FlyString const&);
|
||||
JS::NonnullGCPtr<NodeList> get_elements_by_name(FlyString const&);
|
||||
|
||||
JS::NonnullGCPtr<HTMLCollection> applets();
|
||||
JS::NonnullGCPtr<HTMLCollection> anchors();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue