mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb/HTML: Always provide ChildrenChangedMetadata to children changed
This commit is contained in:
committed by
Jelle Raaijmakers
parent
02783a6f1d
commit
cc6536b527
Notes:
github-actions[bot]
2026-03-19 08:47:59 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/cc6536b5275 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8486 Reviewed-by: https://github.com/gmta ✅
@@ -73,7 +73,7 @@ public:
|
||||
virtual void form_associated_element_was_inserted() override;
|
||||
virtual void form_associated_element_attribute_changed(FlyString const& name, Optional<String> const& old_value, Optional<String> const& value, Optional<FlyString> const& namespace_) override;
|
||||
|
||||
virtual void children_changed(ChildrenChangedMetadata const*) override;
|
||||
virtual void children_changed(ChildrenChangedMetadata const&) override;
|
||||
|
||||
// https://www.w3.org/TR/html-aria/#el-textarea
|
||||
virtual Optional<ARIA::Role> default_role() const override { return ARIA::Role::textbox; }
|
||||
|
||||
Reference in New Issue
Block a user