Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Suggest scrolling to top.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15526
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@6974 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 7, 2012
1 parent 0840ac1 commit 0977017
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
14 changes: 7 additions & 7 deletions complete.html
Expand Up @@ -64554,13 +64554,13 @@ <h4 id=scroll-to-fragid><span class=secno>6.5.9 </span><dfn title=navigate-fragi
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
Expand Down
14 changes: 7 additions & 7 deletions index
Expand Up @@ -64554,13 +64554,13 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
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
Expand Down
15 changes: 8 additions & 7 deletions source
Expand Up @@ -75447,13 +75447,14 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
<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
Expand Down

0 comments on commit 0977017

Please sign in to comment.