[html5] r6974 - [e] (0) Suggest scrolling to top. Fixing https://www.w3.org/Bugs/Public/show_bug [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Feb 6 16:41:27 PST 2012
Author: ianh
Date: 2012-02-06 16:41:26 -0800 (Mon, 06 Feb 2012)
New Revision: 6974
Modified:
complete.html
index
source
Log:
[e] (0) Suggest scrolling to top.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15526
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-02-07 00:38:24 UTC (rev 6973)
+++ complete.html 2012-02-07 00:41:26 UTC (rev 6974)
@@ -64554,13 +64554,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
Modified: index
===================================================================
--- index 2012-02-07 00:38:24 UTC (rev 6973)
+++ index 2012-02-07 00:41:26 UTC (rev 6974)
@@ -64554,13 +64554,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
Modified: source
===================================================================
--- source 2012-02-07 00:38:24 UTC (rev 6973)
+++ source 2012-02-07 00:41:26 UTC (rev 6974)
@@ -75447,13 +75447,14 @@
<hr>
<p>When the user agent is required to <dfn>scroll to the fragment
- identifier</dfn>, it must change the scrolling position of the
- document using the <span>scroll an element into view</span>
- algorithm defined in the CSSOM View specification, or perform some
- other action, such that <span>the indicated part of the
- document</span> is brought to the user's attention. If there is no
- indicated part, or if the indicated part is not <span>being
- rendered</span>, then the user agent must not scroll anywhere. <a
+ identifier</dfn>, it must either change the scrolling position of
+ the document using the <span>scroll an element into view</span>
+ algorithm defined in the CSSOM View specification, with the <var
+ title="">align to top flag</var> set, or perform some other action,
+ such that <span>the indicated part of the document</span> is brought
+ to the user's attention. If there is no indicated part, or if the
+ indicated part is not <span>being rendered</span>, then the user
+ agent must not scroll anywhere. <a
href="#refsCSSOMVIEW">[CSSOMVIEW]</a></p>
<p><dfn>The indicated part of the document</dfn> is the one that the
More information about the Commit-Watchers
mailing list