mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 23:57:25 +00:00
LibWeb: Implement the HTMLOptionElement.form attribute
This returns the parent form of a HTMLOptionElement or null if the element has no parent form.
This commit is contained in:
committed by
Andreas Kling
parent
fe7df98d7d
commit
763b7f0e0c
@@ -31,6 +31,8 @@ public:
|
||||
|
||||
bool disabled() const;
|
||||
|
||||
JS::GCPtr<HTML::HTMLFormElement> form() const;
|
||||
|
||||
virtual Optional<ARIA::Role> default_role() const override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user