/[suikacvs]/markup/html/whatpm/Whatpm/ChangeLog
Suika

Diff of /markup/html/whatpm/Whatpm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by wakaba, Sat Jun 23 04:22:57 2007 UTC revision 1.93 by wakaba, Wed Aug 8 12:39:00 2007 UTC
# Line 1  Line 1 
1    2007-08-08  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentType.pm: Sniffing for |<script| (HTML5 revision
4            983) is implemented.
5    
6    2007-08-06  Wakaba  <wakaba@suika.fam.cx>
7    
8            * ContentChecker.pod: New documentation.
9    
10            * Makefile: A rule for |ContentChecker.html| is added.
11    
12            * ContentChecker.pm: A pod "LICENSE" section is added.
13    
14            * NanoDOM.pm ($VERSION): New variable.
15    
16    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
17    
18            * H2H.pm: |b|, |i|, and |sub| are added to the
19            list of allowed HTML elements.
20    
21    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
22    
23            * H2H.pm: |samp| is added to the list of allowed
24            HTML elements.
25    
26            * URIChecker.pm (check_iri): New.
27            (check_iri_reference): Error type for IRI reference
28            syntax error is changed.
29    
30    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
31    
32            * ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom|
33            is added.
34            (check_document): Load appropriate module before validation.
35    
36    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
37    
38            * ContentChecker/: New directory.
39    
40    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
41    
42            * ContentChecker.pm: HTML |time| element is implemented.
43    
44            * HTMLTable.pm: Comments are updated as HTML5 is revised.
45    
46    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
47    
48            * ContentChecker.pm (check_document): Return value
49            even if no document element is found.
50    
51    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
52    
53            * HTML.pm.src: |$in_body| is no longer a function.
54    
55    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
56    
57            * HTML.pm.src: The |$in_body| code has been moved down.
58    
59    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
60    
61            * HTML.pm.src: The "trailing end" insertion mode
62            is split into "after html body" and "after html frameset"
63            insertion modes.  Their codes are merged with "after body"
64            and "after frameset" codes.  |$previous_insertion_mode|
65            has been removed.  "after frameset" code is
66            merged with "in frameset" code.
67    
68    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
69    
70            * HTML.pm.src: The "before head" insertion mode is
71            merged with the "in head" insertion mode.
72    
73    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
74    
75            * HTML.pm.src: Cases in "in head" insertion mode are
76            reorganized.
77    
78    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
79    
80            * HTML.pm.src: Some cases in "in table" insertion mode
81            are merged.
82    
83    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
84    
85            * HTML.pm.src: The "in row" insertion mode is merged
86            with "in table" insertion mode.
87    
88    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
89    
90            * HTML.pm.src: The "in table" and "in table body" insertion
91            modes are merged.
92    
93    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
94    
95            * HTML.pm.src: There is no "in table head" or "in table foot"
96            insertion mode!
97    
98    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
99    
100            * HTML.pm.src: |<noframes>| "in frameset" and "in noframes"
101            now directly invoke the handler.
102    
103    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
104    
105            * HTML.pm.src: Codes for "in cell" insertion mode
106            is merged to the "in body" insertion mode code.
107    
108    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
109    
110            * HTML.pm.src: Codes for "in body" and "in caption"
111            insertion modes are merged.
112    
113    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
114    
115            * HTML.pm.src: Two |!!!next-token|s were missing.
116    
117    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
118    
119            * HTML.pm.src: Use numeric constant for |{content_mode}|
120            instead of string constant for |{content_model_flag}|.
121    
122    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
123    
124            * HTML.pm.src: Add the name of the attribute
125            to the "duplicate attribute" error.
126    
127    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
128    
129            * ContentChecker.pm: Return the |class| node list.
130    
131    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
132    
133            * ContentChecker.pm: Return the |id| node list.
134    
135            * HTML.pm.src: A typo is fixed.
136    
137    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
138    
139            * ContentChecker.pm: Drop wrong |level => 'error'| specification
140            from "in HTML:xml:lang" error.  Character position
141            is now the last part of the error type in the URI error
142            description.  Report "unsupported" status for language
143            tags, media queries, script codes, and style sheets.
144    
145    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
146    
147            * ContentChecker.pm: Report error if |xml:lang|
148            in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset|
149            in XML.
150    
151            * NanoDOM.pm (Attr.owner_document): New attribute.
152    
153    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
154    
155            * HTML.pm.src: The character immediately following
156            a bare |hcro| was discarded.  Fix handling of
157            entity references in attribute values.
158    
159    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
160    
161            * HTML.pm.src (main and trailin end phases): Token
162            types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are
163            factored out.  Error types |in html:#DOCTYPE|
164            and |after html:#DOCTYPE| are merged
165            into |DOCTYPE in the middle|.  |</frameset>|
166            in fragment parsing mode changed the
167            insertion mode.
168    
169    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
170    
171            * HTML.pm.src: |$phase| has been removed; The |trailing end|
172            phase is now an insertion mode.  Treatments for white
173            space character tokens were incorrect for some
174            insertion modes.  An old |meta| case was not removed.
175    
176    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
177    
178            * HTML.pm.src: |meta| charset declaration extraction
179            implemented (but changing the encoding is not yet:-).
180    
181    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
182    
183            * Charset/: New directory.
184    
185    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
186    
187            * H2H.pm: New Perl module (created from
188            manakai's H2H.dis).
189    
190    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
191    
192            * XMLSerializer.pm: New Perl module (created from
193            manakai's SimpleLS.dis).
194    
195    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
196    
197            * HTML.pm.src: |<!---x-->| was not processed correctly.
198    
199    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
200    
201            * HTML.pm.src: Report correct error message
202            for |<body></div></body>|.
203    
204    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
205    
206            * HTMLTable.pm: An error description was incorrect.
207    
208    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
209    
210            * ContentChecker.pm: Return |{term}| list.
211    
212    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
213    
214            * HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>,
215            nested <nobr>, implied </tbody>, </tfoot>, and </thead>,
216            and <title> outside of head).
217    
218    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
219    
220            * IMTChecker.pm: Report warning for unregistered
221            and private types/subtypes.
222    
223            * ContentChecker.pm, HTML.pm.src, IMTChecker.pm,
224            URIChecker.pm, HTMLTable.pm: Error messages are now
225            consistent; they are all listed in
226            <http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>.
227    
228    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
229    
230            * ContentChecker.pm: |<img ismap>| not in |<a></a>|
231            is now erred.  |<datalist>| is implemented.
232            Attribute checker for |<command>| and |<menu>| are
233            added.  Support for |contextmenu| global attribute
234            is added.
235    
236    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
237    
238            * HTML.pm.src (_reset_insertion_mode): Interpretation
239            of Step 3 has been changed.
240    
241    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
242    
243            * HTML.pm.src: Late |<html>| parse error is implemented.
244    
245    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
246    
247            * URIChecker.pm (check_iri_reference): A |decode| method name was
248            incorrect.
249    
250            * ContentChecker.pm: Support for the |footer| element.
251            Check URI syntax for space-separated URI attributes.
252            Support for the |tabindex| attribute.  Support
253            for |datetime| attribute.
254    
255    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
256    
257            * HTML.pm.src: HTML5 revision 1.144 (&#x0D;) and 1.145 (invalid
258            character references).  HTML5 revision 1.146 (white space
259            characters before root start tag).  HTML5 revision
260            1.148 (named character references in attribute values).
261            HTML5 revision 1.152 (<plaintext>.innerHTML get).
262    
263    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
264    
265            * HTML.pm.src: HTML5 revisions 1.142 and 1.143 (<noscript>
266            in <head>).
267    
268    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
269    
270            * HTML.pm.src: HTML5 revision 935 (<base>, <link>, <meta>
271            in body).
272    
273            * ContentChecker.pm: HTML5 revision 938 (scoped="").
274    
275    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
276    
277            * HTML.pm.src: HTML5 revision 923 (matching end tag in CDATA
278            or RCDATA in fragment parsing mode).  HTML5 revision
279            924 (<!--> and <!--->).  HTML5 revision 926 (hn in hn).
280    
281    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
282    
283            * HTML.pm.src (get_inner_html): HTML5 revision 922 (inner_html
284            for <pre> and <textarea>).
285    
286    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
287    
288            * HTML.pm.src: HTML5 revision 920 (<isindex>).
289    
290    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
291    
292            * HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>).
293    
294    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
295    
296            * HTML.pm.src: HTML5 revision 916 (</body>).
297            HTML5 revision 917 (conforming bare &).
298    
299    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
300    
301            * NanoDOM.pm (manakai_is_html): Setting to false did not work.
302    
303            * HTML.pm.src: HTML5 revision 914 (</ in CDATA, RCDATA).
304            HTML5 revision 915 (<nobr>).
305    
306    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
307    
308            * HTML.pm.src: HTML5 revisions 908, 909, 912, and 913 (quirks mode).
309            
310            * NanoDOM.pm (manakai_is_html, manakai_compat_mode, compat_mode):
311            New attributes.
312    
313    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
314    
315            * HTML.pm.src: HTML5 revisions 900, 901, 902, and 911 (<
316            in tags).
317    
318    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
319    
320            * .cvsignore: |Entities.html| is added.
321    
322            * HTML.pm.src: |$entity_char| is removed and
323            requires |Whatpm::_NamedEntityList| instead.
324            HTML5 revision 898 (refc), except that lack of refc
325            is parse error.
326    
327            * mkentitylist.pl: New script.
328    
329            * Makefile (all): |_NamedEntityList.pm| is added.
330            (_NamedEntityList.pm, Entities.html): New rules.
331    
332    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
333    
334            * HTML.pm.src: Parse errors immediately after U+000D
335            were ignored and U+000D immediately following another
336            U+000D was not converted to U+000A.
337    
338    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
339    
340            * HTML.pm.src (set_inner_html): HTML5 revision 892 (adopt
341            nodes before appended).  Parser was not ready for NULL
342            parse error and escape flag.
343    
344            * NanoDOM.pm (adopt_node): New.
345    
346    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
347    
348            * HTML.pm.src: HTML5 revision 886 (insane comment in
349            CDATA and RCDATA).  Note that current implementation
350            is simply repeating what the spec says and it is maybe not
351            a best way to do it.
352    
353    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
354    
355            * HTML.pm.src: HTML5 revision 884 (</form> don't close
356            the form element if a descendant element without implied end tag has
357            still been open).
358    
359  2007-06-23  Wakaba  <wakaba@suika.fam.cx>  2007-06-23  Wakaba  <wakaba@suika.fam.cx>
360    
361          * ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with          * ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.93

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24