Comments should match reality. No bug, r=jst, sr=jag

This commit is contained in:
bzbarsky%mit.edu 2002-06-18 02:55:09 +00:00
parent adae42c01e
commit 4d1675d5e5

View File

@ -48,7 +48,8 @@ interface nsIDOMNSHTMLImageElement : nsISupports
readonly attribute long naturalHeight;
readonly attribute long naturalWidth;
// These attributes are mapped to .offsetLeft and .offsetTop
// These attributes are offsets from the closest view (to mimic
// NS4's "offset-from-layer" behavior).
readonly attribute long x;
readonly attribute long y;
};