html5/spec Overview.html,1.906,1.907

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3569

Modified Files:
	Overview.html 
Log Message:
scrollIntoView(): turn a must into should, mention horizontal scrolling. (whatwg r1720)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.906
retrieving revision 1.907
diff -u -d -r1.906 -r1.907
--- Overview.html	3 Jun 2008 11:27:43 -0000	1.906
+++ Overview.html	3 Jun 2008 11:32:58 -0000	1.907
@@ -7587,8 +7587,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>

Received on Tuesday, 3 June 2008 11:33:35 UTC