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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.11 - (show annotations) (download)
Tue Oct 7 12:18:39 2008 UTC (17 years, 11 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +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 #data
2 <p xmlns="http://www.w3.org/1999/xhtml">
3 <dfn/>
4 </p>
5 #errors
6 /p;no significant content;s
7 /p/dfn;no significant content;s
8
9 #data
10 <p xmlns="http://www.w3.org/1999/xhtml">
11 <dfn> </dfn>
12 </p>
13 #errors
14 /p;no significant content;s
15 /p/dfn;no significant content;s
16
17 #data
18 <p xmlns="http://www.w3.org/1999/xhtml">
19 <dfn></dfn>
20 <dfn></dfn>
21 </p>
22 #errors
23 /p;no significant content;s
24 /p/dfn;no significant content;s
25 /p/dfn;no significant content;s
26
27 #data
28 <p xmlns="http://www.w3.org/1999/xhtml">
29 <dfn></dfn>
30 <dfn> </dfn>
31 </p>
32 #errors
33 /p;no significant content;s
34 /p/dfn;no significant content;s
35 /p/dfn;no significant content;s
36
37 #data
38 <p xmlns="http://www.w3.org/1999/xhtml">
39 <dfn>a</dfn>
40 </p>
41 #errors
42
43 #data
44 <p xmlns="http://www.w3.org/1999/xhtml">
45 <dfn>a</dfn>
46 <dfn>b</dfn>
47 </p>
48 #errors
49
50 #data
51 <p xmlns="http://www.w3.org/1999/xhtml">
52 <dfn>a</dfn>
53 <dfn>b</dfn>
54 <dfn>c</dfn>
55 </p>
56 #errors
57
58 #data
59 <p xmlns="http://www.w3.org/1999/xhtml">
60 <dfn>a</dfn>
61 <dfn>a</dfn>
62 </p>
63 #errors
64
65 #data
66 <p xmlns="http://www.w3.org/1999/xhtml">
67 <dfn>a</dfn>
68 <span><dfn>a</dfn></span>
69 </p>
70 #errors
71
72 #data
73 <p xmlns="http://www.w3.org/1999/xhtml">
74 <dfn>a</dfn>
75 <dfn title="a">b</dfn>
76 </p>
77 #errors
78
79 #data
80 <p xmlns="http://www.w3.org/1999/xhtml">
81 <dfn>a</dfn>
82 <dfn title="b">a</dfn>
83 </p>
84 #errors
85
86 #data
87 <p xmlns="http://www.w3.org/1999/xhtml">
88 <dfn title="a">a<dfn>a</dfn></dfn>
89 </p>
90 #errors
91 /p/dfn/dfn;element not allowed:minus;m
92
93 #data
94 <p xmlns="http://www.w3.org/1999/xhtml">
95 <dfn><dfn></dfn></dfn>
96 </p>
97 #errors
98 /p/dfn/dfn;element not allowed:minus;m
99 /p;no significant content;s
100 /p/dfn;no significant content;s
101 /p/dfn/dfn;no significant content;s
102
103 #data
104 <p xmlns="http://www.w3.org/1999/xhtml">
105 <dfn><abbr>a</abbr></dfn>
106 </p>
107 #errors
108
109 #data
110 <p xmlns="http://www.w3.org/1999/xhtml">
111 <dfn>a</dfn>
112 <dfn><abbr>a</abbr></dfn>
113 </p>
114 #errors
115
116 #data
117 <p xmlns="http://www.w3.org/1999/xhtml">
118 <dfn>a</dfn>
119 <dfn><abbr title="b">a</abbr></dfn>
120 </p>
121 #errors
122
123 #data
124 <p xmlns="http://www.w3.org/1999/xhtml">
125 <dfn>a</dfn>
126 <dfn><abbr title="a">b</abbr></dfn>
127 </p>
128 #errors
129
130 #data
131 <p xmlns="http://www.w3.org/1999/xhtml">
132 <dfn>a</dfn>
133 <dfn title="a"><abbr>b</abbr></dfn>
134 </p>
135 #errors
136
137 #data
138 <p xmlns="http://www.w3.org/1999/xhtml">
139 <dfn>a</dfn>
140 <dfn title="a"><abbr title="b">c</abbr></dfn>
141 </p>
142 #errors
143
144 #data
145 <p xmlns="http://www.w3.org/1999/xhtml">
146 <dfn>a</dfn>
147 <dfn> <abbr>a</abbr></dfn>
148 </p>
149 #errors
150
151 #data
152 <p xmlns="http://www.w3.org/1999/xhtml">
153 <dfn>a</dfn>
154 <dfn> <abbr title="a">b</abbr></dfn>
155 </p>
156 #errors
157
158 #data
159 <p xmlns="http://www.w3.org/1999/xhtml">
160 <dfn>a</dfn>
161 <dfn><![CDATA[ ]]><abbr title="a">b</abbr></dfn>
162 </p>
163 #errors
164
165 #data
166 <p xmlns="http://www.w3.org/1999/xhtml">
167 <dfn>a</dfn>
168 <dfn>b<abbr title="a">c</abbr></dfn>
169 </p>
170 #errors
171
172 #data
173 <p xmlns="http://www.w3.org/1999/xhtml">
174 <dfn>a</dfn>
175 <dfn><span><abbr title="a"/></span></dfn>
176 </p>
177 #errors
178 /p/dfn;no significant content;s
179 /p/dfn/span;no significant content;s
180 /p/dfn/span/abbr;no significant content;s
181
182 #data
183 <p xmlns="http://www.w3.org/1999/xhtml">
184 <dfn>a</dfn>
185 <dfn><span>a</span></dfn>
186 </p>
187 #errors
188
189 #data
190 <p xmlns="http://www.w3.org/1999/xhtml">
191 <dfn></dfn>
192 <dfn><abbr title="">a</abbr></dfn>
193 </p>
194 #errors
195 /p/dfn;no significant content;s
196
197 #data
198 <p xmlns="http://www.w3.org/1999/xhtml">
199 <dfn></dfn>
200 <dfn title=""><abbr>a</abbr></dfn>
201 </p>
202 #errors
203 /p/dfn;no significant content;s
204
205 #data
206 <time xmlns="http://www.w3.org/1999/xhtml">2008-12-23 14:44:44Z</time>
207 #errors
208
209 #data
210 <time xmlns="http://www.w3.org/1999/xhtml">2008-12-23&#x3000;14:44:44Z</time>
211 #errors
212
213 #data
214 <time xmlns="http://www.w3.org/1999/xhtml">2008-12-23&#x0a;14:44:44Z</time>
215 #errors
216
217 #data
218 <?xml version="1.1"?>
219 <time xmlns="http://www.w3.org/1999/xhtml">2008-12-23&#x0b;14:44:44Z</time>
220 #errors
221
222 #data
223 <?xml version="1.1"?>
224 <time xmlns="http://www.w3.org/1999/xhtml">2008-12-23&#x0b;T14:44:44Z</time>
225 #errors
226
227 #data
228 <?xml version="1.1"?>
229 <time xmlns="http://www.w3.org/1999/xhtml">2008-12-23T&#x0b;14:44:44Z</time>
230 #errors
231
232 #data
233 <?xml version="1.1"?>
234 <time xmlns="http://www.w3.org/1999/xhtml">2008-12-23 14:44:44&#x0b;Z</time>
235 #errors
236
237 #data
238 <?xml version="1.1"?>
239 <time xmlns="http://www.w3.org/1999/xhtml">2008-12-23 14:44:44Z&#x0b;</time>
240 #errors
241
242 #data
243 <?xml version="1.1"?>
244 <time xmlns="http://www.w3.org/1999/xhtml">&#x0b;2008-12-23T14:44:44Z</time>
245 #errors
246
247 #data
248 <time xmlns="http://www.w3.org/1999/xhtml">2008-12-2314:44:44Z</time>
249 #errors
250 /time;dateortime:syntax error;m
251
252 #data
253 <time datetime="2008-12-23&#x3000;14:44:44Z" xmlns="http://www.w3.org/1999/xhtml">today</time>
254 #errors
255 /time/@datetime;dateortime:syntax error;m
256
257 #data
258 <?xml version="1.1"?>
259 <time datetime="2008-12-23&#x0b;14:44:44Z" xmlns="http://www.w3.org/1999/xhtml">today</time>
260 #errors
261 /time/@datetime;dateortime:syntax error;m
262
263 #data
264 <?xml version="1.1"?>
265 <time datetime="2008-12-23T&#x0b;14:44:44Z" xmlns="http://www.w3.org/1999/xhtml">today</time>
266 #errors
267 /time/@datetime;dateortime:syntax error;m
268
269 #data
270 <?xml version="1.1"?>
271 <time datetime="2008-12-23&#x0b;T14:44:44Z" xmlns="http://www.w3.org/1999/xhtml">today</time>
272 #errors
273 /time/@datetime;dateortime:syntax error;m
274
275 #data
276 <?xml version="1.1"?>
277 <time datetime="2008-12-23 14:44:44&#x0b;Z" xmlns="http://www.w3.org/1999/xhtml">today</time>
278 #errors
279 /time/@datetime;dateortime:syntax error;m
280
281 #data
282 <?xml version="1.1"?>
283 <time datetime="2008-12-23 14:44:44Z&#x0b;" xmlns="http://www.w3.org/1999/xhtml">today</time>
284 #errors
285 /time/@datetime;dateortime:syntax error;m
286
287 #data
288 <?xml version="1.1"?>
289 <time datetime="&#x0b;2008-12-23 14:44:44Z" xmlns="http://www.w3.org/1999/xhtml">today</time>
290 #errors
291 /time/@datetime;dateortime:syntax error;m
292
293 #data
294 <p xmlns="http://www.w3.org/1999/xhtml">
295 <a href="../../.." rel="up up up up">d</a>
296 <a href="../.." rel="up up up">c</a>
297 <a href=".." rel="up up">b</a>
298 <a href="." rel="up">a</a>
299 </p>
300 #errors
301
302 #data
303 <p xmlns="http://www.w3.org/1999/xhtml">
304 <a href="../../../.." rel="up up up up index">d</a>
305 <a href="../../.." rel="up up up">c</a>
306 <a href="../.." rel="up up">b</a>
307 <a href="." rel="up">a</a>
308 </p>
309 #errors
310
311 #data
312 <p xmlns="http://www.w3.org/1999/xhtml">
313 <a href="../../.." rel="up up up up index">d</a>
314 <a href="../.." rel="up up up">c</a>
315 <a href=".." rel="up up index">b</a>
316 <a href="." rel="up">a</a>
317 </p>
318 #errors
319
320 #data
321 <p xmlns="http://www.w3.org/1999/xhtml">
322 <a href="../../.." rel="up up up up">d</a>
323 <a href="../.." rel="up up up index">c</a>
324 <a href=".." rel="up up">b</a>
325 <a href="." rel="up">a</a>
326 </p>
327 #errors
328
329 #data
330 <nav xmlns="http://www.w3.org/1999/xhtml">
331 <p>
332 <a href="../../../a" rel="up up up up">d</a>
333 <a href="../../a" rel="up up up">c</a>
334 <a href="../a" rel="up up">b</a>
335 <a href="." rel="up">a</a>
336 </p>
337 <p>
338 <a href="../../../.." rel="up up up up up">E</a>
339 <a href="../../.." rel="up up up up">D</a>
340 <a href="../.." rel="up up up">C</a>
341 <a href=".." rel="up up">B</a>
342 <a href="." rel="up">A</a>
343 </p>
344 </nav>
345 #errors
346
347 #data
348 <nav xmlns="http://www.w3.org/1999/xhtml">
349 <p>
350 <a href="../../../a" rel="up up up up index">d</a>
351 <a href="../../a" rel="up up up">c</a>
352 <a href="../a" rel="up up">b</a>
353 <a href="." rel="up">a</a>
354 </p>
355 <p>
356 <a href="../../../.." rel="up up up up up index">E</a>
357 <a href="../../.." rel="up up up up">D</a>
358 <a href="../.." rel="up up up">C</a>
359 <a href=".." rel="up up">B</a>
360 <a href="." rel="up">A</a>
361 </p>
362 </nav>
363 #errors
364
365 #data
366 <head xmlns="http://www.w3.org/1999/xhtml">
367 <title>x</title>
368 <link href="../../../a" rel="up up up up index" title="d"/>
369 <link href="../../a" rel="up up up" title="c"/>
370 <link href="../a" rel="up up" title="b"/>
371 <link href="." rel="up" title="a"/>
372 </head>
373 #errors
374
375 #data
376 <!-- from spec -->
377 <nav xmlns="http://www.w3.org/1999/xhtml">
378 <p>
379 <a href="/" rel="index up up up">Main</a> >
380 <a href="/products/" rel="up up">Products</a> >
381 <a href="/products/dishwashers/" rel="up">Dishwashers</a> >
382 <a>Second hand</a>
383 </p>
384 <p>
385 <a href="/" rel="index up up">Main</a> >
386 <a href="/second-hand/" rel="up">Second hand</a> >
387 <a>Dishwashers</a>
388 </p>
389 </nav>
390 #errors
391
392 #data
393 <a xmlns="http://www.w3.org/1999/xhtml" href="" rel="noreferer">.</a>
394 #errors
395 /a/@rel;unknown link type;u
396
397 #data
398 <a xmlns="http://www.w3.org/1999/xhtml" href="" rel="noreferrer">.</a>
399 #errors
400
401 #data
402 <area xmlns="http://www.w3.org/1999/xhtml" href="" rel="noreferer" alt="X"
403 coords="1,2,3,4"/>
404 #errors
405 /area/@rel;unknown link type;u
406
407 #data
408 <area xmlns="http://www.w3.org/1999/xhtml" href="" rel="noreferrer" alt="X"
409 coords="1,2,3,4"/>
410 #errors
411
412 #data
413 <link xmlns="http://www.w3.org/1999/xhtml" href="" rel="noreferer"/>
414 #errors
415 /link/@rel;unknown link type;u
416
417 #data
418 <link xmlns="http://www.w3.org/1999/xhtml" href="" rel="noreferrer"/>
419 #errors
420 /link/@rel;link type:bad context;m
421
422 #data
423 <link xmlns="http://www.w3.org/1999/xhtml" href="" rel="openid.server"/>
424 #errors
425 /link/@rel;link type:proposed;s
426
427 #data
428 <a xmlns="http://www.w3.org/1999/xhtml" href="" rel="openid.server">a</a>
429 #errors
430 /a/@rel;link type:proposed;s
431 /a/@rel;link type:bad context;m
432
433 #data
434 <area xmlns="http://www.w3.org/1999/xhtml" href="" shape="default"
435 alt="" rel="openid.server"/>
436 #errors
437 /area/@rel;link type:proposed;s
438 /area/@rel;link type:bad context;m
439
440 #data
441 <link xmlns="http://www.w3.org/1999/xhtml" href="" rel="service"/>
442 #errors
443 /link/@rel;link type:proposed;s
444
445 #data
446 <a xmlns="http://www.w3.org/1999/xhtml" href="" rel="service">a</a>
447 #errors
448 /a/@rel;link type:proposed;s
449 /a/@rel;link type:bad context;m
450
451 #data
452 <area xmlns="http://www.w3.org/1999/xhtml" href="" shape="default"
453 alt="" rel="service"/>
454 #errors
455 /area/@rel;link type:proposed;s
456 /area/@rel;link type:bad context;m
457

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24