[html5] r4590 - [giow] (2) Say that scrollIntoView() must do nothing if the element can't be scr [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jan 14 16:21:09 PST 2010


Author: ianh
Date: 2010-01-14 16:21:06 -0800 (Thu, 14 Jan 2010)
New Revision: 4590

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Say that scrollIntoView() must do nothing if the element can't be scrolled into view.

Modified: complete.html
===================================================================
--- complete.html	2010-01-14 23:46:47 UTC (rev 4589)
+++ complete.html	2010-01-15 00:21:06 UTC (rev 4590)
@@ -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 — 14 January 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 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>-->
@@ -59399,6 +59399,10 @@
   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,
@@ -87265,6 +87269,7 @@
   Bill Mason,
   Bill McCoy,
   Billy Wong,
+  Bjartur Thorlacius,
   Björn Höhrmann,
   Blake Frantz,
   Boris Zbarsky,

Modified: index
===================================================================
--- index	2010-01-14 23:46:47 UTC (rev 4589)
+++ index	2010-01-15 00:21:06 UTC (rev 4590)
@@ -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 — 14 January 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 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>-->
@@ -58603,6 +58603,10 @@
   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,
@@ -81764,6 +81768,7 @@
   Bill Mason,
   Bill McCoy,
   Billy Wong,
+  Bjartur Thorlacius,
   Björn Höhrmann,
   Blake Frantz,
   Boris Zbarsky,

Modified: source
===================================================================
--- source	2010-01-14 23:46:47 UTC (rev 4589)
+++ source	2010-01-15 00:21:06 UTC (rev 4590)
@@ -68340,6 +68340,11 @@
   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,
@@ -97741,6 +97746,7 @@
   Bill Mason,
   Bill McCoy,
   Billy Wong,
+  Bjartur Thorlacius,
   Björn Höhrmann,
   Blake Frantz,
   Boris Zbarsky,




More information about the Commit-Watchers mailing list