mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 06:32:26 +02:00
LibWeb: Respect the bgcolor attribute on <marquee> elements
We don't yet animate marquees, but we can at least fill them with the right background color.
This commit is contained in:
@@ -37,6 +37,9 @@ public:
|
||||
|
||||
HTMLMarqueeElement(DOM::Document&, QualifiedName);
|
||||
virtual ~HTMLMarqueeElement() override;
|
||||
|
||||
private:
|
||||
virtual void apply_presentational_hints(CSS::StyleProperties&) const override;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user