Renaming files to make the mac happier, not part of the build yet.

git-svn-id: svn://10.0.0.236/trunk@85247 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%netscape.com
2001-01-22 01:59:47 +00:00
parent 74eb19d5b0
commit 758545ab3f
2 changed files with 8 additions and 12 deletions

View File

@@ -24,7 +24,5 @@
[scriptable, uuid(a6cf90b3-15b3-11d2-932e-00805f8add32)]
interface nsIDOMHTMLTableCaptionElement : nsIDOMHTMLElement
{
attribute DOMString align;
attribute DOMString align;
};

View File

@@ -24,13 +24,11 @@
[scriptable, uuid(a6cf90b5-15b3-11d2-932e-00805f8add32)]
interface nsIDOMHTMLTableSectionElement : nsIDOMHTMLElement
{
attribute DOMString align;
attribute DOMString ch;
attribute DOMString chOff;
attribute DOMString vAlign;
readonly attribute nsIDOMHTMLCollection rows;
nsIDOMHTMLElement insertRow(in long index);
void deleteRow(in long index);
attribute DOMString align;
attribute DOMString ch;
attribute DOMString chOff;
attribute DOMString vAlign;
readonly attribute nsIDOMHTMLCollection rows;
nsIDOMHTMLElement insertRow(in long index);
void deleteRow(in long index);
};