mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibWeb: Implement HTMLStyleElement.disabled
This commit is contained in:
committed by
Andreas Kling
parent
be08abbf8a
commit
1114bbf2f1
@@ -23,6 +23,9 @@ public:
|
||||
virtual void inserted() override;
|
||||
virtual void removed_from(Node*) override;
|
||||
|
||||
bool disabled();
|
||||
void set_disabled(bool disabled);
|
||||
|
||||
CSS::CSSStyleSheet* sheet();
|
||||
CSS::CSSStyleSheet const* sheet() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user