mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
LibWeb: Implement [SameObject] for HTMLTableElement.{rows,tBodies}
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 14:33:07 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/8540c4e574 Pull-request: https://github.com/SerenityOS/serenity/pull/16175 Reviewed-by: https://github.com/ADKaster
@@ -45,7 +45,12 @@ public:
|
||||
private:
|
||||
HTMLTableElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
virtual void visit_edges(Cell::Visitor&) override;
|
||||
|
||||
virtual void apply_presentational_hints(CSS::StyleProperties&) const override;
|
||||
|
||||
JS::GCPtr<DOM::HTMLCollection> mutable m_rows;
|
||||
JS::GCPtr<DOM::HTMLCollection> mutable m_t_bodies;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user