[html5] r1720 - /

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 3 04:32:55 PDT 2008


Author: ianh
Date: 2008-06-03 04:32:55 -0700 (Tue, 03 Jun 2008)
New Revision: 1720

Modified:
   index
   source
Log:
[] (0) scrollIntoView(): turn a must into should, mention horizontal scrolling.

Modified: index
===================================================================
--- index	2008-06-03 11:27:39 UTC (rev 1719)
+++ index	2008-06-03 11:32:55 UTC (rev 1720)
@@ -7503,8 +7503,10 @@
    the bottom and the top of the element are in the viewport, 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 align the top of the
-   element with the top of the viewport.
+   omitted or is true, then the user agent should instead align the top of
+   the element with the top of the viewport. Visual user agents should
+   further scroll horizontally as necessary to bring the element to the
+   attention of the user.
 
   <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	2008-06-03 11:27:39 UTC (rev 1719)
+++ source	2008-06-03 11:32:55 UTC (rev 1720)
@@ -5984,8 +5984,9 @@
   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 align the top of the element with the top of the
-  viewport.</p>
+  should instead align the top of the element with the top of the
+  viewport. Visual user agents should further scroll horizontally as
+  necessary to bring the element to the attention of the user.</p>
 
   <p>Non-visual user agents may ignore the argument, or may treat it
   in some media-specific manner most useful to the user.</p>




More information about the Commit-Watchers mailing list