/[suikacvs]/markup/html/whatpm/t/table-1.dat
Suika

Contents of /markup/html/whatpm/t/table-1.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Sun Nov 25 08:04:21 2007 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +6 -0 lines
++ whatpm/t/ChangeLog	25 Nov 2007 07:57:28 -0000
2007-11-25  Wakaba  <wakaba@suika.fam.cx>

	* content-model-1.dat, content-model-2.dat, content-model-3.dat,
	content-model-4.dat, table-1.dat: Test data are updated
	for the significant content check.

	* content-model-5.dat: New test data.

	* ContentChecker.t: New test data file is added.

++ whatpm/Whatpm/ChangeLog	25 Nov 2007 07:59:33 -0000
	* ContentChecker.pm ($AnyChecker): Old way to add child elements
	for checking had been used.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	25 Nov 2007 08:00:46 -0000
	* HTML.pm: Support for checking for significant content (HTML5
	revision 1114).  Note that the current implementation has
	an issue on treatment for transparent or semi-transparent
	elements.

	* Atom.pm: Support for significant content checking (for composed
	HTML-Atom documents).

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

1 wakaba 1.1 #data
2     <table xmlns="http://www.w3.org/1999/xhtml"><tbody><tr/></tbody></table>
3     #errors
4     /table;table:no cell in last row
5     /table/tbody/tr;child element missing:td|th
6    
7     #data
8     <table xmlns="http://www.w3.org/1999/xhtml"><tbody><tr/></tbody> </table>
9     #errors
10     /table;table:no cell in last row
11     /table/tbody/tr;child element missing:td|th
12    
13     #data
14     <table xmlns="http://www.w3.org/1999/xhtml"><tbody><tr/> </tbody></table>
15     #errors
16     /table;table:no cell in last row
17     /table/tbody/tr;child element missing:td|th
18    
19     #data
20     <table xmlns="http://www.w3.org/1999/xhtml"><tbody> <tr/></tbody></table>
21     #errors
22     /table;table:no cell in last row
23     /table/tbody/tr;child element missing:td|th
24    
25     #data
26     <table xmlns="http://www.w3.org/1999/xhtml"> <tbody><tr/></tbody></table>
27     #errors
28     /table;table:no cell in last row
29     /table/tbody/tr;child element missing:td|th
30    
31     #data
32     <table xmlns="http://www.w3.org/1999/xhtml">
33     <tbody><tr><td/></tr><tr/></tbody></table>
34     #errors
35     /table;table:no cell in last row
36     /table/tbody/tr;child element missing:td|th
37 wakaba 1.2 /table/tbody/tr/td;no significant content;s
38 wakaba 1.1
39     #data
40     <table xmlns="http://www.w3.org/1999/xhtml">
41     <tbody><tr><td rowspan="2"/></tr><tr/></tbody></table>
42     #errors
43     /table/tbody/tr;child element missing:td|th
44 wakaba 1.2 /table/tbody/tr/td;no significant content;s
45 wakaba 1.1
46     #data
47     <table xmlns="http://www.w3.org/1999/xhtml">
48     <tbody><tr><td/></tr><tr/><tr><td/></tr></tbody></table>
49     #errors
50     /table/tbody/tr;child element missing:td|th
51 wakaba 1.2 /table/tbody/tr/td;no significant content;s
52     /table/tbody/tr/td;no significant content;s
53 wakaba 1.1
54     #data
55     <table xmlns="http://www.w3.org/1999/xhtml">
56     <tbody><tr><td/></tr><tr/><tr/></tbody></table>
57     #errors
58     /table/tbody/tr;child element missing:td|th
59     /table/tbody/tr;child element missing:td|th
60     /table;table:no cell in last row
61 wakaba 1.2 /table/tbody/tr/td;no significant content;s
62 wakaba 1.1
63     #data
64     <table xmlns="http://www.w3.org/1999/xhtml">
65     <thead><tr><td/></tr></thead><tbody><tr/></tbody></table>
66     #errors
67     /table;table:no cell in last row
68     /table/tbody/tr;child element missing:td|th
69 wakaba 1.2 /table/thead/tr/td;no significant content;s
70 wakaba 1.1
71     #data
72     <table xmlns="http://www.w3.org/1999/xhtml">
73     <thead><tr/></thead><tbody><tr/></tbody></table>
74     #errors
75     /table/thead/tr;child element missing:td|th
76     /table;table:no cell in last row
77     /table/tbody/tr;child element missing:td|th
78    
79     #data
80     <table xmlns="http://www.w3.org/1999/xhtml"><tr/></table>
81     #errors
82     /table;table:no cell in last row
83     /table/tr;child element missing:td|th
84    
85     #data
86     <table xmlns="http://www.w3.org/1999/xhtml"><tr/> </table>
87     #errors
88     /table;table:no cell in last row
89     /table/tr;child element missing:td|th
90    
91     #data
92     <table xmlns="http://www.w3.org/1999/xhtml"> <tr/></table>
93     #errors
94     /table;table:no cell in last row
95     /table/tr;child element missing:td|th

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24