mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Support bgcolor attribute on tr elements
This commit is contained in:
parent
bd93b4984b
commit
876ad69ea3
Notes:
sideshowbarker
2024-07-18 02:13:10 +09:00
Author: https://github.com/warpdesign 🔰
Commit: 876ad69ea3
Pull-request: https://github.com/SerenityOS/serenity/pull/19794
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/awesomekling
2 changed files with 18 additions and 0 deletions
|
@ -32,6 +32,7 @@ private:
|
|||
|
||||
virtual JS::ThrowCompletionOr<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_cells;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue