1 |
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* HTML.pm: Sectioning root category added. |blockquote| |
4 |
is no longer a sectioning content. |
5 |
|
6 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
7 |
|
8 |
* HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5 |
9 |
revision 1250). |
10 |
|
11 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
12 |
|
13 |
* HTML.pm: First version of Web Forms 2.0 support (its weired, |
14 |
since the spec itself is frankensteinesque:-); note that though |
15 |
it is weired spec from the today's viewpoint, it is still |
16 |
better-written spec than any W3C (Candidate or Proposed or full) |
17 |
Recommendation, sadly. |
18 |
|
19 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
20 |
|
21 |
* HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs |
22 |
from XHTML M12N 1.0 are reflected in |status| field. |
23 |
|
24 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
25 |
|
26 |
* HTML.pm: HTML5 status constants are OR-ed with "allowed" status. |
27 |
Don't raise "not defined" errors; they are now raised according |
28 |
to status flags. Status flags of li/@value, ol/@start, and menu |
29 |
are now non-deprecated, to avoid deprecated error message. |
30 |
area/@hreftype typo fixed. |isindex| SHOULD NOT be used |
31 |
according to HTML4. |
32 |
|
33 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
34 |
|
35 |
* HTML.pm: Make |figure| caption optional (HTML5 revision 1240). |
36 |
Add |reversed| to |ol| (HTML5 revision 1248). |
37 |
|
38 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
39 |
|
40 |
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |
41 |
|
42 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
43 |
|
44 |
* HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented. |
45 |
Raise not-part-of-HTML5 error for |acronym|. |
46 |
|
47 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
48 |
|
49 |
* HTML.pm: HTML5 attribute status added. |
50 |
|
51 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
52 |
|
53 |
* HTML.pm: Standardized status for attributes are added (HTML5 |
54 |
info are not added yet). Make element or attribute not defined |
55 |
by HTML5 spec as a conformance error (though it is not clearly |
56 |
defined by HTML5 spec as non-conforming). Note that more work |
57 |
is needed for non-standard attribute thing, since the current |
58 |
implementation prevents non-standard attribute from being |
59 |
syntactically checked (otherwise it is treated as if a |
60 |
standard attribute). |
61 |
|
62 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
63 |
|
64 |
* HTML.pm: Standardized status attributes are added. |
65 |
|
66 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
67 |
|
68 |
* HTML.pm: Invalid |meta| in |noscript| should be erred |
69 |
as usual. |
70 |
|
71 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
72 |
|
73 |
* HTML.pm: Updated for |del|-and-significant problem. |
74 |
|
75 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
76 |
|
77 |
* HTML.pm (datagrid): Condition was incorrect. |
78 |
|
79 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
80 |
|
81 |
* HTML.pm (%HTMLProseContentChecker, details, figure): Don't |
82 |
change state when a transparent element is encountered. |
83 |
(details check): Reimplemented. |
84 |
|
85 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
86 |
|
87 |
* HTML.pm (object check_end): Don't check significant content |
88 |
if the element is used as a transparent element. |
89 |
(video check): Reimplemented. |
90 |
|
91 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
92 |
|
93 |
* HTML.pm: |figure| content checker reimplemented. |object| |
94 |
content checker for root element case reimplemented. |
95 |
|
96 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
97 |
|
98 |
* HTML.pm: Revised. |
99 |
|
100 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
101 |
|
102 |
* HTML.pm (object): Implemented (with some bug on transparentness |
103 |
handling). |
104 |
|
105 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
106 |
|
107 |
* HTML.pm: s/m/mark/g (HTML5 revision 1232). |
108 |
|
109 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
110 |
|
111 |
* HTML.pm (img): |alt| is a SHOULD-level requirement now (since |
112 |
the conformance checker cannot examine the semantics of the |
113 |
image). |
114 |
|
115 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
116 |
|
117 |
* HTML.pm: Useless old stuff are removed. |datagrid| |
118 |
was missing from |$HTMLInteractiveContent|. |
119 |
(a): Use new |$HTMLInteractiveContent| in place |
120 |
of |$HTMLIntetractiveElements|. |
121 |
(caption): Use new |$HTMLPhrasingContentChecker| in place |
122 |
of |$HTMLStrictlyInlineChecker|. |
123 |
|
124 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
125 |
|
126 |
* HTML.pm (figure): Implemented. |
127 |
(video, audio): In no-parent-element case with |src| attribute, |
128 |
the content model is now prose content. |
129 |
|
130 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
131 |
|
132 |
* HTML.pm (noscript): Reimplemented. |
133 |
|
134 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
135 |
|
136 |
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
137 |
1180). |
138 |
|
139 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
140 |
|
141 |
* HTML.pm (th): |th| now requires phrasing content. |div| |
142 |
now requires prose content. |
143 |
|
144 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
145 |
|
146 |
* HTML.pm: Error messages revised. |
147 |
|
148 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
149 |
|
150 |
* HTML.pm: Most part of December 2007 Content Model is implemented. |
151 |
|
152 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
153 |
|
154 |
* HTML.pm (<style>): CSS validation code removed; instead, |
155 |
it does invoke subdoc callback to ask to the callee to validate |
156 |
the style sheet separately. |
157 |
|
158 |
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
159 |
|
160 |
* HTML.pm (<style>): Initial version of CSS validation support. |
161 |
|
162 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
163 |
|
164 |
* HTML.pm ($HTMLSignificantContentErrors): New. |
165 |
|
166 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
167 |
|
168 |
* HTML.pm: Support for checking for significant content (HTML5 |
169 |
revision 1114). Note that the current implementation has |
170 |
an issue on treatment for transparent or semi-transparent |
171 |
elements. |
172 |
|
173 |
* Atom.pm: Support for significant content checking (for composed |
174 |
HTML-Atom documents). |
175 |
|
176 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
177 |
|
178 |
* HTML.pm (header): Descendant constraint is redefined by |
179 |
new todo item type |descendant|. |
180 |
|
181 |
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
182 |
|
183 |
* HTML.pm (nest/@filter, rule/@condition): Implemented. |
184 |
(nest/@mode): Definition was wrong. |
185 |
($HTMLSelectorsAttrChecker): New. |
186 |
|
187 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
188 |
|
189 |
* HTML.pm (meta): Character references in |charset| attribute |
190 |
values are now erred. |
191 |
|
192 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
193 |
|
194 |
* HTML.pm (meta): |charset| value tests implemented. |
195 |
|
196 |
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
197 |
|
198 |
* HTML.pm: Raise bad-context error for proposed link types. |
199 |
|
200 |
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
201 |
|
202 |
* HTML.pm: Specialized error for old charset syntax. |
203 |
|
204 |
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
205 |
|
206 |
* HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130). |
207 |
|
208 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
209 |
|
210 |
* HTML.pm: Allow <html manifest=URI>. |
211 |
|
212 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
213 |
|
214 |
* HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5 |
215 |
revision 1115). |
216 |
|
217 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
218 |
|
219 |
* HTML.pm: <base> w/o @target and @href is non-conforming (HTML5 |
220 |
revision 1115). |
221 |
|
222 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
223 |
|
224 |
* HTML.pm: "Significant" has been gone (HTML5 revision 1114). |
225 |
|
226 |
2007-10-26 Wakaba <wakaba@suika.fam.cx> |
227 |
|
228 |
* HTML.pm: Support for |poster| attribute (HTML5 revision 1097). |
229 |
|
230 |
2007-10-23 Wakaba <wakaba@suika.fam.cx> |
231 |
|
232 |
* HTML.pm: Make <script async defer> conforming (HTML5 |
233 |
revision 1085). |
234 |
|
235 |
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
236 |
|
237 |
* Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|, |
238 |
and |html:rule| elements. |
239 |
|
240 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
241 |
|
242 |
* Atom.pm (atom:link@title): Definition was missing. |
243 |
|
244 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
245 |
|
246 |
* Atom.pm (hreflang): Checker is implemented. |
247 |
(AtomDateConstruct): Checking for content is implemented. |
248 |
|
249 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
250 |
|
251 |
* HTML.pm: Support for language tag validation. |
252 |
|
253 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
254 |
|
255 |
* HTML.pm (head, noscript): Treatement for invalid |meta| |
256 |
elenments are changed as per HTML5 revision 1018. |
257 |
|
258 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
259 |
|
260 |
* HTML.pm: Raise new errors if |base| is following |
261 |
URI attributes or hyperlink attributes. |
262 |
|
263 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
264 |
|
265 |
* HTML.pm: Support for |noscript| in |head|. Make an |
266 |
error for |noscript| in XML document. |
267 |
|
268 |
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
269 |
|
270 |
* HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type| |
271 |
value are changed for the ease of error message catalog |
272 |
lookup. |
273 |
|
274 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
275 |
|
276 |
* Atom.pm: |link|-related checks are added; |type| |
277 |
media type checks are added. |hreflang| now warns |
278 |
as unimplemented. |
279 |
|
280 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
281 |
|
282 |
* Atom.pm: Checker for all elements are defined (with |
283 |
a number of "TODO"s). |
284 |
|
285 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
286 |
|
287 |
* Atom.pm: New Perl module. |
288 |
|
289 |
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
290 |
|
291 |
* HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|. |
292 |
|
293 |
* ChangeLog: New file. |