mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Add DeleteRow method
This commit is contained in:
@@ -19,7 +19,7 @@ interface HTMLTableElement : HTMLElement {
|
||||
HTMLTableSectionElement createTBody();
|
||||
readonly attribute HTMLCollection rows;
|
||||
[Throws] HTMLTableRowElement insertRow(optional long index = -1);
|
||||
//void deleteRow(long index);
|
||||
[Throws] void deleteRow(long index);
|
||||
|
||||
// also has obsolete members
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user