mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
LibWeb: Implement HTMLTableRowElement.deleteCell
This commit is contained in:
committed by
Andreas Kling
parent
6c9b3fb62e
commit
009f04fa46
@@ -18,4 +18,5 @@ interface HTMLTableRowElement : HTMLElement {
|
||||
|
||||
[SameObject] readonly attribute HTMLCollection cells;
|
||||
HTMLTableCellElement insertCell(optional long index = -1);
|
||||
[CEReactions] undefined deleteCell(long index);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user