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

Diff of /markup/html/whatpm/t/ChangeLog

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

revision 1.55 by wakaba, Mon Jun 25 12:39:11 2007 UTC revision 1.80 by wakaba, Tue Sep 4 11:19:07 2007 UTC
# Line 1  Line 1 
1    2007-09-04  Wakaba  <wakaba@suika.fam.cx>
2    
3            * tree-test-1.dat: New tests are added.
4    
5    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
6    
7            * tokenizer-test-1.test: Two tests removed from |tokenizer/test2.test|
8            are added.
9    
10            * tree-construction/, tokenizer/: Sync with latest html5lib.
11    
12    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
13    
14            * content-model-1.dat: New tests for |meta| corner cases
15            are added.
16    
17    2007-08-22  Wakaba  <wakaba@suika.fam.cx>
18    
19            * tree-test-2.dat: New tests for |html| innerHTML are added.
20    
21    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
22    
23            * content-model-2.dat: New tests for |base|
24            following URI or hyperlink are added.
25    
26    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
27    
28            * content-model-1.dat: New tests for |noscript| in |head| are added.
29    
30            * content-model-2.dat: A wrong result for |xml:lang| in
31            HTML document is fixed.
32    
33    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
34    
35            * ContentType.t: New tests for bitmap images are added.
36    
37    2007-08-08  Wakaba  <wakaba@suika.fam.cx>
38    
39            * content-model-2.dat: Some error messages are changed.
40    
41            * ContentType.t: New tests for |<script| sniffer are added.
42    
43    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
44    
45            * tree-test-2.dat: New tests for |thead|, |tbody|, and |tfoot|
46            fragment parsing.
47    
48    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
49    
50            * tree-test-1.dat: More tests for tags "in row" are added.
51    
52            * HTML-tree.t: Quote test data for readability.
53    
54    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
55    
56            * tree-test-1.dat: More tests are added for |noframes|
57            after |</frameset>|.
58    
59    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
60    
61            * tree-test-1.dat: More tests for start tags "in caption"
62            insertion mode and for tags "in cell" insertion
63            mode are added.
64    
65    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
66    
67            * tree-test-1.dat: More tests for ignoring some tokens
68            are added.
69    
70    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
71    
72            * HTML-tokenizer.t: Set content model flag in new syntax.
73    
74    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
75    
76            * content-model-1.dat, content-model-2.dat: Some test data
77            have been updated due to new warnings.
78    
79    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
80    
81            * content-model-1.dat, content-model-2.dat: Add "in XML:charset"
82            error for test data that has |charset| in XML context.
83    
84            * content-model-2.dat: Test data for "in XML:charset", "in XML:lang",
85            and "in HTML:xml:lang" are added.
86    
87    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
88    
89            * HTML-tokenizer.t: It now requires newer version
90            of JSON.pm due to the broken handling for utf8 string
91            of older version.  Test data files |test3.test|
92            and |test4.test| are added.  Convert surrogate
93            pair |\u| escapes in JSON file before it is input
94            into JSON.pm parser since it does not decode
95            them correctly.  U+000D convertion was incorrect.
96    
97            * HTML-tree.t: Support for new format for fragment
98            parsing tests.
99    
100            * Makefile (tokenizer-files): New test
101            data files |test3.test| and |test4.test| are added.
102    
103            * tokenizer-test-1.test: Test data for bare |hcro| and
104            entity references in attribute values are added.
105    
106            * tokenizer-test-2.dat: Test data for U+000D are added.
107    
108    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
109    
110            * tree-test-1.dat: Tests for |<html>| in trailing
111            end phase and |</frameset>| in after frameset mode
112            are added.
113    
114            * tree-test-2.dat: Tests for |</frameset>|
115            in |frameset| fragment parsing are added.
116    
117    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
118    
119            * tree-test-1.dat: New tests for trailing end phase
120            and white space in some insertion modes are added.
121    
122    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
123    
124            * Charset-DecodeHandler.t: Cases for charset names has
125            been changed to match with the module's implementation.
126    
127    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
128    
129            * Charset-DecodeHandler.t: New test script.
130    
131    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
132    
133            * tokenizer-test-1.test: A comment test is added.
134    
135    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
136    
137            * tree-test-1.dat: New tests for unmatched end tags.
138    
139    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
140    
141            * table-1.dat: New test data.
142    
143            * ContentChecker.t: |table-1.dat| is added.
144    
145    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
146    
147            * tree-test-2.dat: Tests for <title> in fragments are added.
148    
149    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
150    
151            * URIChecker.t: Error level names in test results has
152            been changed.
153    
154            * tokenizer-test-1.test: A test for bogus SYSTEM identifier
155            is added.
156    
157            * content-model-1.dat, content-model-2.dat, content-model-3.dat,
158            content-model-4.dat: Error messages has been changed.
159    
160            * ContentChecker.t: Appends error level to the error
161            message if any.
162    
163  2007-06-25  Wakaba  <wakaba@suika.fam.cx>  2007-06-25  Wakaba  <wakaba@suika.fam.cx>
164    
165          * content-model-2.dat: Tests for |<img ismap>| context          * content-model-2.dat: Tests for |<img ismap>| context

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.80

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24