mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed()
This is a first step towards merging attribute change and removal notifications into a single function.
This commit is contained in:
@@ -104,7 +104,7 @@ public:
|
||||
virtual bool is_focusable() const override { return m_type != TypeAttributeState::Hidden; }
|
||||
|
||||
// ^HTMLElement
|
||||
virtual void parse_attribute(DeprecatedFlyString const&, DeprecatedString const&) override;
|
||||
virtual void attribute_changed(DeprecatedFlyString const&, DeprecatedString const&) override;
|
||||
virtual void did_remove_attribute(DeprecatedFlyString const&) override;
|
||||
|
||||
// ^FormAssociatedElement
|
||||
|
||||
Reference in New Issue
Block a user