1 |
|
2009-08-01 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Implemented |body| and |frameset| event handler content |
4 |
|
attributes (cf. HTML5 revision 2685). |
5 |
|
|
6 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Updated element and attribute status. |
9 |
|
|
10 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm: Added onpopstate="" attribute to body element (HTML5 |
13 |
|
revision 2686). |
14 |
|
|
15 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm: Added autocomplete="" attribute to form element (HTML5 |
18 |
|
revision 2798). |
19 |
|
|
20 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801). |
23 |
|
|
24 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855). |
27 |
|
|
28 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5 |
31 |
|
revision 2859). |
32 |
|
|
33 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm: Disallow |figure|-grandchild |caption| element when |
36 |
|
|table| is the only child of |figure| element (HTML5 revision |
37 |
|
2863). |
38 |
|
|
39 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm: The |eventsource| element and the |onmessage| attribute |
42 |
|
have been dropped (HTML5 revision 2870). |
43 |
|
|
44 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: Added support for |textarea| element's |placeholder| |
47 |
|
attribute (HTML5 revision 2921). |
48 |
|
|
49 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm: Implemented dimenstion attributes (|width| and |
52 |
|
|height|; cf. HTML5 revision 2943). |
53 |
|
|
54 |
|
2009-07-06 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm: Disallow |header| in |footer| or |address| (HTML5 |
57 |
|
revision 3051). |
58 |
|
|
59 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* HTML.pm: Allow |accesskey| on all elements (HTML5 revision |
62 |
|
3065). |
63 |
|
|
64 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* HTML.pm: Disallow |default| attribute of the |command| element |
67 |
|
for now (HTML5 revision 3067). |
68 |
|
|
69 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm: Implemented |pubdate| attribute on the |article| |
72 |
|
element (HTML5 revision 3116). |
73 |
|
|
74 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm: |datagrid| now allows any flow content (HTML5 revision |
77 |
|
3164). |
78 |
|
|
79 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* HTML.pm: |rp| now takes normali phrasing content (HTML5 revision |
82 |
|
3217). |
83 |
|
|
84 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* HTML.pm: |ondataunavailable| has been removed (HTML5 revision |
87 |
|
3252). |
88 |
|
|
89 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* HTML.pm: Block-level contents in |figure|'s |legend| and |
92 |
|
|caption| are now allowed (HTML5 revision 3329). |
93 |
|
|
94 |
|
2008-12-15 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* HTML.pm ($HTMLDatetimeAttrChecker): Removed. |
97 |
|
($GetDateTimeAttrChecker): Added. |
98 |
|
($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for |
99 |
|
later use. |
100 |
|
(ins/@datetime, del/@datetime): Changed to use newer definitin of |
101 |
|
"global date and time string". |
102 |
|
(input's date- and time-related, and type=number and type=range |
103 |
|
control types): Implemented value="", min="", and max="". |
104 |
|
|
105 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* HTML.pm: Implemented <object form> and <legend form>. |
108 |
|
|
109 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* HTML.pm: Updated definitions for attributes for form submission |
112 |
|
on |form| and submit buttons (action="", method="", enctype="", |
113 |
|
target="", and novalidate=""). |
114 |
|
|
115 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* HTML.pm: Added checking for the uniqueness of |autofocus=""| |
118 |
|
attribute. Implemented |name=""| attribute for form controls. |
119 |
|
Added U+000C into character class of space characters (it should |
120 |
|
have been, but was not in some of regular expressions). Updated |
121 |
|
definitions for |output| elements. |
122 |
|
|
123 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* HTML.pm: Updated definitions for |datalist|, |optgroup|, |
126 |
|
|option|, and |textarea| elements. |
127 |
|
|
128 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* HTML.pm: Updated definitions for |select|. |
131 |
|
|
132 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
|
* HTML.pm: Updated definitions for |button|. |
135 |
|
|
136 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
139 |
|
SHOULD-level error if @pattern but no @title. |
140 |
|
|
141 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* HTML.pm: Added support for |pattern| attributes. |
144 |
|
|
145 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
|
* HTML.pm: Implemented <input type=file multiple> and <input |
148 |
|
placeholder>. |
149 |
|
|
150 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
|
* HTML.pm: Implemented <input list>. |
153 |
|
|
154 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* HTML.pm: Implemented <input type=color>. |
157 |
|
|
158 |
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
* HTML.pm: Implemented <input multiple>, <input type=search>. |
* HTML.pm: Implemented <input multiple>, <input type=search>. |