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

Contents of /markup/html/whatpm/t/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.28 - (show annotations) (download)
Fri May 25 14:46:54 2007 UTC (18 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.27: +2 -0 lines
++ whatpm/t/ChangeLog	25 May 2007 14:46:11 -0000
	* content-model-2.dat: New test entries for URI attributes.

++ whatpm/Whatpm/ChangeLog	25 May 2007 14:25:11 -0000
	* ContentChecker.pm ($HTMLURIAttrChecker): Implemented.

2007-05-25  Wakaba  <wakaba@suika.fam.cx>

1 2007-05-25 Wakaba <wakaba@suika.fam.cx>
2
3 * URIChecker.t: New test entries.
4
5 * content-model-2.dat: New test entries for URI attributes.
6
7 2007-05-25 Wakaba <wakaba@suika.fam.cx>
8
9 * URIChecker.t: New test.
10
11 2007-05-20 Wakaba <wakaba@suika.fam.cx>
12
13 * Makefile (content-type-files, content-checker-files): New rukes.
14
15 * content-type-result.txt, content-checker-result.txt: New files.
16
17 * tokenizer-result.txt, tree-construction-result.txt: New to CVS.
18
19 * content-model-2.dat: Warnings are added to unknown attributes
20 for unknown elements. New tests for newly implemented
21 attributes are added.
22
23 2007-05-20 Wakaba <wakaba@suika.fam.cx>
24
25 * content-model-1.dat: Required attributes are
26 added to <link>s.
27
28 * content-model-2.dat: Tests for global event handler
29 content attributes, <link>s and <embed>s are added.
30
31 2007-05-20 Wakaba <wakaba@suika.fam.cx>
32
33 * content-model-2.dat: Tests for additionally-implemented
34 attributes are added.
35
36 2007-05-20 Wakaba <wakaba@suika.fam.cx>
37
38 * content-model-2.dat: Tests for <a>/interactive
39 elements non-nesting are added.
40
41 2007-05-19 Wakaba <wakaba@suika.fam.cx>
42
43 * content-model-3.dat: New test.
44
45 * ContentChecker.t (@FILES): |content-model-3.dat| added.
46
47 2007-05-19 Wakaba <wakaba@suika.fam.cx>
48
49 * tree-test-1.dat: Tests for |<iframe>|, |<noframes>|,
50 and |<xmp>| are added.
51
52 2007-05-19 Wakaba <wakaba@suika.fam.cx>
53
54 * content-model-1.dat: A content model conformance
55 error was missing.
56
57 * content-model-2.dat: Unsupported global attribute (prefixed
58 attribute) test is added. Tests for many HTML5 elements
59 are added.
60
61 2007-05-19 Wakaba <wakaba@suika.fam.cx>
62
63 * content-model-2.dat: Tests for elements up to |progress|.
64
65 2007-05-19 Wakaba <wakaba@suika.fam.cx>
66
67 * content-model-2.dat: Tests for global attributes, |html|, |head|,
68 |base|, |meta|, and |style|.
69
70 * ContentChecker.t: Support for |#data html| (HTML parsing
71 mode).
72
73 2007-05-19 Wakaba <wakaba@suika.fam.cx>
74
75 * content-model-2.dat: New test.
76
77 * ContentChecker.t (@FILES): |content-model-2.dat| is added.
78 (get_node_path): |ATTRIBUTE_NODE| support.
79
80 * content-model-1.dat: New tests for unknown
81 element in HTML namespace.
82
83 2007-05-13 Wakaba <wakaba@suika.fam.cx>
84
85 * ContentChecker.t (manakai_element_type_match): Removed.
86
87 2007-05-13 Wakaba <wakaba@suika.fam.cx>
88
89 * content-model-1.dat: Tests for |a| content model are added.
90 Tests for |legend| content model are added.
91
92 2007-05-13 Wakaba <wakaba@suika.fam.cx>
93
94 * content-model-1.dat: Tests for |li| content model are added.
95
96 2007-05-13 Wakaba <wakaba@suika.fam.cx>
97
98 * content-model-1.dat: Tests for |dd| content model are added.
99 Tests for |em| content model (inline-level content
100 or stricly inline-level content) are added.
101 Tests for |dfn| content model are added.
102
103 2007-05-13 Wakaba <wakaba@suika.fam.cx>
104
105 * content-model-1.dat: New test data.
106
107 * ContentChecker.t: New test.
108
109 2007-05-05 Wakaba <wakaba@suika.fam.cx>
110
111 * tree-test-1.dat: ins > p test and noscript in noscript test
112 are added.
113
114 2007-05-03 Wakaba <wakaba@suika.fam.cx>
115
116 * tokenizer-test-1.test: Incorrect DOCTYPE testa
117 are added.
118
119 * tree-test-1.dat: |innerHTML| tests are added.
120
121 2007-05-03 Wakaba <wakaba@suika.fam.cx>
122
123 * LICENSE: New document.
124
125 2007-05-02 Wakaba <wakaba@suika.fam.cx>
126
127 * .cvsignore: Result files are added.
128
129 * HTML-tree.t: Support for document fragment tests.
130
131 * Makefile: Generate test result files.
132
133 * tokenizer-test-1.test: A new test to ensure that
134 characters after end tag are preserved in RCDATA or CDATA
135 case.
136
137 2007-05-01 Wakaba <wakaba@suika.fam.cx>
138
139 * HTML-tree.t: Use new |What::HTML->parse_string| method
140 so that this test don't have to know parser class's
141 internals.
142
143 * tree-test-1.dat: New tests for "(<head> stuffs) in body"
144 and "(<head> stuffs) after body" are added.
145
146 2007-05-01 Wakaba <wakaba@suika.fam.cx>
147
148 * HTML-tree.t: New test file is added. Sort key
149 was incorrect.
150
151 * HTML-tokenizer.t: New test file is added.
152
153 * tokenizer-test-1.test, tree-test-1.dat: New tests.
154
155 2007-04-30 Wakaba <wakaba@suika.fam.cx>
156
157 * .cvsignore: |tree-consturction| is added.
158
159 * HTML-tree.t: New test.
160
161 * Makefile: Rules for tree constructor tests are added.
162
163 2007-04-30 Wakaba <wakaba@suika.fam.cx>
164
165 * HTML-tokenizer.t: |Data::Dumper::Useqq| is replaced
166 by customized ones so that utf8 vs byte string handling
167 cause no error. Set |$JSON::UTF8| flag on so
168 that the |JSON| module turns the utf8 flag on.
169 Support for the |contentModelFlags| and |lastStartTag|
170 test props. Show the input as well as description
171 when a test fails.
172
173 2007-04-30 Wakaba <wakaba@suika.fam.cx>
174
175 * .cvsignore: New file.
176
177 * Makefile: New file.
178
179 * HTML-tokenizer.t: New test.
180
181 2007-04-24 Wakaba <wakaba@suika.fam.cx>
182
183 * ContentType.t: Remove some |my|s to avoid warnings.
184
185 2007-04-24 Wakaba <wakaba@suika.fam.cx>
186
187 * ChangeLog: New file.
188
189 * ContentType.t: New Perl test.
190
191

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24