mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-11 05:32:59 +00:00
LibWeb: Map embedded content element attributes to dimension properties
This commit is contained in:
parent
baca0e5e55
commit
728236f4d2
Notes:
github-actions[bot]
2024-10-02 09:28:22 +00:00
Author: https://github.com/tcl3
Commit: 728236f4d2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1591
8 changed files with 189 additions and 1 deletions
|
@ -56,6 +56,8 @@ private:
|
|||
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
|
||||
virtual void apply_presentational_hints(CSS::StyleProperties&) const override;
|
||||
|
||||
virtual JS::GCPtr<Layout::Node> create_layout_node(NonnullRefPtr<CSS::StyleProperties>) override;
|
||||
|
||||
bool has_ancestor_media_element_or_object_element_not_showing_fallback_content() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue