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

This commit is contained in:
jst%netscape.com 2001-01-22 01:59:47 +00:00
parent 7ef39af6f6
commit df95c98e64
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);
};