Skip to content

Commit

Permalink
Fixed links that weren't pointing anywhere in the examples.
Browse files Browse the repository at this point in the history
Change-Id: I752049817426244dd546811f9edc56a6e1670819
  • Loading branch information
zoltan-dulac committed May 12, 2011
1 parent 2c36a95 commit ccb185b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 419 deletions.
2 changes: 1 addition & 1 deletion tests/html5Widgets/color.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<div id="exampleBlurb">
<p>The following shows a variety of HTML5 form elements, including
<code>color</code>.
<a href="#">Back to the User Agent Man HTML5 Forms article</a>.</p>
<a href="http://www.useragentman.com/blog/?p=1110">Back to User Agent Man HTML5 Forms article.</a></p>
</div>

<form method="get" action="result.html" >
Expand Down
2 changes: 1 addition & 1 deletion tests/html5Widgets/dateTime.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
Note that at the time of this writing, Opera is the only browser
that renders the calendars natively - all the other browsers
require <code>html5Widgets</code>.
<a href="#">Back to the User Agent Man HTML5 Forms article</a>.</p>
<a href="http://www.useragentman.com/blog/?p=1110">Back to User Agent Man HTML5 Forms article.</a></p>
</div>

<form method="get" action="result.html">
Expand Down
Loading

0 comments on commit ccb185b

Please sign in to comment.