/[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.12 by wakaba, Sun May 13 08:09:15 2007 UTC revision 1.35 by wakaba, Sat Jun 23 02:59:48 2007 UTC
# Line 1  Line 1 
1    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentChecker.t: Use NanoDOM-based manakai for XHTML.
4            Note that a test fails that assumes XML attribute value
5            normalization fails since XMLParserTemp.pm does
6            not normalize white space in attribute value when
7            creating an attribute node (and new NanoDOM-based
8            manakai's Attr.value does not normalize white space
9            for more Web compatibility).
10    
11    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
12    
13            * Makefile, HTML-tokenizer.t, HTML-tree.t: New test
14            files are added.
15    
16            * tokenize/, tree-construction/: Sync with latest html5lib
17            trunk.
18    
19    2007-06-05  Wakaba  <wakaba@suika.fam.cx>
20    
21            * content-model-2.dat: |script| |async| and |defer|
22            no longer require |src|.  |async| MUST NOT be
23            specified if |defer|.  (HTML5 revision 858).
24    
25    2007-05-30  Wakaba  <wakaba@suika.fam.cx>
26    
27            * ContentChecker.t: Don't use obsolete |new| method.
28    
29            * tree-test-1.dat: Nested form test added.
30    
31    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
32    
33            * content-model-2.dat: Some error messages are updated.
34    
35            * content-model-1.dat: Very simple test for |tbody|, |thead|,
36            and |tfoot| is added.
37    
38    2007-05-26  Wakaba  <wakaba@suika.fam.cx>
39    
40            * content-model-2.dat: Tests for |rel| values are added.
41    
42    2007-05-26  Wakaba  <wakaba@suika.fam.cx>
43    
44            * content-model-2.dat: Errors on obsolete media
45            type (i.e. |text/javascript|) are added to the expected results.
46    
47            * tree-test-1.dat: Tests for |style| elements' attributes
48            are added.
49    
50    2007-05-25  Wakaba  <wakaba@suika.fam.cx>
51    
52            * URIChecker.t: New test entries.
53    
54            * content-model-2.dat: New test entries for URI attributes.
55    
56    2007-05-25  Wakaba  <wakaba@suika.fam.cx>
57    
58            * URIChecker.t: New test.
59    
60    2007-05-20  Wakaba  <wakaba@suika.fam.cx>
61    
62            * Makefile (content-type-files, content-checker-files): New rukes.
63    
64            * content-type-result.txt, content-checker-result.txt: New files.
65    
66            * tokenizer-result.txt, tree-construction-result.txt: New to CVS.
67    
68            * content-model-2.dat: Warnings are added to unknown attributes
69            for unknown elements.  New tests for newly implemented
70            attributes are added.
71    
72    2007-05-20  Wakaba  <wakaba@suika.fam.cx>
73    
74            * content-model-1.dat: Required attributes are
75            added to <link>s.
76    
77            * content-model-2.dat: Tests for global event handler
78            content attributes, <link>s and <embed>s are added.
79    
80    2007-05-20  Wakaba  <wakaba@suika.fam.cx>
81    
82            * content-model-2.dat: Tests for additionally-implemented
83            attributes are added.
84    
85    2007-05-20  Wakaba  <wakaba@suika.fam.cx>
86    
87            * content-model-2.dat: Tests for <a>/interactive
88            elements non-nesting are added.
89    
90    2007-05-19  Wakaba  <wakaba@suika.fam.cx>
91    
92            * content-model-3.dat: New test.
93    
94            * ContentChecker.t (@FILES): |content-model-3.dat| added.
95    
96    2007-05-19  Wakaba  <wakaba@suika.fam.cx>
97    
98            * tree-test-1.dat: Tests for |<iframe>|, |<noframes>|,
99            and |<xmp>| are added.
100    
101    2007-05-19  Wakaba  <wakaba@suika.fam.cx>
102    
103            * content-model-1.dat: A content model conformance
104            error was missing.
105    
106            * content-model-2.dat: Unsupported global attribute (prefixed
107            attribute) test is added.  Tests for many HTML5 elements
108            are added.
109    
110    2007-05-19  Wakaba  <wakaba@suika.fam.cx>
111    
112            * content-model-2.dat: Tests for elements up to |progress|.
113    
114    2007-05-19  Wakaba  <wakaba@suika.fam.cx>
115    
116            * content-model-2.dat: Tests for global attributes, |html|, |head|,
117            |base|, |meta|, and |style|.
118    
119            * ContentChecker.t: Support for |#data html| (HTML parsing
120            mode).
121    
122    2007-05-19  Wakaba  <wakaba@suika.fam.cx>
123    
124            * content-model-2.dat: New test.
125    
126            * ContentChecker.t (@FILES): |content-model-2.dat| is added.
127            (get_node_path): |ATTRIBUTE_NODE| support.
128    
129            * content-model-1.dat: New tests for unknown
130            element in HTML namespace.
131    
132    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
133    
134            * ContentChecker.t (manakai_element_type_match): Removed.
135    
136    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
137    
138            * content-model-1.dat: Tests for |a| content model are added.
139            Tests for |legend| content model are added.
140    
141    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
142    
143            * content-model-1.dat: Tests for |li| content model are added.
144    
145  2007-05-13  Wakaba  <wakaba@suika.fam.cx>  2007-05-13  Wakaba  <wakaba@suika.fam.cx>
146    
147          * content-model-1.dat: Tests for |dd| content model are added.          * content-model-1.dat: Tests for |dd| content model are added.

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.35

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24