1 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
4 |
|
SHOULD-level error if @pattern but no @title. |
5 |
|
|
6 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Added support for |pattern| attributes. |
9 |
|
|
10 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm: Implemented <input type=file multiple> and <input |
13 |
|
placeholder>. |
14 |
|
|
15 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm: Implemented <input list>. |
18 |
|
|
19 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm: Implemented <input type=color>. |
22 |
|
|
23 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
26 |
|
Implemented <input value> validation for |type|s |text|, |search|, |
27 |
|
|email|, |url|, and |password|. |
28 |
|
|
29 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
32 |
|
use attributes not supported by NanoDOM. |
33 |
|
|
34 |
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
* HTML.pm: HTML5 spec status updated, except for |
* HTML.pm: HTML5 spec status updated, except for |