- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Feb 2012 00:38:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv9278 Modified Files: Overview.html Log Message: CSSOM doesn't handle the case of the scroll algorithm being called with a non-box-rendering element. (whatwg r6973) Index: Overview.html =================================================================== 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:40:55 UTC