1 |
|
2008-12-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm ($HTMLDatetimeAttrChecker): Removed. |
4 |
|
($GetDateTimeAttrChecker): Added. |
5 |
|
($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for |
6 |
|
later use. |
7 |
|
(ins/@datetime, del/@datetime): Changed to use newer definitin of |
8 |
|
"global date and time string". |
9 |
|
(input's date- and time-related, and type=number and type=range |
10 |
|
control types): Implemented value="", min="", and max="". |
11 |
|
|
12 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: Implemented <object form> and <legend form>. |
15 |
|
|
16 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: Updated definitions for attributes for form submission |
19 |
|
on |form| and submit buttons (action="", method="", enctype="", |
20 |
|
target="", and novalidate=""). |
21 |
|
|
22 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: Added checking for the uniqueness of |autofocus=""| |
25 |
|
attribute. Implemented |name=""| attribute for form controls. |
26 |
|
Added U+000C into character class of space characters (it should |
27 |
|
have been, but was not in some of regular expressions). Updated |
28 |
|
definitions for |output| elements. |
29 |
|
|
30 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* HTML.pm: Updated definitions for |datalist|, |optgroup|, |
33 |
|
|option|, and |textarea| elements. |
34 |
|
|
35 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* HTML.pm: Updated definitions for |select|. |
38 |
|
|
39 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm: Updated definitions for |button|. |
42 |
|
|
43 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
46 |
|
SHOULD-level error if @pattern but no @title. |
47 |
|
|
48 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm: Added support for |pattern| attributes. |
51 |
|
|
52 |
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
* HTML.pm: Implemented <input type=file multiple> and <input |
* HTML.pm: Implemented <input type=file multiple> and <input |