mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
LibWeb: Implement HTMLStyleElement.disabled
This commit is contained in:
parent
be08abbf8a
commit
1114bbf2f1
Notes:
sideshowbarker
2024-07-17 07:35:03 +09:00
Author: https://github.com/jamierocks
Commit: 1114bbf2f1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/242
Reviewed-by: https://github.com/AtkinsSJ ✅
3 changed files with 32 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue