/[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.191 by wakaba, Thu Mar 20 07:37:00 2008 UTC revision 1.219 by wakaba, Mon May 5 11:15:13 2008 UTC
# Line 1  Line 1 
1    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
2    
3            * content-model-2.dat: Test data for table/@cellpadding,
4            table/@cellspacing, @charoff, and script/@langauge are added.
5    
6    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
7    
8            * content-model-1.dat, content-model-2.dat: New test data
9            for meta refresh; some test results updated.  Duplicate
10            meta http-equiv="" are now non-conforming.
11    
12    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
13    
14            * table-1.dat: Test data updated and some new test data
15            added for new requirements (HTML5 revisions 1387 and 1388).
16    
17    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
18    
19            * ContentType.t: "text/plain; charset=UTF-8" and Content-Encoding
20            are no longer safe; test data for them are added (HTML5 revision 1288).
21    
22    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
23    
24            * ContentType.t: Test data of HTML with BOM are added (c.f.
25            HTML5 revision 1282).
26    
27    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
28    
29            * content-model-2.dat: Test data for repeat* global attributes
30            are added.
31    
32    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
33    
34            * content-model-2.dat: Test data for |repeat-max=""|
35            and |repeat-start=""| attributes are added.
36    
37    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
38    
39            * content-model-2.dat: Test data for repetition template attributes
40            are added.
41    
42    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
43    
44            * content-model-2.dat: Test data for data template attributes are
45            added.
46    
47    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
48    
49            * content-model-1.dat: Test data for <font> context are added.
50    
51    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
52    
53            * content-model-4.dat: Terms no longer have to be unique (HTML5
54            revision 1467).
55    
56            * content-model-2.dat: Tests for |onstorage| attribute
57            are added (HTML5 revision 1495).  Fix test results
58            for unknown elements and attributes in the HTML namespace.
59    
60    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
61    
62            * content-model-1.dat, content-model-2.dat: Test results
63            related to browsing context name or keyword are revised
64            and added (HTML5 revision 1470 and 1471).
65    
66    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
67    
68            * HTML-tokenizer.t: Raise a parse error if there are disallowed
69            character (for compatibility with existing html5lib test data).
70    
71            * tokenizer-test-1.test: Some test results are updated with
72            regard to parse errors on disallowed characters.
73    
74            * tokenizer-test-2.dat: Test data for disallowed characters
75            are added (HTML5 revision 1263).
76    
77    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
78    
79            * HTML-tokenizer.t, HTML-tree.t, Makefile: Support for html5lib
80            new test files.
81    
82    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
83    
84            * content-model-2.dat: Test data updated and added for
85            global |xmlns| attributes (HTML5 revision 1426).
86    
87    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
88    
89            * HTML-tokenizer.t: Remove "self-closing flag" if the start
90            tag token is that of a slash permitted element (This is necessary
91            to maintain compatibility with current test data, since in the
92            new algorithm whether slash is permitted or not is decided in
93            tree construction stage).
94    
95    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
96    
97            * content-model-6.dat: New test data file.  Test data for
98            HTML custom data attributes (HTML5 revision 1399) are added.
99    
100            * ContentChecker.t: New test file |content-model-6.dat| is added.
101    
102    2008-03-29  Wakaba  <wakaba@suika.fam.cx>
103    
104            * content-model-1.dat, content-model-2.dat: s/prose/flow/g.
105    
106    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
107    
108            * content-model-2.dat: Test data on |rev| attribute are added.
109    
110    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
111    
112            * content-model-2.dat: Some test results were wrong.
113    
114    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
115    
116            * content-model-2.dat: Test data on more HTML4 attributes
117            are added.
118    
119    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
120    
121            * content-model-2.dat: Test data on more HTML4 attributes
122            are added.
123    
124    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
125    
126            * content-model-2.dat: Test data on numbers of HTML4 deprecated
127            attributes are added.
128    
129    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
130    
131            * content-model-2.dat: Test data on |@profile| and |@version| are
132            added.
133    
134    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
135    
136            * content-model-1.dat: Now we support RDF.
137    
138            * content-model-2.dat: Test data on |@accesskey| attribute
139            are added.
140    
141    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
142    
143            * tokenizer-test-2.dat: A test from #whatwg is added.
144    
145    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
146    
147            * content-model-atom-1.dat: New test data are added.
148    
149            * content-model-atom-2.dat: New test data are
150            added from Atom test suite.
151    
152    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
153    
154            * content-model-atom-threading-1.dat: New test data
155            on |thr:total| element are added
156    
157    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
158    
159            * ContentChecker.t: |content-model-atom-threading-1.dat|
160            added.
161    
162            * content-model-atom-threading-1.dat: New test file.
163    
164    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
165    
166            * ContentCheker.t: Replace dummy error type for subdoc
167            checking invocations to ";SUBDOC".
168    
169            * content-model-1.dat, content-model-2.dat: Test
170            results revised to support the aforementioned change.
171    
172            * content-model-atom-1.dat: Test results revised
173            so that |type=html| in Text construct is now
174            tested whether the subdoc code is invoked.
175    
176    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
177    
178            * content-model-atom-1.dat: Test data on cases of
179            missing |atom:summary| in |atom:entry| are added.
180    
181    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
182    
183            * content-model-1.dat: Some test results were incorrect, again... orz
184    
185  2008-03-20  Wakaba  <wakaba@suika.fam.cx>  2008-03-20  Wakaba  <wakaba@suika.fam.cx>
186    
187          * content-model-1.dat: Some test results are fixed.          * content-model-1.dat: Some test results are fixed.

Legend:
Removed from v.1.191  
changed lines
  Added in v.1.219

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24