- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 21:43:56 -0500
- To: public-html-diffs@w3.org
hixie: correct the example (whatwg r5771) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4633&r2=1.4634&f=h http://html5.org/tools/web-apps-tracker?from=5770&to=5771 =================================================================== 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 Wednesday, 12 January 2011 02:43:59 UTC