mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibWeb: Add HTML legend element form getter
This commit is contained in:
parent
fb7b03d162
commit
529fd0a65c
Notes:
sideshowbarker
2024-07-17 01:28:15 +09:00
Author: https://github.com/bplaat
Commit: 529fd0a65c
Pull-request: https://github.com/SerenityOS/serenity/pull/22046
3 changed files with 17 additions and 1 deletions
|
@ -17,6 +17,8 @@ class HTMLLegendElement final : public HTMLElement {
|
|||
public:
|
||||
virtual ~HTMLLegendElement() override;
|
||||
|
||||
HTMLFormElement* form();
|
||||
|
||||
private:
|
||||
HTMLLegendElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue