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:
@@ -24,7 +24,5 @@
|
||||
[scriptable, uuid(a6cf90b3-15b3-11d2-932e-00805f8add32)]
|
||||
interface nsIDOMHTMLTableCaptionElement : nsIDOMHTMLElement
|
||||
{
|
||||
|
||||
attribute DOMString align;
|
||||
attribute DOMString align;
|
||||
};
|
||||
|
||||
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user