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

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.262

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24