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> |
53 |
|
|
54 |
|
* HTML.pm: Implemented <input type=file multiple> and <input |
55 |
|
placeholder>. |
56 |
|
|
57 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm: Implemented <input list>. |
60 |
|
|
61 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTML.pm: Implemented <input type=color>. |
64 |
|
|
65 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
68 |
|
Implemented <input value> validation for |type|s |text|, |search|, |
69 |
|
|email|, |url|, and |password|. |
70 |
|
|
71 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
74 |
|
use attributes not supported by NanoDOM. |
75 |
|
|
76 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* HTML.pm: HTML5 spec status updated, except for |
79 |
|
datatemplate-related features, once again. Status for RDFa and |
80 |
|
XHTML Basic 1.1 updated. |
81 |
|
|
82 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTML.pm: HTML5 spec status updated, except for |
85 |
|
datatemplate-related features. |
86 |
|
|
87 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* HTML.pm: Quoted-strings in media type specifications were not |
90 |
|
properly decoded. Fixed support for <li value> with non-<ol> |
91 |
|
parent (or with no parent). |
92 |
|
|
93 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* HTML.pm: <input usemap> support. |
96 |
|
|
97 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* HTML.pm: Mark <input inputmode> as dropped. <input accesskey> |
100 |
|
support fixed. <input align> support. Tentative support for |
101 |
|
<input inputmode>. Support for <input replace>. Status of |
102 |
|
<button template> fixed. |
103 |
|
|
104 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* HTML.pm: Place checkers for obsolete attributes appropriately. |
107 |
|
|
108 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* HTML.pm: <input step> implemented. |
111 |
|
|
112 |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
* HTML.pm: The checker code for the Password state merged with the |
* HTML.pm: The checker code for the Password state merged with the |