/[suikacvs]/markup/html/whatpm/t/dom-conformance/xml-1.dat
Suika

Contents of /markup/html/whatpm/t/dom-conformance/xml-1.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Oct 7 12:18:39 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
++ 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 #data
2 <unknown u1=""></unknown>
3 #errors
4 /unknown;unknown element;u
5 /unknown/@u1;unknown attribute;u
6
7 #data
8 <unknown u1="" u2=""></unknown>
9 #errors
10 /unknown;unknown element;u
11 /unknown/@u1;unknown attribute;u
12 /unknown/@u2;unknown attribute;u
13
14 #data
15 <unknown u1="" xmlns=""></unknown>
16 #errors
17 /unknown;unknown element;u
18 /unknown/@u1;unknown attribute;u
19
20 #data
21 <unknown xml:lang="!" xmlns=""></unknown>
22 #errors
23 /unknown;unknown element;u
24 /unknown/@lang;langtag:language:nosemantics;m
25 /unknown/@lang;langtag:illegal;m
26
27 #data
28 <unknown u1="" xml:lang="!" xmlns=""></unknown>
29 #errors
30 /unknown;unknown element;u
31 /unknown/@lang;langtag:language:nosemantics;m
32 /unknown/@lang;langtag:illegal;m
33 /unknown/@u1;unknown attribute;u
34
35 #data
36 <unknown u1="" xmlns="http://www.w3.org/1999/xhtml"></unknown>
37 #errors
38 /unknown;element not defined;m
39 /unknown/@u1;attribute not defined;m
40
41 #data
42 <unknown u1="" xml:lang="!" xmlns="http://www.w3.org/1999/xhtml"></unknown>
43 #errors
44 /unknown;element not defined;m
45 /unknown/@lang;langtag:language:nosemantics;m
46 /unknown/@lang;langtag:illegal;m
47 /unknown/@u1;attribute not defined;m
48
49 #data
50 <unknown class="" u1="" xml:lang="!" xmlns="http://www.w3.org/1999/xhtml"></unknown>
51 #errors
52 /unknown;element not defined;m
53 /unknown/@lang;langtag:language:nosemantics;m
54 /unknown/@lang;langtag:illegal;m
55 /unknown/@u1;attribute not defined;m

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24