Skip to content

Commit

Permalink
Fix messages at top of the examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltan Hawryluk committed May 17, 2012
1 parent 04c2cd6 commit 508d68d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/html5Forms/errorMessageStyling.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<div id="exampleBlurb">
<p>
This is an example of a HTML5 form which has a different error message style for each of its form <elements class=""></elements>
<a href="http://www.useragentman.com/blog/?p=1110">Back to User Agent Man HTML5 Forms article </a>
<a href="http://www.useragentman.com/blog/?p=4472">Back to User Agent Man HTML5 Forms article </a>
</p>
</div>

Expand Down
4 changes: 2 additions & 2 deletions tests/html5Forms/validityStyling.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<body id="myExample">
<div id="exampleBlurb">
<p>
This is an example of a HTML5 form which has a different error message style for each of its form <elements class=""></elements>
<a href="http://www.useragentman.com/blog/?p=1110">Back to User Agent Man HTML5 Forms article </a>
This is an example of an HTML5 form where the form fields show the validity state as the user types in each field.
<a href="http://www.useragentman.com/blog/?p=4472">Back to User Agent Man HTML5 Forms article </a>
</p>
</div>

Expand Down

0 comments on commit 508d68d

Please sign in to comment.