mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
LibWeb: Queue form{Associated,Disabled}Callback where appropriate
This commit is contained in:
Notes:
github-actions[bot]
2026-03-25 13:21:11 +00:00
Author: https://github.com/Lubrsi Commit: https://github.com/LadybirdBrowser/ladybird/commit/4cea5d43e6a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8534 Reviewed-by: https://github.com/AtkinsSJ ✅ Reviewed-by: https://github.com/tcl3
@@ -52,6 +52,8 @@ private:
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
virtual void visit_edges(Cell::Visitor&) override;
|
||||
|
||||
virtual void attribute_changed(FlyString const&, Optional<String> const&, Optional<String> const&, Optional<FlyString> const&) override;
|
||||
|
||||
virtual bool is_html_fieldset_element() const override { return true; }
|
||||
|
||||
GC::Ptr<DOM::HTMLCollection> m_elements;
|
||||
|
||||
Reference in New Issue
Block a user