/[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.3 - (hide annotations) (download)
Mon May 5 08:28:20 2008 UTC (17 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +75 -28 lines
++ whatpm/t/ChangeLog	5 May 2008 08:12:12 -0000
	* table-1.dat: Test data updated and some new test data
	added for new requirements (HTML5 revisions 1387 and 1388).

2008-05-05  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	5 May 2008 08:14:26 -0000
	* HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are
	no longer content model error (they might be raise
	table model error, however).  All table model error
	parameters should propagate.

2008-05-05  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.3 /table/tbody/tr;table: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.3 /table/tbody/tr;table: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.3 /table/tbody/tr;table: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.3 /table/tbody/tr;table: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.3 /table/tbody/tr;table: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.3 /table/tbody/tr;table: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.3 /table/tbody/tr;table: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.3 /table/tbody/tr;table: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.3 /table/tbody/tr;table: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.3 /table/thead/tr;table: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.3 /table/tr;table: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.3 /table/tr;table: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.3 /table/tr;table:row with no anchored cell;m
81    
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     /table/tr;table:row with no anchored cell;m
96    
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     /table/tr;table:row with no anchored cell;m
105    
106     #data
107     <table xmlns="http://www.w3.org/1999/xhtml">
108     <tr><td rowspan="43">x</td></tr>
109     </table>
110     #errors
111     /table/tr/td;table:rowspan creates row with no anchored cell;m
112    
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     /table/tr;table:row with no anchored cell;m
120    
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     /table/colgroup/col;table:column with no anchored cell;m
135    
136     #data
137     <table xmlns="http://www.w3.org/1999/xhtml">
138     <tr><td colspan="42">x</td></tr>
139     </table>
140     #errors
141     /table/tr/td;table:colspan creates column with no anchored cell;m
142    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24