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