/[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.203 by wakaba, Sat Mar 22 12:29:59 2008 UTC revision 1.228 by wakaba, Sat May 24 11:57:47 2008 UTC
# Line 1  Line 1 
1    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
2    
3            * content-model-2.dat: Test data on sandbox="" and seemless=""
4            are added (cf. HTML5 revision 1637 and 1643).
5    
6    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
7    
8            * ContentType.t: A fictional test data for image/vnd.microsoft.icon
9            are added (cf. HTML5 revision 1676).
10    
11    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
12    
13            * tokenizer-test-2.dat: New test data on truncated doctypes (c.f.
14            HTML5 revision 1685).
15    
16    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
17    
18            * tokenizer-test-1.test: New test data on EOF in tags are added
19            to cover changes in HTML5 revision 1684.
20    
21    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
22    
23            * tree-test-1.dat: Test data related to changes in HTML5
24            revision 1686 are added.
25    
26    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
27    
28            * content-model-2.dat: Test data for charset="" attribute
29            are added.
30    
31    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
32    
33            * content-model-2.dat: Test data for pixeldata="" attribute
34            are added (HTML5 revision 1629).
35    
36    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
37    
38            * content-model-2.dat: Boolean attributes now allow uppercase
39            letters (HTML5 revision 1572).
40    
41    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
42    
43            * content-model-2.dat: Test data for td/@headers are added.
44    
45    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
46    
47            * content-model-2.dat: Test data for table/@cellpadding,
48            table/@cellspacing, @charoff, and script/@langauge are added.
49    
50    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
51    
52            * content-model-1.dat, content-model-2.dat: New test data
53            for meta refresh; some test results updated.  Duplicate
54            meta http-equiv="" are now non-conforming.
55    
56    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
57    
58            * table-1.dat: Test data updated and some new test data
59            added for new requirements (HTML5 revisions 1387 and 1388).
60    
61    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
62    
63            * ContentType.t: "text/plain; charset=UTF-8" and Content-Encoding
64            are no longer safe; test data for them are added (HTML5 revision 1288).
65    
66    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
67    
68            * ContentType.t: Test data of HTML with BOM are added (c.f.
69            HTML5 revision 1282).
70    
71    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
72    
73            * content-model-2.dat: Test data for repeat* global attributes
74            are added.
75    
76    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
77    
78            * content-model-2.dat: Test data for |repeat-max=""|
79            and |repeat-start=""| attributes are added.
80    
81    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
82    
83            * content-model-2.dat: Test data for repetition template attributes
84            are added.
85    
86    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
87    
88            * content-model-2.dat: Test data for data template attributes are
89            added.
90    
91    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
92    
93            * content-model-1.dat: Test data for <font> context are added.
94    
95    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
96    
97            * content-model-4.dat: Terms no longer have to be unique (HTML5
98            revision 1467).
99    
100            * content-model-2.dat: Tests for |onstorage| attribute
101            are added (HTML5 revision 1495).  Fix test results
102            for unknown elements and attributes in the HTML namespace.
103    
104    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
105    
106            * content-model-1.dat, content-model-2.dat: Test results
107            related to browsing context name or keyword are revised
108            and added (HTML5 revision 1470 and 1471).
109    
110    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
111    
112            * HTML-tokenizer.t: Raise a parse error if there are disallowed
113            character (for compatibility with existing html5lib test data).
114    
115            * tokenizer-test-1.test: Some test results are updated with
116            regard to parse errors on disallowed characters.
117    
118            * tokenizer-test-2.dat: Test data for disallowed characters
119            are added (HTML5 revision 1263).
120    
121    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
122    
123            * HTML-tokenizer.t, HTML-tree.t, Makefile: Support for html5lib
124            new test files.
125    
126    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
127    
128            * content-model-2.dat: Test data updated and added for
129            global |xmlns| attributes (HTML5 revision 1426).
130    
131    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
132    
133            * HTML-tokenizer.t: Remove "self-closing flag" if the start
134            tag token is that of a slash permitted element (This is necessary
135            to maintain compatibility with current test data, since in the
136            new algorithm whether slash is permitted or not is decided in
137            tree construction stage).
138    
139    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
140    
141            * content-model-6.dat: New test data file.  Test data for
142            HTML custom data attributes (HTML5 revision 1399) are added.
143    
144            * ContentChecker.t: New test file |content-model-6.dat| is added.
145    
146    2008-03-29  Wakaba  <wakaba@suika.fam.cx>
147    
148            * content-model-1.dat, content-model-2.dat: s/prose/flow/g.
149    
150  2008-03-22  Wakaba  <wakaba@suika.fam.cx>  2008-03-22  Wakaba  <wakaba@suika.fam.cx>
151    
152          * content-model-2.dat: Test data on |rev| attribute are added.          * content-model-2.dat: Test data on |rev| attribute are added.

Legend:
Removed from v.1.203  
changed lines
  Added in v.1.228

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24