[cssom-view] Incorrect definitions of scrollWidth and scrollHeight

Apologies for the missent message. Here's the full text:

Not sure if anybody's taking care of CSSOM View while Anne's away, but
here goes:

The definitions of scrollWidth and scrollHeight [0] don't match Gecko and
Trident (IE9)'s behavior, which is something like the following:

If the element is the root element and the Document is not in quirks mode  
return the dimensions of the document or the viewport, whichever is  
larger. The dimensions of the document include any positioned elements and  
overflow.

WebKit (Chrome) and Presto don't conform to this, but Presto will in an  
upcoming release.

0. http://dev.w3.org/csswg/cssom-view/#dom-element-scrollwidth

--
Leif Arne Storset
Core Technology Developer, Opera Software
Oslo, Norway

Received on Friday, 6 May 2011 14:58:05 UTC