hixie: CSSOM doesn't handle the case of the scroll algorithm being called with a non-box-rendering element. (whatwg r6973)

hixie: CSSOM doesn't handle the case of the scroll algorithm being
called with a non-box-rendering element. (whatwg r6973)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5567&r2=1.5568&f=h
http://html5.org/tools/web-apps-tracker?from=6972&to=6973

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5567
retrieving revision 1.5568
diff -u -d -r1.5567 -r1.5568
--- Overview.html 7 Feb 2012 00:36:49 -0000 1.5567
+++ Overview.html 7 Feb 2012 00:38:30 -0000 1.5568
@@ -48880,7 +48880,8 @@
   algorithm defined in the CSSOM View specification, or perform some
   other action, such that <a href="#the-indicated-part-of-the-document">the indicated part of the
   document</a> is brought to the user's attention. If there is no
-  indicated part, then the user agent must not scroll anywhere. <a href="#refsCSSOMVIEW">[CSSOMVIEW]</a></p>
+  indicated part, or if the indicated part is not <a href="#being-rendered">being
+  rendered</a>, then the user agent must not scroll anywhere. <a href="#refsCSSOMVIEW">[CSSOMVIEW]</a></p>
 
   <p><dfn id="the-indicated-part-of-the-document">The indicated part of the document</dfn> is the one that the
   fragment identifier, if any, identifies. The semantics of the

Received on Tuesday, 7 February 2012 00:43:00 UTC