mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
LibWeb: Implement HTMLTableSectionElement::insertRow()
This commit is contained in:
committed by
Andreas Kling
parent
57090f75ae
commit
009588eb28
Notes:
sideshowbarker
2024-07-17 17:32:16 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/009588eb28 Pull-request: https://github.com/SerenityOS/serenity/pull/13014 Reviewed-by: https://github.com/awesomekling ✅
@@ -19,6 +19,7 @@ public:
|
||||
virtual ~HTMLTableSectionElement() override;
|
||||
|
||||
NonnullRefPtr<DOM::HTMLCollection> rows() const;
|
||||
DOM::ExceptionOr<NonnullRefPtr<HTMLTableRowElement>> insert_row(long index);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user