mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 21:48:11 +00:00
LibWeb: Implement HTMLTableRowElement.deleteCell
This commit is contained in:
parent
6c9b3fb62e
commit
009f04fa46
3 changed files with 27 additions and 0 deletions
|
@ -18,4 +18,5 @@ interface HTMLTableRowElement : HTMLElement {
|
|||
|
||||
[SameObject] readonly attribute HTMLCollection cells;
|
||||
HTMLTableCellElement insertCell(optional long index = -1);
|
||||
[CEReactions] undefined deleteCell(long index);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue