Skip to content

Commit 747e2d0

Browse files
lukewarlowsvgeesus
authored andcommitted
[css-forms-1] Add textual inputs to pseudo elements table
1 parent f952e97 commit 747e2d0

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

css-forms-1/Overview.bs

+13-1
Original file line numberDiff line numberDiff line change
@@ -236,16 +236,28 @@ Markup Shorthands: css yes, markdown yes
236236
<tr>
237237
<td>`<input type=week>`</td>
238238
</tr>
239+
<tr>
240+
<td>`<input>` (with no type)</td>
241+
<td rowspan=7>See [[#field-pseudos]]</td>
242+
</tr>
239243
<tr>
240244
<td>`<input type=text>`</td>
241-
<td rowspan=3>See [[#field-pseudos]]</td>
242245
</tr>
243246
<tr>
244247
<td>`<input type=search>`</td>
245248
</tr>
249+
<tr>
250+
<td>`<input type=email>`</td>
251+
</tr>
246252
<tr>
247253
<td>`<input type=password>`</td>
248254
</tr>
255+
<tr>
256+
<td>`<input type=tel>`</td>
257+
</tr>
258+
<tr>
259+
<td>`<input type=url>`</td>
260+
</tr>
249261
<tr>
250262
<td>`<input type=number>`</td>
251263
<td>See [[#number-pseudos]]</td>

0 commit comments

Comments
 (0)