We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f952e97 commit 747e2d0Copy full SHA for 747e2d0
css-forms-1/Overview.bs
@@ -236,16 +236,28 @@ Markup Shorthands: css yes, markdown yes
236
<tr>
237
<td>`<input type=week>`</td>
238
</tr>
239
+ <tr>
240
+ <td>`<input>` (with no type)</td>
241
+ <td rowspan=7>See [[#field-pseudos]]</td>
242
+ </tr>
243
244
<td>`<input type=text>`</td>
- <td rowspan=3>See [[#field-pseudos]]</td>
245
246
247
<td>`<input type=search>`</td>
248
249
250
+ <td>`<input type=email>`</td>
251
252
253
<td>`<input type=password>`</td>
254
255
256
+ <td>`<input type=tel>`</td>
257
258
259
+ <td>`<input type=url>`</td>
260
261
262
<td>`<input type=number>`</td>
263
<td>See [[#number-pseudos]]</td>
0 commit comments