/[suikacvs]/markup/html/whatpm/t/content-model-5.dat
Suika

Contents of /markup/html/whatpm/t/content-model-5.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download)
Sun Feb 17 09:56:16 2008 UTC (18 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +0 -1 lines
++ whatpm/t/ChangeLog	17 Feb 2008 09:56:09 -0000
	* content-model-1.dat, content-model-2.dat, content-model-4.dat,
	content-model-5.dat: Error result revised.

2008-02-17  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	17 Feb 2008 09:55:15 -0000
	* HTML.pm: Error messages revised.

2008-02-17  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.1 #data
2     <p xmlns="http://www.w3.org/1999/xhtml"></p>
3     #errors
4     /p;no significant content;s
5    
6     #data
7     <p xmlns="http://www.w3.org/1999/xhtml"> </p>
8     #errors
9     /p;no significant content;s
10    
11     #data
12     <p xmlns="http://www.w3.org/1999/xhtml">&#x09;</p>
13     #errors
14     /p;no significant content;s
15    
16     #data
17     <p xmlns="http://www.w3.org/1999/xhtml"><![CDATA[]]></p>
18     #errors
19     /p;no significant content;s
20    
21     #data
22     <p xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ ]]></p>
23     #errors
24     /p;no significant content;s
25    
26     #data
27     <p xmlns="http://www.w3.org/1999/xhtml"> a</p>
28     #errors
29    
30     #data
31     <p xmlns="http://www.w3.org/1999/xhtml">bb</p>
32     #errors
33    
34     #data
35     <p xmlns="http://www.w3.org/1999/xhtml"><!---->a</p>
36     #errors
37    
38     #data
39     <p xmlns="http://www.w3.org/1999/xhtml"><i>a</i></p>
40     #errors
41    
42     #data
43     <p xmlns="http://www.w3.org/1999/xhtml"><?a?>b</p>
44     #errors
45    
46     #data
47     <p xmlns="http://www.w3.org/1999/xhtml"><img src="" alt="a"/></p>
48     #errors
49    
50     #data
51     <p xmlns="http://www.w3.org/1999/xhtml"><del>a</del></p>
52     #errors
53     /p;no significant content;s
54    
55     #data
56     <p xmlns="http://www.w3.org/1999/xhtml">b<del>a</del></p>
57     #errors
58    
59     #data
60     <p xmlns="http://www.w3.org/1999/xhtml"><del>a</del>a</p>
61     #errors
62    
63     #data
64     <p xmlns="http://www.w3.org/1999/xhtml"><ins>a</ins></p>
65     #errors
66    
67     #data
68     <del xmlns="http://www.w3.org/1999/xhtml"></del>
69     #errors
70     /del;no significant content;s
71    
72     #data
73     <del xmlns="http://www.w3.org/1999/xhtml">a</del>
74     #errors
75    
76     #data
77     <title xmlns="http://www.w3.org/1999/xhtml"></title>
78     #errors
79     /title;no significant content;s
80    
81     #data
82     <title xmlns="http://www.w3.org/1999/xhtml">a</title>
83     #errors
84    
85     #data
86     <body xmlns="http://www.w3.org/1999/xhtml"></body>
87     #errors
88     /body;no significant content;s
89    
90     #data
91     <body xmlns="http://www.w3.org/1999/xhtml">a</body>
92     #errors
93    
94     #data
95     <div xmlns="http://www.w3.org/1999/xhtml"><p>a</p></div>
96     #errors
97    
98     #data
99     <div xmlns="http://www.w3.org/1999/xhtml">a<p></p></div>
100     #errors
101     /div/p;no significant content;s
102    
103     #data
104     <div xmlns="http://www.w3.org/1999/xhtml"><p></p>a</div>
105     #errors
106     /div/p;no significant content;s
107    
108     #data
109     <li xmlns="http://www.w3.org/1999/xhtml"><p>a</p></li>
110     #errors
111    
112     #data
113     <li xmlns="http://www.w3.org/1999/xhtml">a<p></p></li>
114     #errors
115     /li/p;no significant content;s
116    
117     #data
118     <li xmlns="http://www.w3.org/1999/xhtml"><p></p>a</li>
119     #errors
120     /li/p;no significant content;s
121    

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24