|
27 | 27 | <div role="main" class="ui-content"> |
28 | 28 | <div class="ui-field-contain"> |
29 | 29 | <label for="password">Password:</label> |
30 | | - <input type="password" name="password" id="password" value="" /> |
| 30 | + <input type="password" name="password" id="password" value=""> |
31 | 31 | </div> |
32 | 32 |
|
33 | 33 | <div class="ui-field-contain"> |
34 | 34 | <label for="number">Number:</label> |
35 | | - <input type="number" name="number" id="number" value="" /> |
| 35 | + <input type="number" name="number" id="number" value=""> |
36 | 36 | </div> |
37 | 37 |
|
38 | 38 | <div class="ui-field-contain"> |
39 | 39 | <label for="number-pattern">Number + pattern:</label> |
40 | | - <input type="number" name="number" pattern="[0-9]*" id="number-pattern" value="" placeholder="Pattern attribute [0-9]* for a numeric keypad" /> |
| 40 | + <input type="number" name="number" pattern="[0-9]*" id="number-pattern" value="" placeholder="Pattern attribute [0-9]* for a numeric keypad"> |
41 | 41 | </div> |
42 | 42 |
|
43 | 43 | <div class="ui-field-contain"> |
44 | 44 | <label for="email">Email:</label> |
45 | | - <input type="email" name="email" id="email" value="" /> |
| 45 | + <input type="email" name="email" id="email" value=""> |
46 | 46 | </div> |
47 | 47 |
|
48 | 48 | <div class="ui-field-contain"> |
49 | 49 | <label for="url">Url:</label> |
50 | | - <input type="url" name="url" id="url" value="" /> |
| 50 | + <input type="url" name="url" id="url" value=""> |
51 | 51 | </div> |
52 | 52 |
|
53 | 53 | <div class="ui-field-contain"> |
54 | 54 | <label for="tel">Tel:</label> |
55 | | - <input type="tel" name="tel" id="tel" value="" /> |
| 55 | + <input type="tel" name="tel" id="tel" value=""> |
56 | 56 | </div> |
57 | 57 |
|
58 | 58 | <div class="ui-field-contain"> |
59 | 59 | <label for="time">Time:</label> |
60 | | - <input type="time" name="time" id="time" value="" /> |
| 60 | + <input type="time" name="time" id="time" value=""> |
61 | 61 | </div> |
62 | 62 |
|
63 | 63 | <div class="ui-field-contain"> |
64 | 64 | <label for="date">Date:</label> |
65 | | - <input type="date" name="date" id="date" value="" /> |
| 65 | + <input type="date" name="date" id="date" value=""> |
66 | 66 | </div> |
67 | 67 |
|
68 | 68 | <div class="ui-field-contain"> |
69 | 69 | <label for="month">Month:</label> |
70 | | - <input type="month" name="month" id="month" value="" /> |
| 70 | + <input type="month" name="month" id="month" value=""> |
71 | 71 | </div> |
72 | 72 |
|
73 | 73 | <div class="ui-field-contain"> |
74 | 74 | <label for="week">Week:</label> |
75 | | - <input type="week" name="week" id="week" value="" /> |
| 75 | + <input type="week" name="week" id="week" value=""> |
76 | 76 | </div> |
77 | 77 |
|
78 | 78 | <div class="ui-field-contain"> |
79 | 79 | <label for="datetime">Datetime:</label> |
80 | | - <input type="datetime" name="datetime" id="datetime" value="" /> |
| 80 | + <input type="datetime" name="datetime" id="datetime" value=""> |
81 | 81 | </div> |
82 | 82 |
|
83 | 83 | <div class="ui-field-contain"> |
84 | 84 | <label for="datetime-l">Datetime local:</label> |
85 | | - <input type="datetime-local" name="datetime-l" id="datetime-l" value="" /> |
| 85 | + <input type="datetime-local" name="datetime-l" id="datetime-l" value=""> |
86 | 86 | </div> |
87 | 87 |
|
88 | 88 | <div class="ui-field-contain"> |
89 | 89 | <label for="color">Color:</label> |
90 | | - <input type="color" name="color" id="color" value="" /> |
| 90 | + <input type="color" name="color" id="color" value=""> |
91 | 91 | </div> |
92 | 92 | </div> |
93 | 93 | </div> |
|
0 commit comments