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