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