/[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.19 by wakaba, Sat May 19 10:11:32 2007 UTC revision 1.41 by wakaba, Sat Jun 23 06:38:12 2007 UTC
# Line 1  Line 1 
1    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
2    
3            * tokenizer-test-1.test: |&TRADE;| test added.  (HTML5 revision 889.)
4    
5            * HTML-tree.t: Output test file names.  Escaped
6            new line at the end of test data was removed.
7    
8            * tokenizer-test-2.dat: Tests for newlines, NULL, and
9            escape flag stuff in |set_inner_html|.
10    
11    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
12    
13            * tree-test-1.dat: New test for HTML5 revision 884 (</form>
14            try to close its children).
15    
16    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
17    
18            * content-model-1.dat: Tests for space characters
19            in id="" attribute are added.
20    
21    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
22    
23            * tree-test-1.dat: New tests for parse errors by
24            tags closed by <li>, <dt>, or <dd>.  (HTML5 revision 880.)
25    
26    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
27    
28            * tokenizer-test-2.dat: New test.  This test file contains
29            some tests that cannot be reliably tested by |HTML-tokenize.t|,
30            since they depends on how characeters are supplied to the
31            tokenizer.
32    
33            * HTML-tree.t: |tokenizer-test-2.dat| added.  |#data escaped|
34            etc. supported.
35    
36    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
37    
38            * tokenizer-test-1.test: Tests for C1 character
39            references are added.
40    
41    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
42    
43            * ContentChecker.t: Use NanoDOM-based manakai for XHTML.
44            Note that a test fails that assumes XML attribute value
45            normalization fails since XMLParserTemp.pm does
46            not normalize white space in attribute value when
47            creating an attribute node (and new NanoDOM-based
48            manakai's Attr.value does not normalize white space
49            for more Web compatibility).
50    
51    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
52    
53            * Makefile, HTML-tokenizer.t, HTML-tree.t: New test
54            files are added.
55    
56            * tokenize/, tree-construction/: Sync with latest html5lib
57            trunk.
58    
59    2007-06-05  Wakaba  <wakaba@suika.fam.cx>
60    
61            * content-model-2.dat: |script| |async| and |defer|
62            no longer require |src|.  |async| MUST NOT be
63            specified if |defer|.  (HTML5 revision 858).
64    
65    2007-05-30  Wakaba  <wakaba@suika.fam.cx>
66    
67            * ContentChecker.t: Don't use obsolete |new| method.
68    
69            * tree-test-1.dat: Nested form test added.
70    
71    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
72    
73            * content-model-2.dat: Some error messages are updated.
74    
75            * content-model-1.dat: Very simple test for |tbody|, |thead|,
76            and |tfoot| is added.
77    
78    2007-05-26  Wakaba  <wakaba@suika.fam.cx>
79    
80            * content-model-2.dat: Tests for |rel| values are added.
81    
82    2007-05-26  Wakaba  <wakaba@suika.fam.cx>
83    
84            * content-model-2.dat: Errors on obsolete media
85            type (i.e. |text/javascript|) are added to the expected results.
86    
87            * tree-test-1.dat: Tests for |style| elements' attributes
88            are added.
89    
90    2007-05-25  Wakaba  <wakaba@suika.fam.cx>
91    
92            * URIChecker.t: New test entries.
93    
94            * content-model-2.dat: New test entries for URI attributes.
95    
96    2007-05-25  Wakaba  <wakaba@suika.fam.cx>
97    
98            * URIChecker.t: New test.
99    
100    2007-05-20  Wakaba  <wakaba@suika.fam.cx>
101    
102            * Makefile (content-type-files, content-checker-files): New rukes.
103    
104            * content-type-result.txt, content-checker-result.txt: New files.
105    
106            * tokenizer-result.txt, tree-construction-result.txt: New to CVS.
107    
108            * content-model-2.dat: Warnings are added to unknown attributes
109            for unknown elements.  New tests for newly implemented
110            attributes are added.
111    
112    2007-05-20  Wakaba  <wakaba@suika.fam.cx>
113    
114            * content-model-1.dat: Required attributes are
115            added to <link>s.
116    
117            * content-model-2.dat: Tests for global event handler
118            content attributes, <link>s and <embed>s are added.
119    
120    2007-05-20  Wakaba  <wakaba@suika.fam.cx>
121    
122            * content-model-2.dat: Tests for additionally-implemented
123            attributes are added.
124    
125    2007-05-20  Wakaba  <wakaba@suika.fam.cx>
126    
127            * content-model-2.dat: Tests for <a>/interactive
128            elements non-nesting are added.
129    
130    2007-05-19  Wakaba  <wakaba@suika.fam.cx>
131    
132            * content-model-3.dat: New test.
133    
134            * ContentChecker.t (@FILES): |content-model-3.dat| added.
135    
136    2007-05-19  Wakaba  <wakaba@suika.fam.cx>
137    
138            * tree-test-1.dat: Tests for |<iframe>|, |<noframes>|,
139            and |<xmp>| are added.
140    
141  2007-05-19  Wakaba  <wakaba@suika.fam.cx>  2007-05-19  Wakaba  <wakaba@suika.fam.cx>
142    
143          * content-model-1.dat: A content model conformance          * content-model-1.dat: A content model conformance

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.41

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24