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

Legend:
Removed from v.1.192  
changed lines
  Added in v.1.214

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24