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