/[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.47 by wakaba, Sat Jun 23 14:55:45 2007 UTC revision 1.69 by wakaba, Sat Jul 21 06:04:08 2007 UTC
# Line 1  Line 1 
1    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
2    
3            * tree-test-1.dat: More tests for ignoring some tokens
4            are added.
5    
6    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML-tokenizer.t: Set content model flag in new syntax.
9    
10    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
11    
12            * content-model-1.dat, content-model-2.dat: Some test data
13            have been updated due to new warnings.
14    
15    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
16    
17            * content-model-1.dat, content-model-2.dat: Add "in XML:charset"
18            error for test data that has |charset| in XML context.
19    
20            * content-model-2.dat: Test data for "in XML:charset", "in XML:lang",
21            and "in HTML:xml:lang" are added.
22    
23    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
24    
25            * HTML-tokenizer.t: It now requires newer version
26            of JSON.pm due to the broken handling for utf8 string
27            of older version.  Test data files |test3.test|
28            and |test4.test| are added.  Convert surrogate
29            pair |\u| escapes in JSON file before it is input
30            into JSON.pm parser since it does not decode
31            them correctly.  U+000D convertion was incorrect.
32    
33            * HTML-tree.t: Support for new format for fragment
34            parsing tests.
35    
36            * Makefile (tokenizer-files): New test
37            data files |test3.test| and |test4.test| are added.
38    
39            * tokenizer-test-1.test: Test data for bare |hcro| and
40            entity references in attribute values are added.
41    
42            * tokenizer-test-2.dat: Test data for U+000D are added.
43    
44    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
45    
46            * tree-test-1.dat: Tests for |<html>| in trailing
47            end phase and |</frameset>| in after frameset mode
48            are added.
49    
50            * tree-test-2.dat: Tests for |</frameset>|
51            in |frameset| fragment parsing are added.
52    
53    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
54    
55            * tree-test-1.dat: New tests for trailing end phase
56            and white space in some insertion modes are added.
57    
58    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
59    
60            * Charset-DecodeHandler.t: Cases for charset names has
61            been changed to match with the module's implementation.
62    
63    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
64    
65            * Charset-DecodeHandler.t: New test script.
66    
67    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
68    
69            * tokenizer-test-1.test: A comment test is added.
70    
71    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
72    
73            * tree-test-1.dat: New tests for unmatched end tags.
74    
75    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
76    
77            * table-1.dat: New test data.
78    
79            * ContentChecker.t: |table-1.dat| is added.
80    
81    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
82    
83            * tree-test-2.dat: Tests for <title> in fragments are added.
84    
85    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
86    
87            * URIChecker.t: Error level names in test results has
88            been changed.
89    
90            * tokenizer-test-1.test: A test for bogus SYSTEM identifier
91            is added.
92    
93            * content-model-1.dat, content-model-2.dat, content-model-3.dat,
94            content-model-4.dat: Error messages has been changed.
95    
96            * ContentChecker.t: Appends error level to the error
97            message if any.
98    
99    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
100    
101            * content-model-2.dat: Tests for |<img ismap>| context
102            are added.  Tests for |<command>|'s attributes are added.
103            Tests for |<menu>|'s attributes are added.  Tests for |contextmenu|
104            are added.
105    
106            * content-model-1.dat: Tests for |<datagrid>| contents
107            are added.
108    
109    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
110    
111            * tree-test-1.dat: The tests using |#document-fragment|
112            are move to |tree-test-2.dat|.
113    
114            * tree-test-2.dat: New test data.  In addition to
115            tests from |tree-test-1.dat|, two tests
116            for |</table>| are added.
117    
118            * HTML-tree.t: |tree-test-2.dat| is added.
119    
120    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
121    
122            * tree-test-1.dat: Tests for end tag strings
123            in CDATA elements are added.
124    
125    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
126    
127            * content-model-1.dat: Tests for |footer|
128            content model are added.
129    
130            * content-model-2.dat: Tests for |ping|
131            and |tabindex| attributes are added.  Tests for |datetime|
132            attribute of |ins| and |del| elements are added.
133    
134            * content-model-4.dat: New test data.
135    
136            * ContentChecker.t: |content-model-4.dat| is added.
137    
138    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
139    
140            * tokenizer-test-1.test: Tests for HTML5 revisions 1.144
141            and 1.145 (CR and invalid character references) are added.
142            Tests for HTML5 revision 1.148 (character references
143            in attributes) are added.
144    
145            * tree-test-1.dat: Tests for HTML5 revision 1.146 (white
146            space characters before root element start tag).
147    
148    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
149    
150            * tree-test-1.dat: Some test results are changed
151            and a test is added according to the HTML5
152            revisions 1.142 and 1.143 (<noscript> in <head>).
153    
154    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
155    
156            * tree-test-1.dat: Some test results are changed
157            since <base>, <link>, and <meta> in body
158            are no longer appended to the head element pointer (HTML5
159            revision 935).
160    
161            * content-model-2.dat: Tests for |scoped|
162            attribute are added (HTML5 revision 938).
163    
164    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
165    
166            * tree-test-1.dat: Tests for CDATA/RCDATA innerHTML
167            with matching end tag are added (HTML5 revision 923).
168            A test for h2 in h1 is added (HTML5 revision 926).
169    
170  2007-06-23  Wakaba  <wakaba@suika.fam.cx>  2007-06-23  Wakaba  <wakaba@suika.fam.cx>
171    
172          * tree-test-1.dat: Tests for |<isindex>| are added.          * tree-test-1.dat: Tests for |<isindex>| are added (HTML5
173            revision 920).
174    
175  2007-06-23  Wakaba  <wakaba@suika.fam.cx>  2007-06-23  Wakaba  <wakaba@suika.fam.cx>
176    

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.69

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24