mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
LibWeb: Implement HTMLTableRowElement.deleteCell
This commit is contained in:
parent
6c9b3fb62e
commit
009f04fa46
Notes:
sideshowbarker
2024-07-17 04:41:57 +09:00
Author: https://github.com/Lubrsi
Commit: 009f04fa46
Pull-request: https://github.com/SerenityOS/serenity/pull/15964
Reviewed-by: https://github.com/awesomekling
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