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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (hide annotations) (download)
Tue Oct 7 12:18:39 2008 UTC (17 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +0 -0 lines
FILE REMOVED
++ whatpm/t/ChangeLog	7 Oct 2008 12:07:43 -0000
	* content-model-1.dat: Some entries moved to
	dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
	dom-conformance/html-links-1.dat,
	dom-conformance/html-objects-1.dat, and
	dom-conformance/html-interactive-1.dat.

	* content-model-2.dat: Removed (moved to
	dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
	dom-conformance/html-links-1.dat,
	dom-conformance/html-objects-1.dat,
	dom-conformance/html-interactive-1.dat, and
	dom-conformance/html-flows-1.dat).

	* content-model-3.dat: Removed (moved to
	dom-conformance/xml-global.dat).

	* content-model-4.dat: Removed (moved to
	dom-conformance/html-texts-1.dat and
	dom-conformance/html-links-1.dat).

	* content-model-5.dat: Removed (moved to
	dom-conformance/html-flows-1.dat).

	* content-model-6.dat: Removed (moved to
	dom-conformance/html-dataset.dat).

	* ContentChecker.t: References to the removed files removed and
	references to new files added.

	* ContentChecker-XML.t: New script.

	* Makefile: Updated.

2008-10-07  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/dom-conformance/ChangeLog	7 Oct 2008 12:10:54 -0000
	* html-1.dat, html-dataset.dat, html-interactive-1.dat,
	html-links-1.dat, html-objects-1.dat, xml-1.dat, xml-global.dat:
	New files (the test entries are moved from
	../content-model-*.dat).

2008-10-07  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.1 #data
2 wakaba 1.5 <p xml:space="default" xmlns="http://www.w3.org/1999/xhtml">x</p>
3 wakaba 1.1 #errors
4    
5     #data
6 wakaba 1.5 <p xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml">x</p>
7 wakaba 1.1 #errors
8    
9     #data
10 wakaba 1.5 <p xml:space=" default" xmlns="http://www.w3.org/1999/xhtml">x</p>
11 wakaba 1.1 #errors
12 wakaba 1.6 /p/@space;invalid attribute value;m
13 wakaba 1.1
14     #data
15 wakaba 1.5 <p xml:space="DEfault" xmlns="http://www.w3.org/1999/xhtml">x</p>
16 wakaba 1.1 #errors
17 wakaba 1.6 /p/@space;invalid attribute value;m
18 wakaba 1.1
19     #data
20 wakaba 1.5 <p xml:space="normal" xmlns="http://www.w3.org/1999/xhtml">x</p>
21 wakaba 1.1 #errors
22 wakaba 1.6 /p/@space;invalid attribute value;m
23 wakaba 1.1
24     #data
25 wakaba 1.5 <p xml:lang="" xmlns="http://www.w3.org/1999/xhtml">x</p>
26 wakaba 1.1 #errors
27    
28     #data
29 wakaba 1.5 <p xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">x</p>
30 wakaba 1.1 #errors
31    
32     #data
33 wakaba 1.5 <p xml:lang="ja-JP" xmlns="http://www.w3.org/1999/xhtml">x</p>
34 wakaba 1.1 #errors
35    
36     #data
37     <p xmlns:xml="http://www.w3.org/XML/1998/namespace"
38 wakaba 1.5 xmlns="http://www.w3.org/1999/xhtml">x</p>
39 wakaba 1.1 #errors
40    
41     #data
42     <p xmlns:a="http://www.example.org/"
43 wakaba 1.5 xmlns="http://www.w3.org/1999/xhtml">x</p>
44 wakaba 1.1 #errors
45    
46     #data
47     <xmlns:a/>
48     #errors
49 wakaba 1.2 /a;Reserved Prefixes and Namespace Names:<xmlns:>;NC
50 wakaba 1.6 /a;unknown element;u
51 wakaba 1.1
52     #data
53     <xmlns/>
54     #errors
55 wakaba 1.6 /xmlns;unknown element;u
56 wakaba 1.1
57     #data
58 wakaba 1.5 <p xmlns="http://www.w3.org/1999/xhtml" xml:base="">x</p>
59 wakaba 1.1 #errors
60    
61     #data
62 wakaba 1.5 <p xmlns="http://www.w3.org/1999/xhtml" xml:base="http://test/">x</p>
63 wakaba 1.1 #errors
64    
65     #data
66 wakaba 1.5 <p xmlns="http://www.w3.org/1999/xhtml" xml:base="test">x</p>
67 wakaba 1.1 #errors
68    
69     #data
70 wakaba 1.5 <p xmlns="http://www.w3.org/1999/xhtml" xml:base="&#x4E00;">x</p>
71 wakaba 1.1 #errors
72    
73     #data
74 wakaba 1.5 <p xmlns="http://www.w3.org/1999/xhtml" xml:id="aa">x</p>
75 wakaba 1.1 #errors
76    
77     #data
78 wakaba 1.5 <p xmlns="http://www.w3.org/1999/xhtml" xml:id="aa" id="bb">x</p>
79 wakaba 1.1 #errors
80    
81     #data
82     <p xmlns="http://www.w3.org/1999/xhtml" xml:id="aa">
83 wakaba 1.5 <span id="bb">x</span>
84 wakaba 1.1 </p>
85     #errors
86    
87     #data
88     <p xmlns="http://www.w3.org/1999/xhtml" xml:id="aa">
89 wakaba 1.5 <span id="aa">x</span>
90 wakaba 1.1 </p>
91     #errors
92 wakaba 1.6 /p/span/@id;duplicate ID;m
93 wakaba 1.1
94     #data
95     <p xmlns="http://www.w3.org/1999/xhtml" id="aa">
96 wakaba 1.5 <span xml:id="aa">x</span>
97 wakaba 1.1 </p>
98     #errors
99 wakaba 1.6 /p/span/@id;duplicate ID;m
100 wakaba 1.1

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24