Visit Mozilla.org

Talk:DOM Client Object Cross-Reference:DOM HTML

From MDC

1- The current document claims that Opera 8.0 supports scrollIntoView but that is not true. Opera 9.0 beta 1 build 8031 does not support scrollIntoView either.

My tests show that the Opera DOM does provide a `scrollIntoView' method for HTML element objects since version 8.0. However, the method can be called, but does nothing. It appears that it was provided to be implemented later, as Opera 9.22 Build 8801 supports it eventually. I have added a footnote to mark that entry appropriately.

2- Also, Gecko-1.4, Gecko-1.7.8 and IE-6.0 do support scrollIntoView but the document does not mention that.

Fixed.

3- scrollTop in IE-6.0 is not Read-Only; scrollTop in IE-6.0 is Read/Write
See:
http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/scrolltop.asp
and Interactive demonstration/example:
http://www.mozilla.org/docs/dom/domref/scrollTop.html#Example

Fixed.

4- I think it would be worth mentioning that Opera 9.0 beta 1 build 8031 supports textContent
User:GT 12:48, 13 November 2005 (PST)

Confirmed with Opera 9.00 Beta Build 8367 and Opera 9.22 Build 8801, and added to the list.
--PointedEars 03:43, 12 August 2007 (PDT)