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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24