LibWeb: Map embedded content element attributes to dimension properties

This commit is contained in:
Tim Ledbetter 2024-10-01 17:26:01 +01:00 committed by Andreas Kling
parent baca0e5e55
commit 728236f4d2
Notes: github-actions[bot] 2024-10-02 09:28:22 +00:00
8 changed files with 189 additions and 1 deletions

View file

@ -22,6 +22,7 @@ private:
virtual bool is_html_embed_element() const override { return true; }
virtual void initialize(JS::Realm&) override;
virtual void apply_presentational_hints(CSS::StyleProperties&) const override;
};
}