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

Legend:
Removed from v.1.183  
changed lines
  Added in v.1.211

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24