- From: poot <cvsmail@w3.org>
- Date: Mon, 06 Feb 2012 19:43:47 -0500
- To: public-html-diffs@w3.org
hixie: Suggest scrolling to top. (whatwg r6974) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5568&r2=1.5569&f=h http://html5.org/tools/web-apps-tracker?from=6973&to=6974 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5568 retrieving revision 1.5569 diff -u -d -r1.5568 -r1.5569 --- Overview.html 7 Feb 2012 00:38:30 -0000 1.5568 +++ Overview.html 7 Feb 2012 00:41:32 -0000 1.5569 @@ -48875,13 +48875,13 @@ session history with the new page</a> algorithm.</p> <hr><p>When the user agent is required to <dfn id="scroll-to-the-fragment-identifier">scroll to the fragment - identifier</dfn>, it must change the scrolling position of the - document using the <a href="#scroll-an-element-into-view">scroll an element into view</a> - 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, 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> + identifier</dfn>, it must either change the scrolling position of + the document using the <a href="#scroll-an-element-into-view">scroll an element into view</a> + algorithm defined in the CSSOM View specification, with the <var title="">align to top flag</var> set, 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, 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:45:49 UTC