/[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.31 by wakaba, Sun May 27 10:28:01 2007 UTC revision 1.51 by wakaba, Sun Jun 24 06:20:37 2007 UTC
# Line 1  Line 1 
1    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
2    
3            * tokenizer-test-1.test: Tests for HTML5 revisions 1.144
4            and 1.145 (CR and invalid character references) are added.
5            Tests for HTML5 revision 1.148 (character references
6            in attributes) are added.
7    
8            * tree-test-1.dat: Tests for HTML5 revision 1.146 (white
9            space characters before root element start tag).
10    
11    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
12    
13            * tree-test-1.dat: Some test results are changed
14            and a test is added according to the HTML5
15            revisions 1.142 and 1.143 (<noscript> in <head>).
16    
17    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
18    
19            * tree-test-1.dat: Some test results are changed
20            since <base>, <link>, and <meta> in body
21            are no longer appended to the head element pointer (HTML5
22            revision 935).
23    
24            * content-model-2.dat: Tests for |scoped|
25            attribute are added (HTML5 revision 938).
26    
27    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
28    
29            * tree-test-1.dat: Tests for CDATA/RCDATA innerHTML
30            with matching end tag are added (HTML5 revision 923).
31            A test for h2 in h1 is added (HTML5 revision 926).
32    
33    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
34    
35            * tree-test-1.dat: Tests for |<isindex>| are added (HTML5
36            revision 920).
37    
38    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
39    
40            * tokenizer-test-1.test: Tests for conforming bare |&|
41            are added.
42    
43            * tree-test-1.dat: Tests for |</body>| are added.
44    
45    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
46    
47            * tree-test-1.dat: Always use uppercase document type name.
48    
49    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
50    
51            * HTML-tokenizer.t: Support for new DOCTYPE token syntax.
52    
53            * tokenizer-test-1.test: Tests for DOCTYPE tokens
54            are revised and added.
55    
56    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
57    
58            * tokenizer-test-1.test: Tests for |<| in tags are
59            added.  (HTML5 revisions 900, 901, 902, and 911.)
60    
61    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
62    
63            * tokenizer-test-1.test: |&lang;|, and |&rlang;| tests
64            are added.  (HTML5 revision 895.)  A test for |&amp;;|
65            is added.
66    
67    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
68    
69            * tokenizer-test-1.test: |&TRADE;| test added.  (HTML5 revision 889.)
70    
71            * HTML-tree.t: Output test file names.  Escaped
72            new line at the end of test data was removed.
73    
74            * tokenizer-test-2.dat: Tests for newlines, NULL, and
75            escape flag stuff in |set_inner_html|.
76    
77    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
78    
79            * tree-test-1.dat: New test for HTML5 revision 884 (</form>
80            try to close its children).
81    
82    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
83    
84            * content-model-1.dat: Tests for space characters
85            in id="" attribute are added.
86    
87    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
88    
89            * tree-test-1.dat: New tests for parse errors by
90            tags closed by <li>, <dt>, or <dd>.  (HTML5 revision 880.)
91    
92    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
93    
94            * tokenizer-test-2.dat: New test.  This test file contains
95            some tests that cannot be reliably tested by |HTML-tokenize.t|,
96            since they depends on how characeters are supplied to the
97            tokenizer.
98    
99            * HTML-tree.t: |tokenizer-test-2.dat| added.  |#data escaped|
100            etc. supported.
101    
102    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
103    
104            * tokenizer-test-1.test: Tests for C1 character
105            references are added.
106    
107    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
108    
109            * ContentChecker.t: Use NanoDOM-based manakai for XHTML.
110            Note that a test fails that assumes XML attribute value
111            normalization fails since XMLParserTemp.pm does
112            not normalize white space in attribute value when
113            creating an attribute node (and new NanoDOM-based
114            manakai's Attr.value does not normalize white space
115            for more Web compatibility).
116    
117    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
118    
119            * Makefile, HTML-tokenizer.t, HTML-tree.t: New test
120            files are added.
121    
122            * tokenize/, tree-construction/: Sync with latest html5lib
123            trunk.
124    
125    2007-06-05  Wakaba  <wakaba@suika.fam.cx>
126    
127            * content-model-2.dat: |script| |async| and |defer|
128            no longer require |src|.  |async| MUST NOT be
129            specified if |defer|.  (HTML5 revision 858).
130    
131    2007-05-30  Wakaba  <wakaba@suika.fam.cx>
132    
133            * ContentChecker.t: Don't use obsolete |new| method.
134    
135            * tree-test-1.dat: Nested form test added.
136    
137  2007-05-27  Wakaba  <wakaba@suika.fam.cx>  2007-05-27  Wakaba  <wakaba@suika.fam.cx>
138    
139          * content-model-2.dat: Some error messages are updated.          * content-model-2.dat: Some error messages are updated.

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.51

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24