1 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Disallow |default| attribute of the |command| element |
4 |
|
for now (HTML5 revision 3067). |
5 |
|
|
6 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Implemented |pubdate| attribute on the |article| |
9 |
|
element (HTML5 revision 3116). |
10 |
|
|
11 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: |datagrid| now allows any flow content (HTML5 revision |
14 |
|
3164). |
15 |
|
|
16 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: |rp| now takes normali phrasing content (HTML5 revision |
19 |
|
3217). |
20 |
|
|
21 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: |ondataunavailable| has been removed (HTML5 revision |
24 |
|
3252). |
25 |
|
|
26 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm: Block-level contents in |figure|'s |legend| and |
29 |
|
|caption| are now allowed (HTML5 revision 3329). |
30 |
|
|
31 |
|
2008-12-15 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm ($HTMLDatetimeAttrChecker): Removed. |
34 |
|
($GetDateTimeAttrChecker): Added. |
35 |
|
($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for |
36 |
|
later use. |
37 |
|
(ins/@datetime, del/@datetime): Changed to use newer definitin of |
38 |
|
"global date and time string". |
39 |
|
(input's date- and time-related, and type=number and type=range |
40 |
|
control types): Implemented value="", min="", and max="". |
41 |
|
|
42 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm: Implemented <object form> and <legend form>. |
45 |
|
|
46 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* HTML.pm: Updated definitions for attributes for form submission |
49 |
|
on |form| and submit buttons (action="", method="", enctype="", |
50 |
|
target="", and novalidate=""). |
51 |
|
|
52 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm: Added checking for the uniqueness of |autofocus=""| |
55 |
|
attribute. Implemented |name=""| attribute for form controls. |
56 |
|
Added U+000C into character class of space characters (it should |
57 |
|
have been, but was not in some of regular expressions). Updated |
58 |
|
definitions for |output| elements. |
59 |
|
|
60 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm: Updated definitions for |datalist|, |optgroup|, |
63 |
|
|option|, and |textarea| elements. |
64 |
|
|
65 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm: Updated definitions for |select|. |
68 |
|
|
69 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm: Updated definitions for |button|. |
72 |
|
|
73 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
76 |
|
SHOULD-level error if @pattern but no @title. |
77 |
|
|
78 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* HTML.pm: Added support for |pattern| attributes. |
81 |
|
|
82 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTML.pm: Implemented <input type=file multiple> and <input |
85 |
|
placeholder>. |
86 |
|
|
87 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* HTML.pm: Implemented <input list>. |
90 |
|
|
91 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* HTML.pm: Implemented <input type=color>. |
94 |
|
|
95 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
98 |
|
Implemented <input value> validation for |type|s |text|, |search|, |
99 |
|
|email|, |url|, and |password|. |
100 |
|
|
101 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
104 |
|
use attributes not supported by NanoDOM. |
105 |
|
|
106 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* HTML.pm: HTML5 spec status updated, except for |
109 |
|
datatemplate-related features, once again. Status for RDFa and |
110 |
|
XHTML Basic 1.1 updated. |
111 |
|
|
112 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* HTML.pm: HTML5 spec status updated, except for |
115 |
|
datatemplate-related features. |
116 |
|
|
117 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* HTML.pm: Quoted-strings in media type specifications were not |
120 |
|
properly decoded. Fixed support for <li value> with non-<ol> |
121 |
|
parent (or with no parent). |
122 |
|
|
123 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* HTML.pm: <input usemap> support. |
126 |
|
|
127 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* HTML.pm: Mark <input inputmode> as dropped. <input accesskey> |
130 |
|
support fixed. <input align> support. Tentative support for |
131 |
|
<input inputmode>. Support for <input replace>. Status of |
132 |
|
<button template> fixed. |
133 |
|
|
134 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* HTML.pm: Place checkers for obsolete attributes appropriately. |
137 |
|
|
138 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* HTML.pm: <input step> implemented. |
141 |
|
|
142 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* HTML.pm: The checker code for the Password state merged with the |
145 |
|
code for the Text state. The |maxlength| attribute checker |
146 |
|
implemented. The |size| attribute whose value is zero is not |
147 |
|
allowed. |
148 |
|
|
149 |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
* HTML.pm: Support for |required| attribute of the |input| |
* HTML.pm: Support for |required| attribute of the |input| |