mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibWeb: Move enabled() to FormAssociatedElement and follow the spec
This commit is contained in:
committed by
Andreas Kling
parent
99f52e52d2
commit
d2e18175ef
@@ -19,6 +19,8 @@ public:
|
||||
|
||||
void set_form(HTMLFormElement*);
|
||||
|
||||
bool enabled() const;
|
||||
|
||||
protected:
|
||||
FormAssociatedElement(DOM::Document& document, DOM::QualifiedName qualified_name)
|
||||
: HTMLElement(document, move(qualified_name))
|
||||
|
||||
Reference in New Issue
Block a user