[html5] r865 - /

whatwg at whatwg.org whatwg at whatwg.org
Mon Jun 4 22:26:09 PDT 2007


Author: ianh
Date: 2007-06-04 22:26:08 -0700 (Mon, 04 Jun 2007)
New Revision: 865

Modified:
   index
   source
Log:
[e] (0) Oops, scrollIntoView() as defined would be useless... let's fix that...

Modified: index
===================================================================
--- index	2007-06-05 05:24:07 UTC (rev 864)
+++ index	2007-06-05 05:26:08 UTC (rev 865)
@@ -6776,7 +6776,7 @@
    of the element aligned with the bottom of the viewport. If it isn't
    possible to show the entire element in that way, or if the argument is
    omitted or is true, then the user agent must instead simply align the top
-   of the document with the top of the viewport.
+   of the element with the top of the viewport.
 
   <p>Non-visual user agents may ignore the argument, or may treat it in some
    media-specific manner most useful to the user.</p>

Modified: source
===================================================================
--- source	2007-06-05 05:24:07 UTC (rev 864)
+++ source	2007-06-05 05:26:08 UTC (rev 865)
@@ -5440,7 +5440,7 @@
   with the bottom of the element aligned with the bottom of the
   viewport. If it isn't possible to show the entire element in that
   way, or if the argument is omitted or is true, then the user agent
-  must instead simply align the top of the document with the top of
+  must instead simply align the top of the element with the top of
   the viewport.</p>
 
   <p>Non-visual user agents may ignore the argument, or may treat it




More information about the Commit-Watchers mailing list