/[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.122 by wakaba, Sun Nov 18 05:29:22 2007 UTC revision 1.263 by wakaba, Sat Jul 19 13:50:03 2008 UTC
# Line 1  Line 1 
1    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
2    
3            * WebIDL.pm (type_text): Better serializer.
4    
5    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
6    
7            * WebIDL.pm: Revise forward-compatible parsing so that
8            it now can handle broken extended attributes and as such.
9    
10    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
11    
12            * WebIDL.pm: Real support for extended attributes.
13            Support for extended attributes with arguments.
14    
15    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
16    
17            * WebIDL.pm: Support for |exception| syntax.
18            (Interface->idl_text): Tentative support for inheritances.
19    
20    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
21    
22            * WebIDL.pm: Hierarchical scoped name support was broken.
23            Support for raises, setraises, and getraises syntaxes.
24    
25    2008-07-18  Wakaba  <wakaba@suika.fam.cx>
26    
27            * WebIDL.pm: Support for |idl_text| attribute, version 1 (no
28            proper support for types, extended attributes, and exceptions yet).
29            WebIDL parser, version 1 (no support for exceptions yet,
30            no proper support for extended attributes yet).
31    
32    2008-07-09  Wakaba  <wakaba@suika.fam.cx>
33    
34            * WebIDL.pm (parse_char_string): Support for basic attribute syntax.
35    
36    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
37    
38            * WebIDL.pm: Support for valuetype and const.
39    
40    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
41            
42            * WebIDL.pm: New module.
43    
44    2008-06-15  Wakaba  <wakaba@suika.fam.cx>
45    
46            * Makefile (Entities.html): URI changed.
47    
48    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
49    
50            * HTML.pm.src: Support for ruby parsing (HTML5 revision 1704).
51    
52    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
53    
54            * HTML.pm.src (_get_next_token): A parse error was missing.
55    
56    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
57    
58            * mklinktypelist.pl: rel=contact is no longer part of the HTML5
59            spec (commented out). (HTML5 revision 1711).
60    
61    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
62    
63            * ContentType.pm: Drop support for UTF-32 (HTML5 revision 1701).
64    
65            * HTML.pm.src: UTF-16BE and UTF-16LE should be considered
66            as UTF-16 (HTML5 revision 1701).
67    
68    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
69    
70            * HTML.pm.src: Support for <noframes> in <head> (HTML5 revision
71            1692).
72    
73    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
74    
75            * HTML.pm.src: The secondary insertion mode used when switching
76            to foreign content is the "in body" insertion mode (HTML5 revision
77            1696).
78    
79    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
80    
81            * HTML.pm.src: Don't raise parse error for <isindex/> (HTML5
82            revision 1697).
83    
84    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
85    
86            * HTML.pm.src: Support for end-of-file token in foreign content
87            insertion mode (HTML5 revision 1693).  Update SVG camelCase
88            attribute list (HTML5 revision 1700).  <textarea> closes
89            </select> (HTML5 revision 1699).  More start tags close in
90            foreign content insertion mode (HTML5 revision 1698).
91    
92    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
93    
94            * HTML.pm.src: ";" is not part of charset name (HTML5 revision 1665).
95    
96    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
97    
98            * HTML.pm.src: More robust charset parameter detection (HTML5
99            revision 1674).
100    
101    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
102    
103            * ContentType.pm: Support for image/vnd.microsoft.icon (HTML5
104            revision 1676).
105    
106    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
107    
108            * HTML.pm.src: Ignore language part of public identifiers for
109            quriks mode detection (HTML5 revision 1679).
110    
111    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
112    
113            * HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5
114            revision 1685).
115    
116    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
117    
118            * HTML.pm.src: Support for EOF in new states for tags (HTML5
119            revision 1684).
120    
121    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
122    
123            * HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML
124            work (HTML5 revision 1690).
125    
126    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
127    
128            * HTML.pm.src (_tree_construction_main): Change handling of
129            end tags in head insertion modes (HTML5 revision 1686).
130            (parse_char_string): Bug fix for non-utf8 character string handlings.
131            (parse_char_stream): |ungetc| does not work well for this context.
132    
133    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
134    
135            * HTML.pm.src (parse_byte_string): Redefined to invoke
136            |parse_byte_stream|.
137            (parse_byte_stream): New method.
138    
139    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
140    
141            * HTML.pm.src (parse_byte_string): Fix the column number reported
142            by encoding layer error reporter.
143    
144    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
145    
146            * HTML.pm.src (parse_byte_string): Use streaming decoder
147            rather than converting the whole byte string and then parsing.
148            Propagate errors in character encoding layer.
149            (get_next_token): Precise error reporting for |bare stago| error.
150    
151    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
152    
153            * HTML.pm.src (parse_char_stream): New method.
154            (parse_char_string): This method is now defined as an invocation
155            of the |parse_char_stream| method.
156    
157    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
158    
159            * HTML.pm.src (parse_byte_string): Report various status
160            of the sniffing as info-level errors.  Support for new
161            decoding framework in parser resestting.
162            (new): Various default error levels were not set.
163    
164    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
165    
166            * HTML.pm.src (parse_byte_string): HTML5 encoding siniffing
167            algorithm, except for the actual sniffing, is implemented
168            with new framework with Message::Charset::Info.
169    
170    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
171    
172            * CacheManifest.pm (_parse): Drop fragment identifiers from
173            URIs in fallback section (HTML5 revision 1596).
174    
175    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
176    
177            * Makefile (Entities.html): URI has changed.
178    
179    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
180    
181            * CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision
182            1553).
183    
184    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
185    
186            * ContentChecker.pm: Noted that those returned in |table| are
187            no longer table elements, but table objects returned
188            by Whatpm::HTMLTable.
189    
190            * HTMLTable.pm (form_table): Return table element node
191            as |$table->{element}|.
192            (assign_header): Support for the |headers=""| attribute.
193    
194    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
195    
196            * HTMLTable.pm (assign_header): New function; first version
197            with no support for headers="".
198            (form_table): Include table width and height to the returned
199            table object for covenience.  Indexing in column assignement was wrong.
200            Set whether a data cell is empty or not for convenience.
201    
202    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
203    
204            * HTMLTable.pm: Robuster caption support (HTML5 revision 1393).
205    
206    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
207    
208            * HTMLTable.pm: How table model errors are detected is
209            changed (HTML5 revision 1387).
210    
211    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
212    
213            * HTMLTable.pm: The algorithm now moves |tfoot| elements
214            to the end of the table (HTML5 revision 1380).
215    
216    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
217    
218            * HTMLTable.pm: The algorithm is now 0-based indexing, instead
219            of 1-based (HTML5 revision 1376).
220    
221    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
222    
223            * ContentType.pm: "Content-Type: text/plain; charset=UTF-8"
224            and "Content-Encoding" no longer prevent sniffing (HTML5
225            revision 1288).
226    
227    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
228    
229            * ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision
230            1282).
231    
232    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
233    
234            * ContentChecker.pm: Support for global attributes.
235            Status of XML specs are added.
236    
237    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
238    
239            * ContentChecker.pm (check_element): Support for |template=""|
240            and |ref=""| attribute (referent element type checking).
241    
242    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
243    
244            * CacheManifest.pm (_parse): New same origin definition (HTML5 revision
245            1500) is implemented (except for IDNA part and URI-scheme-specific
246            knowledge).  Line number counting was wrong for LF-only
247            documents.
248    
249    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
250    
251            * HTML.pm.src: Raise an parse error for any disallowed
252            character (HTML5 revision 1263).
253    
254    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
255    
256            * mkentitylist.pl: Support for new HTML5 entity table format (the
257            definition for |AElig;| was missing).
258    
259    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
260    
261            * HTML.pm.src, mkhtmlparser.pl: Support for element/attribute
262            name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417).
263    
264    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
265    
266            * HTML.pm.src: List of element names that close foreign content
267            insertion mode is added (HTML5 revisions 1412 and 1418).
268    
269    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
270    
271            * HTML.pm.src: Support for |mglyph| and |malignmark|
272            elements (HTML5 revision 1410).
273    
274    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
275    
276            * HTML.pm.src: Support for new long MathML entities (HTML5
277            revision 1406).
278    
279    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
280    
281            * HTML.pm.src: CDATA section support for MathML and SVG
282            elements (HTML5 revision 1404 and 1420).
283    
284    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
285    
286            * HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG
287            elements (HTML5 revision 1404).  Unused !!!macro definitions
288            are removed.
289    
290    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
291    
292            * HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors
293            are raised is changed (HTML5 revision 1404).
294    
295    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
296    
297            * HTML.pm.src: Category sets that are no longer used are removed.
298    
299    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
300    
301            * HTML.pm.src: The ->[1] property of stack entries are now
302            replaced by constants representing element category.
303    
304    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
305    
306            * HTML.pm.src: Don't use local name stored in stack (i.e. ->[1])
307            for error reporting.  (This is a preparation for using constant
308            value for ->[1].)
309    
310    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
311    
312            * RDFXML.pm: Typo fixed.
313    
314    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
315    
316            * ContentChecker.pm: |fact_level| is now treated
317            as same as |must_level|, i.e. level = |m|.
318            (check_element): Make list of URIs in the DOM.
319    
320    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
321    
322            * RDFXML.pm: Language accessor implemented.
323            Local (null-namespace) attribute support.
324    
325    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
326    
327            * RDFXML.pm: Factored out ID checking code.
328    
329    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
330    
331            * RDFXML.pm: TODO items noted.  Validation of ID
332            and URI attributes is implemented.  Warn if unknown
333            value is used in rdf:parseType="" attribute.
334    
335            * URIChecker.pm (check_rdf_uri_reference): New function.
336    
337    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
338    
339            * RDFXML.pm: bnodeid implemented.  Relative references
340            are now resolved.
341    
342    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
343    
344            * ContentChecker.pm: RDF reification implemented.
345    
346            * RDFXML.pm: undef vs false bug fixed.
347            Reification implemented.
348    
349    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
350    
351            * RDFXML.pm: s/id/ID/ for attribute name.
352            The |node| arguments are added for |ontriple| calls.
353            Too many "attribute not allowed" errors were raised.
354    
355            * ContentChecker.pm: Initial experimental support for rdf:RDF
356            element.
357    
358    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
359    
360            * RDFXML.pm: New module.
361    
362    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
363    
364            * HTML.pm.src (set_inner_html): Line/column number
365            code was old one yet.
366    
367    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
368    
369            * HTML.pm.src: Better line/column reporting for "duplicate attribute"
370            errors.  Line/column markings for DOCTYPE, comment, and
371            character tokens are reintroduced; otherwise,
372            error location for "not HTML5" error and errors
373            for implied elements are not attached.
374    
375    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
376    
377            * HTML.pm.src: Set line/column numbers to attributes.
378    
379            * NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added.
380            (value): Setter implemented.
381    
382            * mkhtmlparser.pl: Set line/column numbers to Attr nodes.
383    
384    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
385    
386            * HTML.pm.src: Unused line/column markings are removed.
387    
388    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
389    
390            * HTML.pm.src (_get_next_token): Remove |first_start_tag|
391            flag, which is no longer used.
392    
393    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
394    
395            * HTML.pm.src: Set line/column information to element nodes.
396    
397            * mkhtmlparser.pl (!!!create-element, !!!insert-element,
398            and !!!insert-element-t): Set line/column information to
399            element nodes.
400    
401    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
402    
403            * HTML.pm.src (_get_next_token): The first "<" character
404            in "<?", "<>", or "</>" should be the error point.
405    
406    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
407    
408            * HTML.pm.src: Some more fixes on error position reporting.
409    
410    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
411    
412            * HTML.pm.src: Token-level precious error reporting.
413    
414    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
415    
416            * HTML.pm.src: Preparation for more precious error point
417            reporting.
418    
419    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
420    
421            * HTML.pm.src: Error type revised.
422    
423    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
424    
425            * HTML.pm.src: Similar codes are merged together, again.
426    
427    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
428    
429            * HTML.pm.src: Similar codes are merged together.
430    
431    2008-03-10  Wakaba  <wakaba@suika.fam.cx>
432    
433            * mkhtmlparser.pl: Set "level" parameter to parse errors.
434    
435            * HTML.pm.src: Code refined.
436    
437    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
438    
439            * HTML.pm.src: |</body>| treatement has been changed (HTML5
440            revision 1348).  Note that I really don't know this makes
441            any difference in the black-box behavior of the parser.
442    
443    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
444    
445            * HTML.pm.src: New end-of-file token implementation (HTML5
446            revision 1348).
447    
448    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
449    
450            * HTML.pm.src: |applet| support (HTML5 revision 1347).
451    
452    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
453    
454            * HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343).
455    
456    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
457    
458            * HTML.pm.src: Support for |<input>| in the "in select" insertion
459            mode and support for the "in select in table" insertion mode (HTML5
460            revision 1342).
461    
462    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
463    
464            * HTML.pm.src: No foster parenting for <script> and <script>
465            in non-tainted <table>s (HTML5 revision 1336).
466    
467    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
468    
469            * HTML.pm.src: Ignore white space characters between <html>
470            and <head> (HTML5 revision 1332).
471    
472    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
473    
474            * HTML.pm.src: Treat <input type=hidden> as if it were a
475            white space (HTML5 revision 1331).
476    
477    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
478    
479            * HTML.pm.src: Ignore U+000A at the beginning of a |listing|
480            element (HTML5 revision 1330).
481    
482    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
483    
484            * HTML.pm.src: <title> is always appended to the current
485            element (HTML5 revision 1328).
486    
487    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
488    
489            * HTML.pm.src: White space in tainted tables are moved
490            into foster parents (HTML5 revision 1326).
491    
492    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
493    
494            * HTML.pm.src: Reduce errors from foster parenting cases (HTML5
495            revision 1321).
496    
497    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
498    
499            * HTML.pm.src: |</h/n/>| case code rearranged to align with
500            the spec (HTML5 revision 1320).  Note that we finally complete
501            all of HTML5 revision 1320 changes.
502    
503    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
504    
505            * HTML.pm.src: |</form>| now works similar to |</div>| for unclosed
506            tags (HTML5 revision 1320).
507    
508    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
509    
510            * HTML.pm.src: |</p>| case rearranged with no actual change in fact.
511    
512    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
513    
514            * HTML.pm.src: A "generate implied end tags" code (t409.1)
515            could not be reached so that it is now removed (HTML5 revision
516            1320).
517    
518    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
519    
520            * HTML.pm.src: Code for the case of |</div>| and so on are revised
521            to align with new spec text (HTML5 revision 1320).
522    
523    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
524    
525            * HTML.pm.src: Remove strange |if| condition; however, it should
526            have had no harm in theory.
527    
528    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
529    
530            * HTML.pm.src (_tree_construction_main): '</p>' in body
531            case is split from other end tags for the preparation
532            of implementing HTML revision 1320.
533    
534    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
535    
536            * HTML.pm.src: Simplified "generate implied end tag" (HTML5
537            revision 1320).
538    
539    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
540    
541            * HTML.pm.src (_tree_construction_main): Merge rules for "h1"
542            and "div" (HTML5 revision 1318).  Add comments to where
543            |form| pointer association codes should be inserted (HTML5 revision
544            1319).
545    
546    2008-03-06  Wakaba  <wakaba@suika.fam.cx>
547    
548            * HTML.pm.src: <html> treatement refined (HTML5 revision 1314).
549    
550    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
551    
552            * HTML.pm.src: Since the case t268 should never be reached (no
553            other token type, there are), it is replaced by a |die| statement.
554    
555    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
556    
557            * HTML.pm.src: Typo fixed.
558    
559    2008-03-04  Wakaba  <wakaba@suika.fam.cx>
560    
561            * HTML.pm.src (_tree_construction_initial): Some limited quirks
562            doctypes were not uppercased for comparison.
563    
564    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
565    
566            * HTML.pm.src (tree construction and set_inner_html): Checkpoints
567            are added.
568    
569    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
570    
571            * HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints
572            are set.  Cases that are unlikely reached are noted as so.
573    
574    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
575    
576            * HTML.pm.src: Checkpoints for debugging are added.
577    
578            * mkhtmlparser.pl: Support for |!!!cp| syntax.
579    
580    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
581    
582            * HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g
583            for simplicity.
584    
585    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
586    
587            * HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5
588            revision 1307).
589    
590    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
591    
592            * HTML.pm.src (_get_next_token): Where the /incorrect/ flag
593            is set are changed (HTML5 revision 1305).
594    
595    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
596    
597            * HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision
598            1292).  Entities are not parsed in comment-like part in RCDATA
599            elements (HTML5 revision 1294).  Allow bare & at the end
600            of attribute value literals (HTML5 revision 1296).  More
601            quirks mode doctypes (HTML5 revision 1302).  Requires spaces
602            between attributes and ban attribute names or unquoted
603            attribute values containing single or double quotes (HTML5
604            revision 1303).
605    
606    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
607    
608            * ContentChecker.pm: Typo fixed.  Don't raise "character encoding"
609            and related errors unless it is an HTML document (though the spec
610            is unclear on whether it is applied to XHTML document).
611    
612            * HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes
613            are added.
614    
615    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
616    
617            * HTML.pm.src: s/local_name/manakai_local_name/g.
618    
619    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
620    
621            * _NamedEntityList.pm: Updated (HTML5 revision 1286).
622    
623            * HTML.pm.src: |charset| in |content| attribute is
624            case-insensitive (HTML5 revision 1270).
625    
626    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
627    
628            * ContentChecker.pm: New status constants are added.
629            ($ElementDefault): |status| added.
630            (check_element): Err for non-standard or deprecated elements.
631            (_attr_status_info): For non-standard or deprecated attributes.
632    
633    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
634    
635            * ContentChecker.pm (_attr_status_info): New internal method.
636    
637    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
638    
639            * ContentChecker.pm (check_element): Element standardized
640            status information is now dispatched.
641    
642    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
643    
644            * ContentChecker.pm (check_element): Fix |del|-and-significant
645            problem by adding some more arguments.
646    
647    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
648    
649            * ContentChecker.pm (check_element): Use context of
650            container-for-the-purpose-of-content-model element (not transparent
651            element) for |check_child_element| calling and significant
652            text flag marking.  This reintroduces |<del>|-and-significant
653            problem again.
654    
655    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
656    
657            * ContentChecker.pm (check_element): Make semi-transparent
658            elements ignored for the purpose of phase changes in
659            content model checking.
660    
661    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
662    
663            * ContentChecker.pm (check_element): In-element state
664            was not properly managed for transparent cases.
665    
666    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
667    
668            * ContentChecker.pm (check_element): Support for |video|
669            and |audio| as semi-transparent elements.
670    
671    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
672    
673            * ContentChecker.pm ($HTMLSemiTransparentElements): New.
674            (check_element): s/minuses/minus_elements/, s/pluses/plus_elements/.
675            Support for |html:object| as a semi-transparent element.
676    
677    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
678    
679            * ContentChecker.pm (check_element): The way to traverse
680            the tree is entirely revised to make it easier to track
681            the state of ancestors/descendants.  As a result of this
682            revision (which rewrites almost all of Whatpm::ContentChecker::HTML),
683            support for content model checking for HTML elements |figure|,
684            |object|, |video|, and |audio| and checking for XML elements (and
685            some XMLNS checkings) are dropped for now.  They will be
686            reimplemented in due cource.
687    
688    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
689    
690            * HTML.pm.src: |>| in public or system literal closes the DOCTYPE
691            token (HTML5 revision 1225).
692    
693    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
694    
695            * ContentChecker.pm ({unsupported_level}): New value.
696    
697            * HTML.pm.src: Save whether |meta| |content| attribute
698            contains character references or not.
699    
700    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
701    
702            * ContentChecker.pm (_get_children): (Incompleted) attempt to
703            imlement significant content checking for contents
704            with |del| elements.
705    
706    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
707    
708            * ContenteChecker.pm ($HTMLTransparentElements): More
709            elements are added.
710            (_get_children): HTML |object| elements are now semi-transparent.
711    
712            * NanoDOM.pm (manakai_html, manakai_head): New methods.
713    
714    2008-02-16  Wakaba  <wakaba@suika.fam.cx>
715    
716            * CacheManifest.pm: HTML5 revision 1211 implemented.
717    
718            * CacheManifest.pod: Updated.
719    
720    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
721    
722            * ContentChecker.pm (check_document, check_element): Support
723            for second argument ($onsubdoc).
724            (_get_css_parser): Removed (now it is part of WDCC).
725    
726    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
727    
728            * ContentChecker.pm (_get_css_parser): New.
729    
730    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
731    
732            * ContentChecker.pm ($AnyChecker): Old way to add child elements
733            for checking had been used.
734    
735    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
736    
737            * ContentChecker.pm (check_element): New todo item type |descendant|.
738    
739    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
740    
741            * IMTChecker.pm: Revised to raise errors and warnings as (poorly)
742            specced in RFC 2046 and RFC 4288.
743            (application/atom+xml): Definition added.
744    
745    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
746    
747            * URIChecker.pm: Make RFC 3986 should-level errors
748            warnings (rather than SHOULD-level errors).
749    
750    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
751    
752            * NanoDOM.pm (get_user_data, set_user_data): New methods.
753    
754            * HTML.pm.src: A flag for character references in attribute
755            values are added.  Set |manakai_has_reference| user data
756            to |charset| attribute.
757    
758    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
759    
760            * NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New
761            attributes.
762    
763            * ContentChecker.pm (check_document): Warn if charset requirements
764            cannot be tested.
765    
766    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
767    
768            * HTML.pm.src (parse_byte_string): Detect charset
769            by universalchardet if charset parameter is not specified.
770    
771            * Makefile (Charset-all, Charset-clean): New rules.
772    
773    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
774    
775            * ContentChecker.pm (check_document): Check the existence
776            of character encoding declaration and selection of encoding
777            for HTML document.
778    
779  2007-11-18  Wakaba  <wakaba@suika.fam.cx>  2007-11-18  Wakaba  <wakaba@suika.fam.cx>
780    
781          * ContentType.pm (get_sniffed_type): Return also the official          * ContentType.pm (get_sniffed_type): Return also the official

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.263

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24