Skip to content

Commit

Permalink
[giow] (2) Say that scrollIntoView() must do nothing if the element c…
Browse files Browse the repository at this point in the history
…an't be scrolled into view.

git-svn-id: http://svn.whatwg.org/webapps@4590 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 15, 2010
1 parent 741fd7f commit 02c6ce6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
7 changes: 6 additions & 1 deletion complete.html
Expand Up @@ -110,7 +110,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 14 January 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 15 January 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -59399,6 +59399,10 @@ <h3 id=scrolling-elements-into-view><span class=secno>8.3 </span>Scrolling eleme
current playback position move to the start of the given
element.</p>

<p>If the element in question cannot be brought to the user's
attention, e.g. because it is <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code>, or is not <a href=#being-rendered>being
rendered</a>, then the user agent must do nothing instead.</p>

<p>In visual user agents, if the argument is present and has the
value false, the user agent should scroll the element into view such
that both the bottom and the top of the element are in the viewport,
Expand Down Expand Up @@ -87265,6 +87269,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Bill Mason,
Bill McCoy,
Billy Wong,
Bjartur Thorlacius,
Bj&ouml;rn H&ouml;hrmann,
Blake Frantz,
Boris Zbarsky,
Expand Down
7 changes: 6 additions & 1 deletion index
Expand Up @@ -112,7 +112,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 14 January 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 15 January 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -58603,6 +58603,10 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
current playback position move to the start of the given
element.</p>

<p>If the element in question cannot be brought to the user's
attention, e.g. because it is <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code>, or is not <a href=#being-rendered>being
rendered</a>, then the user agent must do nothing instead.</p>

<p>In visual user agents, if the argument is present and has the
value false, the user agent should scroll the element into view such
that both the bottom and the top of the element are in the viewport,
Expand Down Expand Up @@ -81764,6 +81768,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Bill Mason,
Bill McCoy,
Billy Wong,
Bjartur Thorlacius,
Bj&ouml;rn H&ouml;hrmann,
Blake Frantz,
Boris Zbarsky,
Expand Down
6 changes: 6 additions & 0 deletions source
Expand Up @@ -68340,6 +68340,11 @@ interface <dfn>SQLTransactionSync</dfn> {
current playback position move to the start of the given
element.</p>

<p>If the element in question cannot be brought to the user's
attention, e.g. because it is <code
title="attr-hidden">hidden</code>, or is not <span>being
rendered</span>, then the user agent must do nothing instead.</p>

<p>In visual user agents, if the argument is present and has the
value false, the user agent should scroll the element into view such
that both the bottom and the top of the element are in the viewport,
Expand Down Expand Up @@ -97741,6 +97746,7 @@ interface <span>HTMLDocument</span> {
Bill Mason,
Bill McCoy,
Billy Wong,
Bjartur Thorlacius,
Bj&ouml;rn H&ouml;hrmann,
Blake Frantz,
Boris Zbarsky,
Expand Down

0 comments on commit 02c6ce6

Please sign in to comment.