[html5] r5771 - [e] (0) correct the example Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 11 12:21:12 PST 2011


Author: ianh
Date: 2011-01-11 12:21:11 -0800 (Tue, 11 Jan 2011)
New Revision: 5771

Modified:
   complete.html
   index
   source
Log:
[e] (0) correct the example
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11608

Modified: complete.html
===================================================================
--- complete.html	2011-01-11 19:57:08 UTC (rev 5770)
+++ complete.html	2011-01-11 20:21:11 UTC (rev 5771)
@@ -40948,15 +40948,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://images.whatwg.org/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://images.whatwg.org/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

Modified: index
===================================================================
--- index	2011-01-11 19:57:08 UTC (rev 5770)
+++ index	2011-01-11 20:21:11 UTC (rev 5771)
@@ -40930,15 +40930,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://images.whatwg.org/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://images.whatwg.org/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

Modified: source
===================================================================
--- source	2011-01-11 19:57:08 UTC (rev 5770)
+++ source	2011-01-11 20:21:11 UTC (rev 5771)
@@ -45650,15 +45650,16 @@
    <code>http://www.w3.org/TR/XForms/</code> in the recent past, then
    the rendering might look like this:</p>
 
-   <p><img src="images/sample-url.png" width="472" height="134" 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."></p>
+   <p><img src="images/sample-url.png" width="472" height="134" 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."></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




More information about the Commit-Watchers mailing list