Skip to content

Commit

Permalink
[e] (0) correct the example
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11608

git-svn-id: http://svn.whatwg.org/webapps@5771 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 11, 2011
1 parent e65984c commit 38636c7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
11 changes: 6 additions & 5 deletions complete.html
Expand Up @@ -40948,15 +40948,16 @@ <h6 id=url-state><span class=secno>4.10.7.1.4 </span><dfn title=attr-input-type-
<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
Expand Down
11 changes: 6 additions & 5 deletions index
Expand Up @@ -40930,15 +40930,16 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
<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
Expand Down
11 changes: 6 additions & 5 deletions source
Expand Up @@ -45650,15 +45650,16 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
<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 &quot;www.w3&quot; 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 &quot;www.w3&quot; 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
Expand Down

0 comments on commit 38636c7

Please sign in to comment.