hixie: Say that scrollIntoView() must do nothing if the element can't be scrolled into view. (whatwg r4590)

hixie: Say that scrollIntoView() must do nothing if the element can't be
scrolled into view. (whatwg r4590)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3666&r2=1.3667&f=h
http://html5.org/tools/web-apps-tracker?from=4589&to=4590

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3666
retrieving revision 1.3667
diff -u -d -r1.3666 -r1.3667
--- Overview.html 14 Jan 2010 23:46:53 -0000 1.3666
+++ Overview.html 15 Jan 2010 00:21:13 -0000 1.3667
@@ -262,7 +262,7 @@
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-14-january-2010">Editor's Draft 14 January 2010</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-15-january-2010">Editor's Draft 15 January 2010</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -361,7 +361,7 @@
   specification's progress along the W3C Recommendation
   track.
 
-  This specification is the 14 January 2010 Editor's Draft.
+  This specification is the 15 January 2010 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
   larger specification</a> being produced by the <a href="http://www.whatwg.org/">WHATWG</a>.
   <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
@@ -45891,6 +45891,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,
@@ -67201,6 +67205,7 @@
   Bill Mason,
   Bill McCoy,
   Billy Wong,
+  Bjartur Thorlacius,
   Bj&ouml;rn H&ouml;hrmann,
   Blake Frantz,
   Boris Zbarsky,

Received on Friday, 15 January 2010 00:21:54 UTC