1 |
|
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Support for class=idl WebIDL checking. |
4 |
|
|
5 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: Support for |<map name="">| (HTML5 revisions |
8 |
|
1722 and 1728). |
9 |
|
|
10 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm: Support for ruby, rt, and rp elements (HTML5 |
13 |
|
revision 1704). The |href| attribute is also extended |
14 |
|
as a common attribute by RDFa Last Call Working Draft. |
15 |
|
|
16 |
|
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: Make data="" invalid (HTML5 revision 1709). |
19 |
|
|
20 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm: Support for sizes="" (HTML5 revision 1558). |
23 |
|
|
24 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm: |select| or |datalist| as a first child of |datagrid| |
27 |
|
is now disallowed (HTML5 revision 1566). |datagrid| elements |
28 |
|
may be empty. |
29 |
|
|
30 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* HTML.pm: The |param| element is in LC phase now. |
33 |
|
|
34 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: Support for seemless="" (HTML5 revision 1637) and |
37 |
|
sandbox="" (HTML5 revision 1643). |
38 |
|
|
39 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5 |
42 |
|
revision 1659). |
43 |
|
|
44 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: Fact out generic charset name checking code |
47 |
|
to $HTMLCharsetChecker. Support for charset="" attributes |
48 |
|
on <a>, <link>, and <script> elements. |
49 |
|
|
50 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than |
53 |
|
one "." characters were allowed in a floating point number |
54 |
|
incorrectly. |
55 |
|
(source): Support for the pixelratio="" attribute (HTML5 revision |
56 |
|
1629). |
57 |
|
|
58 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* HTML.pm: Yay, |canvas| got the final status! |
61 |
|
|
62 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase |
65 |
|
letters (HTML5 revision 1572). |
66 |
|
|
67 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each |
70 |
|
table object. Return the table object, not table element. |
71 |
|
The |headers=""| checker for |td| elements are now noop. |
72 |
|
Set the status of |headers=""| attribute as HTML5's one. |
73 |
|
|
74 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm ($HTMLLengthAttrChecker): New. |
77 |
|
(table/@cellpadding, table/@cellspacing, @charoff): Implemented. |
78 |
|
(script/@langauge): Implemented. |
79 |
|
|
80 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* HTML.pm: Make duplicate http-equiv="" non-conforming. |
83 |
|
Check meta refresh content="". |
84 |
|
|
85 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are |
88 |
|
no longer content model error (they might be raise |
89 |
|
table model error, however). All table model error |
90 |
|
parameters should propagate. |
91 |
|
|
92 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* HTML.pm: Raise an error if a repeat* global attrbute |
95 |
|
is used for an HTML element. |
96 |
|
|
97 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* HTML.pm: Support for global attributes. Status |
100 |
|
for XHTML2 elements/attributes are added. |
101 |
|
|
102 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* HTML.pm: Support for |repeat-start=""| attribute. |
105 |
|
|
106 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* HTML.pm: Support for |repeat=""|, |repeat-template=""|, |
109 |
|
|repeat-min=""|, and |repeat-max=""| attributes. |
110 |
|
Support for |button| |type| values |add|, |remove|, |move-up|, |
111 |
|
and |move-down|. |
112 |
|
|
113 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* HTML.pm: Support for |template=""|, |ref=""|, and |
116 |
|
|registrationmark=""| attributes. |
117 |
|
|
118 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* HTML.pm: <font> dropped and style="" is now global (HTML5 revision |
121 |
|
1511). |
122 |
|
|
123 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* HTML.pm: Support for |onstorage| attribute is added (HTML5 |
126 |
|
revision 1495). Defined terms no longer have to be unique (HTML5 |
127 |
|
revision 1467). |
128 |
|
|
129 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker. |
132 |
|
($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5 |
133 |
|
revision 1471) and an empty string is no longer allowed (HTML5 |
134 |
|
revision 1470). |
135 |
|
(object/@name, iframe/@name): Added (HTML5 revision 1470). |
136 |
|
|
137 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* HTML.pm: |xmlns| attribute is now a global attribute (HTML5 |
140 |
|
revision 1426). |
141 |
|
|
142 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* HTML.pm: Support for HTML custom data attributes (HTML5 |
145 |
|
revision 1399). |
146 |
|
|
147 |
|
2008-03-28 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* HTML.pm: s/Prose/Flow/g (HTML5 revision 1261). |
150 |
|
|
151 |
|
2008-03-23 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
|
* HTML.pm: @datetime microsyntax is in the First Draft phase. |
154 |
|
|
155 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
156 |
|
|
157 |
|
* HTML.pm: link/@rev and a/@rev are implemented. |
158 |
|
|
159 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* HTML.pm: link/@target, img/@align, img/@border, img/@hspace, |
162 |
|
img/@vspace, img/@longdesc, object/@align, object/@archive, |
163 |
|
object/@border, object/@classid, object/@codebase, |
164 |
|
object/@codetype, object/@declare, object/@hspace, |
165 |
|
object/@standby, object/@vspace, param/@valuetype, |
166 |
|
param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char, |
167 |
|
and %cellvalign/@valign are implemented. |
168 |
|
|
169 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
|
* HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr, |
172 |
|
th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap, |
173 |
|
th/@nowrap, caption/@align , table/@frame, table/@rules, |
174 |
|
table/@summary, and table/@width are implemented. |
175 |
|
|
176 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* HTML.pm: body/@alink, body/@background, body/@bgcolor, |
179 |
|
body/@link, body/@text, body/@vlink, hn/@align, p/@align, |
180 |
|
br/@clear, pre/@width, ol/@compact, ul/@compact, |
181 |
|
dl/@compact, dl/@compact, menu/@compact, and div/@align implemented. |
182 |
|
|
183 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
|
* HTML.pm: Typo fixed. html/@version implemented (as do-nothing |
186 |
|
checker). head/@profile implemented. meta/@scheme implemented (as |
187 |
|
do-nothing checker). |
188 |
|
|
189 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
190 |
|
|
191 |
|
* HTML.pm: Add URIs to the list of URIs to be returned |
192 |
|
by the checker method. |accesskey| attribute is implemented. |
193 |
|
|
194 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
195 |
|
|
196 |
|
* Atom.pm: Don't raise an error even if there is |
197 |
|
no |atom:summary| element child in the |atom:entry| |
198 |
|
element when the |type| attribute of the |atom:content| |
199 |
|
element is set to |html|, |xhtml|, or |text|. |
200 |
|
The |atom:rights| elements were implemented |
201 |
|
as Date construct (!?). |
202 |
|
Typo in code for |rel=alternate| are fixed. |
203 |
|
|
204 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
205 |
|
|
206 |
|
* Atom.pm: Support for |thr:total| element. |
207 |
|
Add notes on additional Atom namespaces. |
208 |
|
|
209 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
210 |
|
|
211 |
|
* Atom.pm: Support for |thr:in-reply-to| element. |
212 |
|
|
213 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
214 |
|
|
215 |
|
* Atom.pm: Raise an error if required |atom:summary| |
216 |
|
element is missing from an |atom:entry| element. |
217 |
|
|
218 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* Atom.pm: Support for |<* type=html>| in Text construct. |
221 |
|
|
222 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
223 |
|
|
224 |
|
* Atom.pm: Bug fix for validation of |feed| on |author| child. |
225 |
|
|
226 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
227 |
|
|
228 |
* Atom.pm: Support for |<content type=html>| content |
* Atom.pm: Support for |<content type=html>| content |