mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Implement HTMLTableSectionElement::deleteRow()
This commit is contained in:
committed by
Andreas Kling
parent
009588eb28
commit
cc2e08d9e9
@@ -11,5 +11,6 @@ interface HTMLTableSectionElement : HTMLElement {
|
||||
|
||||
[SameObject] readonly attribute HTMLCollection rows;
|
||||
HTMLTableRowElement insertRow(optional long index = -1);
|
||||
undefined deleteRow(long index);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user