mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:58:11 +00:00
LibWeb: Implement HTMLTableSectionElement::deleteRow()
This commit is contained in:
parent
009588eb28
commit
cc2e08d9e9
3 changed files with 24 additions and 0 deletions
|
@ -11,5 +11,6 @@ interface HTMLTableSectionElement : HTMLElement {
|
|||
|
||||
[SameObject] readonly attribute HTMLCollection rows;
|
||||
HTMLTableRowElement insertRow(optional long index = -1);
|
||||
undefined deleteRow(long index);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue