/[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.5 - (show annotations) (download)
Sun Aug 30 08:25:43 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -0 lines
Error occurred while calculating annotation data.
++ whatpm/t/dom-conformance/ChangeLog	30 Aug 2009 08:18:55 -0000
	* html-tables-1.dat: Added test cases for |td| elements in |thead|
	elements (HTML5 revision 3518).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2009 08:19:21 -0000
	* HTML.pm: Disallow |td| as grandchilds of |thead| (HTML5 revision
	3518).

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24