mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add DeleteRow method
This commit is contained in:
parent
2de3b119a9
commit
cf9fd7eb46
8 changed files with 106 additions and 37 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue