/[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.4 - (hide annotations) (download)
Sat Aug 30 10:26:39 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +19 -19 lines
++ whatpm/t/ChangeLog	30 Aug 2008 10:22:30 -0000
	* ContentChecker.t: Updated for latest version of the
	Whatpm::ContentChecker module.

	* content-model-1.dat, content-model-2.dat, content-model-3.dat,
	content-model-4.dat, content-model-6.dat, content-model-atom-1.dat,
	content-model-atom-2.dat, content-model-atom-threading-1.dat,
	table-1.dat: Results updated.

2008-08-30  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	30 Aug 2008 10:24:24 -0000
	* ContentChecker.pm: Error level definition for |xml_id_error|
	was missing.

	* URIChecker.pm: The end of the URL should be marked as the
	error location for an empty path error.  The position
	between the userinfo and the port components should be
	marked as the error location for an empty host error.

2008-08-30  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2008 10:26:28 -0000
2008-08-30  Wakaba  <wakaba@suika.fam.cx>

	* Atom.pm: s/element missing/child element missing/ for
	consistency.

	* HTML.pm: Typos fixed.
	(pre): "No significant content" error was unintentionally
	disabled.  s/element missing/child element missing/ for
	consistency.

1 wakaba 1.1 #data
2     <table xmlns="http://www.w3.org/1999/xhtml"><tbody><tr/></tbody></table>
3     #errors
4 wakaba 1.4 /table/tbody/tr;row with no anchored cell;m
5 wakaba 1.1
6     #data
7     <table xmlns="http://www.w3.org/1999/xhtml"><tbody><tr/></tbody> </table>
8     #errors
9 wakaba 1.4 /table/tbody/tr;row with no anchored cell;m
10 wakaba 1.1
11     #data
12     <table xmlns="http://www.w3.org/1999/xhtml"><tbody><tr/> </tbody></table>
13     #errors
14 wakaba 1.4 /table/tbody/tr;row with no anchored cell;m
15 wakaba 1.1
16     #data
17     <table xmlns="http://www.w3.org/1999/xhtml"><tbody> <tr/></tbody></table>
18     #errors
19 wakaba 1.4 /table/tbody/tr;row with no anchored cell;m
20 wakaba 1.1
21     #data
22     <table xmlns="http://www.w3.org/1999/xhtml"> <tbody><tr/></tbody></table>
23     #errors
24 wakaba 1.4 /table/tbody/tr;row with no anchored cell;m
25 wakaba 1.1
26     #data
27     <table xmlns="http://www.w3.org/1999/xhtml">
28     <tbody><tr><td/></tr><tr/></tbody></table>
29     #errors
30 wakaba 1.2 /table/tbody/tr/td;no significant content;s
31 wakaba 1.4 /table/tbody/tr;row with no anchored cell;m
32 wakaba 1.1
33     #data
34     <table xmlns="http://www.w3.org/1999/xhtml">
35     <tbody><tr><td rowspan="2"/></tr><tr/></tbody></table>
36     #errors
37 wakaba 1.2 /table/tbody/tr/td;no significant content;s
38 wakaba 1.4 /table/tbody/tr;row with no anchored cell;m
39 wakaba 1.1
40     #data
41     <table xmlns="http://www.w3.org/1999/xhtml">
42     <tbody><tr><td/></tr><tr/><tr><td/></tr></tbody></table>
43     #errors
44 wakaba 1.2 /table/tbody/tr/td;no significant content;s
45     /table/tbody/tr/td;no significant content;s
46 wakaba 1.1
47     #data
48     <table xmlns="http://www.w3.org/1999/xhtml">
49     <tbody><tr><td/></tr><tr/><tr/></tbody></table>
50     #errors
51 wakaba 1.4 /table/tbody/tr;row with no anchored cell;m
52 wakaba 1.2 /table/tbody/tr/td;no significant content;s
53 wakaba 1.1
54     #data
55     <table xmlns="http://www.w3.org/1999/xhtml">
56     <thead><tr><td/></tr></thead><tbody><tr/></tbody></table>
57     #errors
58 wakaba 1.4 /table/tbody/tr;row with no anchored cell;m
59 wakaba 1.2 /table/thead/tr/td;no significant content;s
60 wakaba 1.1
61     #data
62     <table xmlns="http://www.w3.org/1999/xhtml">
63     <thead><tr/></thead><tbody><tr/></tbody></table>
64     #errors
65 wakaba 1.4 /table/thead/tr;row with no anchored cell;m
66 wakaba 1.1
67     #data
68     <table xmlns="http://www.w3.org/1999/xhtml"><tr/></table>
69     #errors
70 wakaba 1.4 /table/tr;row with no anchored cell;m
71 wakaba 1.1
72     #data
73     <table xmlns="http://www.w3.org/1999/xhtml"><tr/> </table>
74     #errors
75 wakaba 1.4 /table/tr;row with no anchored cell;m
76 wakaba 1.1
77     #data
78     <table xmlns="http://www.w3.org/1999/xhtml"> <tr/></table>
79     #errors
80 wakaba 1.4 /table/tr;row with no anchored cell;m
81 wakaba 1.3
82     #data
83     <table xmlns="http://www.w3.org/1999/xhtml">
84     <tr/>
85     <tr><td>x</td></tr>
86     </table>
87     #errors
88    
89     #data
90     <table xmlns="http://www.w3.org/1999/xhtml">
91     <tr><td>x</td></tr>
92     <tr/>
93     </table>
94     #errors
95 wakaba 1.4 /table/tr;row with no anchored cell;m
96 wakaba 1.3
97     #data
98     <table xmlns="http://www.w3.org/1999/xhtml">
99     <tr><td>x</td></tr>
100     <tr/>
101     <tr/>
102     </table>
103     #errors
104 wakaba 1.4 /table/tr;row with no anchored cell;m
105 wakaba 1.3
106     #data
107     <table xmlns="http://www.w3.org/1999/xhtml">
108     <tr><td rowspan="43">x</td></tr>
109     </table>
110     #errors
111 wakaba 1.4 /table/tr/td;rowspan creates row with no anchored cell;m
112 wakaba 1.3
113     #data
114     <table xmlns="http://www.w3.org/1999/xhtml">
115     <tr><td rowspan="2">x</td></tr>
116     <tr/>
117     </table>
118     #errors
119 wakaba 1.4 /table/tr;row with no anchored cell;m
120 wakaba 1.3
121     #data
122     <table xmlns="http://www.w3.org/1999/xhtml">
123     <tr><td rowspan="2">x</td></tr>
124     <tr><td>y</td></tr>
125     </table>
126     #errors
127    
128     #data
129     <table xmlns="http://www.w3.org/1999/xhtml">
130     <colgroup><col/><col/></colgroup>
131     <tr><td>x</td></tr>
132     </table>
133     #errors
134 wakaba 1.4 /table/colgroup/col;column with no anchored cell;m
135 wakaba 1.3
136     #data
137     <table xmlns="http://www.w3.org/1999/xhtml">
138     <tr><td colspan="42">x</td></tr>
139     </table>
140     #errors
141 wakaba 1.4 /table/tr/td;colspan creates column with no anchored cell;m
142 wakaba 1.3

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24