mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Remove Gecko-specific and other commented-out code in IDL.
This commit is contained in:
parent
da16e54243
commit
546a506149
39 changed files with 7 additions and 1117 deletions
|
@ -12,30 +12,9 @@
|
|||
*/
|
||||
|
||||
interface HTMLTableElement : HTMLElement {
|
||||
/*
|
||||
attribute HTMLTableCaptionElement? caption;
|
||||
HTMLElement createCaption();
|
||||
*/
|
||||
void deleteCaption();
|
||||
/*
|
||||
[SetterThrows]
|
||||
attribute HTMLTableSectionElement? tHead;
|
||||
HTMLElement createTHead();
|
||||
*/
|
||||
void deleteTHead();
|
||||
/*
|
||||
[SetterThrows]
|
||||
attribute HTMLTableSectionElement? tFoot;
|
||||
HTMLElement createTFoot();
|
||||
*/
|
||||
void deleteTFoot();
|
||||
/*
|
||||
readonly attribute HTMLCollection tBodies;
|
||||
HTMLElement createTBody();
|
||||
readonly attribute HTMLCollection rows;
|
||||
[Throws]
|
||||
HTMLElement insertRow(optional long index = -1);
|
||||
*/
|
||||
[Throws]
|
||||
void deleteRow(long index);
|
||||
attribute boolean sortable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue