mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
@@ -13,7 +13,7 @@ interface HTMLTableRowElement : HTMLElement {
|
||||
[Throws]
|
||||
HTMLElement insertCell(optional long index = -1);
|
||||
[CEReactions, Throws]
|
||||
void deleteCell(long index);
|
||||
undefined deleteCell(long index);
|
||||
|
||||
// also has obsolete members
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user