mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
LibWeb: Map dimension attributes for table elements
This commit is contained in:
committed by
Andreas Kling
parent
728236f4d2
commit
140dc95e67
Notes:
github-actions[bot]
2024-10-02 09:28:16 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/140dc95e676 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1591
@@ -37,6 +37,8 @@ private:
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
virtual void visit_edges(Cell::Visitor&) override;
|
||||
|
||||
virtual void apply_presentational_hints(CSS::StyleProperties&) const override;
|
||||
|
||||
JS::GCPtr<DOM::HTMLCollection> mutable m_rows;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user