mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Auto merge of #12594 - GuillaumeGomez:remove_row, r=Ms2ger
Add DeleteRow method <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12594) <!-- Reviewable:end -->
This commit is contained in:
commit
9693295aaf
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