aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/webidls/HTMLTableElement.webidl
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2014-02-25 12:41:11 +0100
committerMs2ger <ms2ger@gmail.com>2014-02-25 12:41:11 +0100
commit546a506149abc0b78c84cc9e6ea5b87c1fb3f17e (patch)
tree1309a97528ad10dea9ea74a942c3f520414d3722 /src/components/script/dom/webidls/HTMLTableElement.webidl
parentda16e54243e256dee927f720ce6b9903b62ec14e (diff)
downloadservo-546a506149abc0b78c84cc9e6ea5b87c1fb3f17e.tar.gz
servo-546a506149abc0b78c84cc9e6ea5b87c1fb3f17e.zip
Remove Gecko-specific and other commented-out code in IDL.
Diffstat (limited to 'src/components/script/dom/webidls/HTMLTableElement.webidl')
-rw-r--r--src/components/script/dom/webidls/HTMLTableElement.webidl21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/components/script/dom/webidls/HTMLTableElement.webidl b/src/components/script/dom/webidls/HTMLTableElement.webidl
index 9cc655a56d6..3d4887b83fb 100644
--- a/src/components/script/dom/webidls/HTMLTableElement.webidl
+++ b/src/components/script/dom/webidls/HTMLTableElement.webidl
@@ -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;