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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download)
Sat Aug 30 10:26:39 2008 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.2: +9 -5 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     <p xmlns="http://www.w3.org/1999/xhtml"
3     data-1="" data-2="custom data">x</p>
4     #errors
5    
6     #data
7     <p xmlns="http://ww.w3.org/1999/xhtml" data="">x</p>
8     #errors
9 wakaba 1.3 /p/@data;unknown attribute;u
10     /p;unknown element;u
11    
12     #data
13     <p xmlns="http://www.w3.org/1999/xhtml" data="">x</p>
14     #errors
15 wakaba 1.1 /p/@data;attribute not defined;m
16    
17     #data
18     <p xmlns="http://www.w3.org/1999/xhtml"
19     data-="custom data">x</p>
20     #errors
21 wakaba 1.2 /p/@data-;attribute not defined;m
22 wakaba 1.1
23     #data
24     <unknown xmlns="http://www.w3.org/1999/xhtml"
25     data-1="" data-2="custom data">x</unknown>
26     #errors
27     /unknown;element not defined;m
28    
29     #data
30 wakaba 1.2 <unknown xmlns="http://www.w3.org/1999/xhtml"
31     data-="custom data">x</unknown>
32     #errors
33     /unknown;element not defined;m
34     /unknown/@data-;attribute not defined;m
35    
36     #data
37 wakaba 1.1 <p xmlns="http://www.example.com/non-html"
38     data-1="" data-2="custom data">x</p>
39     #errors
40 wakaba 1.3 /p;unknown element;u
41     /p/@data-1;unknown attribute;u
42     /p/@data-2;unknown attribute;u
43 wakaba 1.1
44     #data
45     <meta xmlns="http://www.w3.org/1999/xhtml"
46     data-1="" data-2="custom data"
47     name="keywords" content="a, b"/>
48     #errors
49    
50     #data
51 wakaba 1.2 <meta name="keywords" content="a,b" xmlns="http://www.w3.org/1999/xhtml"
52     data-="custom data"/>
53     #errors
54     /meta/@data-;attribute not defined;m
55    
56     #data
57 wakaba 1.1 <a xmlns="http://www.w3.org/1999/xhtml"
58     data-1="" data-2="custom data">x</a>
59     #errors
60    
61     #data
62 wakaba 1.2 <a xmlns="http://www.w3.org/1999/xhtml"
63     data-="custom data">x</a>
64     #errors
65     /a/@data-;attribute not defined;m
66    
67     #data
68 wakaba 1.1 <area xmlns="http://www.w3.org/1999/xhtml"
69     href="" alt="x" shape="default"
70     data-1="" data-2="custom data"/>
71     #errors
72    
73     #data
74 wakaba 1.2 <area xmlns="http://www.w3.org/1999/xhtml"
75     data-="custom data" href="" alt="x" shape="default"/>
76     #errors
77     /area/@data-;attribute not defined;m
78    
79     #data
80 wakaba 1.1 <embed xmlns="http://www.w3.org/1999/xhtml"
81     src=""
82     data-1="" data-2="custom data"/>
83     #errors
84    
85     #data
86 wakaba 1.2 <embed xmlns="http://www.w3.org/1999/xhtml"
87     data-="custom data" src=""/>
88     #errors
89    
90     #data
91 wakaba 1.1 <object xmlns="http://www.w3.org/1999/xhtml"
92     data=""
93     data-1="" data-2="custom data">x</object>
94     #errors
95 wakaba 1.2
96     #data
97     <object xmlns="http://www.w3.org/1999/xhtml"
98     data-="custom data" data="">x</object>
99     #errors

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24