/[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 - (hide annotations) (download)
Sun Aug 30 08:25:43 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -0 lines
++ 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 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.5 /table/thead/tr/td;element not allowed:thead td;m
61 wakaba 1.1
62     #data
63     <table xmlns="http://www.w3.org/1999/xhtml">
64     <thead><tr/></thead><tbody><tr/></tbody></table>
65     #errors
66 wakaba 1.4 /table/thead/tr;row with no anchored cell;m
67 wakaba 1.1
68     #data
69     <table xmlns="http://www.w3.org/1999/xhtml"><tr/></table>
70     #errors
71 wakaba 1.4 /table/tr;row with no anchored cell;m
72 wakaba 1.1
73     #data
74     <table xmlns="http://www.w3.org/1999/xhtml"><tr/> </table>
75     #errors
76 wakaba 1.4 /table/tr;row with no anchored cell;m
77 wakaba 1.1
78     #data
79     <table xmlns="http://www.w3.org/1999/xhtml"> <tr/></table>
80     #errors
81 wakaba 1.4 /table/tr;row with no anchored cell;m
82 wakaba 1.3
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 wakaba 1.4 /table/tr;row with no anchored cell;m
97 wakaba 1.3
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 wakaba 1.4 /table/tr;row with no anchored cell;m
106 wakaba 1.3
107     #data
108     <table xmlns="http://www.w3.org/1999/xhtml">
109     <tr><td rowspan="43">x</td></tr>
110     </table>
111     #errors
112 wakaba 1.4 /table/tr/td;rowspan creates row with no anchored cell;m
113 wakaba 1.3
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 wakaba 1.4 /table/tr;row with no anchored cell;m
121 wakaba 1.3
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 wakaba 1.4 /table/colgroup/col;column with no anchored cell;m
136 wakaba 1.3
137     #data
138     <table xmlns="http://www.w3.org/1999/xhtml">
139     <tr><td colspan="42">x</td></tr>
140     </table>
141     #errors
142 wakaba 1.4 /table/tr/td;colspan creates column with no anchored cell;m
143 wakaba 1.3

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24