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

Contents of /markup/html/whatpm/t/dom-conformance/html-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 <html></html>
3 #errors
4 /html;unknown element;u
5
6 #data
7 <unknown xmlns="http://www.w3.org/1999/xhtml"></unknown>
8 #errors
9 /unknown;element not defined;m
10
11 #data
12 <p xmlns="http://www.w3.org/1999/xhtml"><unknown/></p>
13 #errors
14 /p/unknown;element not allowed:phrasing;m
15 /p/unknown;element not defined;m
16 /p;no significant content;s
17
18 #data
19 <p xmlns="http://www.w3.org/1999/xhtml" unknown="">x</p>
20 #errors
21 /p/@unknown;attribute not defined;m
22
23 #data
24 <a xmlns="http://www.w3.org/1999/xhtml" unknown="">x</a>
25 #errors
26 /a/@unknown;attribute not defined;m
27
28 #data
29 <area xmlns="http://www.w3.org/1999/xhtml" unknown="" alt="x" href="" shape="default"></area>
30 #errors
31 /area/@unknown;attribute not defined;m
32
33 #data
34 <meta xmlns="http://www.w3.org/1999/xhtml" name="keywords" content="a" unknown=""/>
35 #errors
36 /meta/@unknown;attribute not defined;m
37
38 #data
39 <p xmlns="http://www.w3.org/1999/xhtml"
40 a:b="" xmlns:a="http://www.example.test/">a</p>
41 #errors
42 /p/@b;unknown attribute;u
43
44 #data
45 <p xmlns="http://www.w3.org/1999/xhtml"
46 xmlns:html="http://www.w3.org/1999/xhtml"
47 html:a="">x</p>
48 #errors
49 /p/@a;attribute not defined;m
50
51 #data
52 <meta xmlns="http://www.w3.org/1999/xhtml"
53 xmlns:html="http://www.w3.org/1999/xhtml"
54 html:a=""
55 name="keywords" content="x"/>
56 #errors
57 /meta/@a;attribute not defined;m
58
59 #data
60 <a xmlns="http://www.w3.org/1999/xhtml"
61 xmlns:html="http://www.w3.org/1999/xhtml"
62 html:a=""
63 href="">y</a>
64 #errors
65 /a/@a;attribute not defined;m
66
67 #data
68 <embed xmlns="http://www.w3.org/1999/xhtml"
69 xmlns:html="http://www.w3.org/1999/xhtml"
70 html:a=""
71 src=""/>
72 #errors
73 /embed/@a;attribute not defined;m
74
75 #data
76 <area xmlns="http://www.w3.org/1999/xhtml"
77 xmlns:html="http://www.w3.org/1999/xhtml"
78 html:a=""
79 href="" shape="default" alt="x"/>
80 #errors
81 /area/@a;attribute not defined;m

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24