Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7712 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 9, 2013
1 parent 9054dff commit 0c88fdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -46018,7 +46018,7 @@ <h6 id="url-state-(type=url)"><span class=secno>4.10.7.1.4 </span><dfn title=att
<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 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><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 drop down box, indicating further values are available.' height=134 src=http://images.whatwg.org/sample-url.png width=472></p>

<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,
Expand Down
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -46018,7 +46018,7 @@ 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 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><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 drop down box, indicating further values are available.' height=134 src=http://images.whatwg.org/sample-url.png width=472></p>

<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,
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -53782,7 +53782,7 @@ 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 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><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 drop down box, indicating further values are available."></p>

<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,
Expand Down

0 comments on commit 0c88fdd

Please sign in to comment.