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