Skip to content

Commit

Permalink
Added autofocus to the unstyled page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Smith committed Sep 15, 2010
1 parent 08d118f commit 5d4379a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unstyled.html
Expand Up @@ -104,10 +104,10 @@ <h1>
<tr>
<td>
<label for="url">
URL
URL + Autofocus
</label>
<br />
<input type="url" id="url" name="url" />
<input type="url" id="url" name="url" value="http://" autofocus="autofocus" />
</td>
<td>
<label for="email">
Expand Down

0 comments on commit 5d4379a

Please sign in to comment.