|
5 | 5 | <meta name="viewport" content="width=device-width, minimum-scale=1.0"> |
6 | 6 | <title>Normalize CSS</title> |
7 | 7 | <link rel="stylesheet" href="normalize.css"> |
8 | | - <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> |
| 8 | + <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> |
9 | 9 | </head> |
10 | 10 | <body> |
11 | 11 | <header> |
@@ -148,19 +148,17 @@ <h6>Article Heading 6</h6> |
148 | 148 | <fieldset> |
149 | 149 | <legend>Form legend</legend> |
150 | 150 | <div><label for="i1">Optional Text input:</label><input type="text" id="i1" value="input text"></div> |
151 | | - <div><label for="i2">Required Text input:</label><input type="text" id="i2" required></div> |
152 | | - <div><label for="i3">Text input with pattern requirement and placeholder:</label><input type="text" id="i3" pattern="\d{5}(-\d{4})?" title="a US Zip code, with or without the +4 exension" placeholder="12345-6789"></div> |
153 | | - <div><label for="i4">Search input:</label><input type="search" id="i4"></div> |
154 | | - <div><label for="i5">Email input:</label><input type="email" id="i5"></div> |
155 | | - <div><label for="i6">URL input:</label><input type="url" id="i6"></div> |
156 | | - <div><label for="i7">Password input:</label><input type="password" id="i7" value="password"></div> |
157 | | - <div><label for="i8">Radio input:</label><input type="radio" id="i8"></div> |
158 | | - <div><label for="i9">Checkbox input:</label><input type="checkbox" id="i9"></div> |
159 | | - <div><input type="radio" id="i10"><label for="i10">Radio input</label></div> |
160 | | - <div><input type="checkbox" id="i11"><label for="i11">Checkbox input</label></div> |
| 151 | + <div><label for="i2">Search input:</label><input type="search" id="i2"></div> |
| 152 | + <div><label for="i3">Email input:</label><input type="email" id="i3"></div> |
| 153 | + <div><label for="i4">URL input:</label><input type="url" id="i4"></div> |
| 154 | + <div><label for="i5">Password input:</label><input type="password" id="i5" value="password"></div> |
| 155 | + <div><label for="i6">Radio input:</label><input type="radio" id="i6"></div> |
| 156 | + <div><label for="i7">Checkbox input:</label><input type="checkbox" id="i7"></div> |
| 157 | + <div><input type="radio" id="i8"><label for="i8">Radio input</label></div> |
| 158 | + <div><input type="checkbox" id="i9"><label for="i9">Checkbox input</label></div> |
161 | 159 |
|
162 | | - <div><label for="i12">Select field:</label><select id="i12"><option>Option 01</option><option>Option 02</option></select></div> |
163 | | - <div><label for="i13">Textarea:</label><textarea id="i13" cols="30" rows="5" >Textarea text</textarea></div> |
| 160 | + <div><label for="i10">Select field:</label><select id="i10"><option>Option 01</option><option>Option 02</option></select></div> |
| 161 | + <div><label for="i11">Textarea:</label><textarea id="i11" cols="30" rows="5" >Textarea text</textarea></div> |
164 | 162 |
|
165 | 163 | <div><input type="image" src="http://placehold.it/90x24" alt="Image (input)"></div> |
166 | 164 | <div><input type="reset" value="Reset (input)"></div> |
|
0 commit comments