mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibWeb: Implement the color-scheme meta tag name
This commit is contained in:
@@ -41,8 +41,12 @@ private:
|
||||
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
|
||||
void update_metadata(Optional<String> const& old_name = {});
|
||||
|
||||
// ^DOM::Element
|
||||
virtual void inserted() override;
|
||||
virtual void removed_from(Node*) override;
|
||||
virtual void attribute_changed(FlyString const& local_name, Optional<String> const& old_value, Optional<String> const& value, Optional<FlyString> const& namespace_) override;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user