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