mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibWeb: Update the HTMLDetailsElement attribute change steps
No functional change here, but this contains spec steps to handle the 'name' attribute (not implemented here).
This commit is contained in:
committed by
Andreas Kling
parent
b3b9eea986
commit
1fb1d5fcb9
@@ -34,7 +34,7 @@ private:
|
||||
virtual void inserted() override;
|
||||
virtual void removed_from(DOM::Node*) override;
|
||||
virtual void children_changed() override;
|
||||
virtual void attribute_changed(FlyString const& name, Optional<String> const& old_value, Optional<String> const& value, Optional<FlyString> const& namespace_) override;
|
||||
virtual void attribute_changed(FlyString const& local_name, Optional<String> const& old_value, Optional<String> const& value, Optional<FlyString> const& namespace_) override;
|
||||
|
||||
void queue_a_details_toggle_event_task(String old_state, String new_state);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user