1 |
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Implemented <input type=file multiple> and <input |
4 |
|
placeholder>. |
5 |
|
|
6 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Implemented <input list>. |
9 |
|
|
10 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm: Implemented <input type=color>. |
13 |
|
|
14 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
17 |
|
Implemented <input value> validation for |type|s |text|, |search|, |
18 |
|
|email|, |url|, and |password|. |
19 |
|
|
20 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
23 |
use attributes not supported by NanoDOM. |
use attributes not supported by NanoDOM. |
24 |
|
|