html5/spec Overview.html,1.4633,1.4634

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

Modified Files:
	Overview.html 
Log Message:
correct the example (whatwg r5771)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4633
retrieving revision 1.4634
diff -u -d -r1.4633 -r1.4634
--- Overview.html	11 Jan 2011 19:51:38 -0000	1.4633
+++ Overview.html	11 Jan 2011 20:21:16 -0000	1.4634
@@ -31746,15 +31746,16 @@
    <code>http://www.w3.org/TR/XForms/</code> in the recent past, then
    the rendering might look like this:</p>
 
-   <p><img alt='A text box with an icon on the left followed by the text "www.w3" and a cursor, with a drop down button on the right hand side; with, below, a drop down box containing a list of six URIs on the left, with the first four having grayed out labels on the right; and a scroll bar to the right of the drow down box, indicating further values are available.' height="134" src="http://dev.w3.org/html5/spec/images/sample-url.png" width="472"></p>
+   <p><img alt='A text box with an icon on the left followed by the text "www.w3" and a cursor, with a drop down button on the right hand side; with, below, a drop down box containing a list of six URLs on the left, with the first four having grayed out labels on the right; and a scroll bar to the right of the drow down box, indicating further values are available.' height="134" src="http://dev.w3.org/html5/spec/images/sample-url.png" width="472"></p>
 
-   <p>The first four URIs in this sample consist of the four URIs in
+   <p>The first four URLs in this sample consist of the four URLs in
    the author-specified list that match the text the user has entered,
-   sorted lexically. Note how the UA is using the knowledge that the
-   values are URIs to allow the user to omit the scheme part and
+   sorted in some UA-defined manner (maybe by how frequently the user
+   refers to those URLs). Note how the UA is using the knowledge that
+   the values are URLs to allow the user to omit the scheme part and
    perform intelligent matching on the domain name.</p>
 
-   <p>The last two URIs (and probably many more, given the scrollbar's
+   <p>The last two URLs (and probably many more, given the scrollbar's
    indications of more values being available) are the matches from
    the user agent's session history data. This data is not made
    available to the page DOM. In this particular case, the UA has no

Received on Tuesday, 11 January 2011 20:21:21 UTC