/[suikacvs]/markup/html/whatpm/t/tree-test-phrasing.dat
Suika

Contents of /markup/html/whatpm/t/tree-test-phrasing.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download)
Sun Jul 26 09:11:18 2009 UTC (15 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +44 -0 lines
++ whatpm/t/ChangeLog	26 Jul 2009 09:11:02 -0000
2009-07-26  Wakaba  <wakaba@suika.fam.cx>

	* tree-test-2.dat: Fixed some wrong test results.

	* tree-test-form.dat, tree-test-phrasing.dat: Tests on </body>
	after start tags of end-tag-optional element (cf. HTML5 revision
	2806).

++ whatpm/Whatpm/ChangeLog	26 Jul 2009 09:09:56 -0000
2009-07-26  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm.src: </rt>, </rp>, </option>, </optgroup> become
	optional before </body> (HTML5 revision 2806).

1 wakaba 1.1 #data
2     </sarcasm>
3     #errors
4     no DOCTYPE
5     unmatched end tag
6 wakaba 1.2 #document
7 wakaba 1.1 | <html>
8     | <head>
9     | <body>
10    
11     #data
12     <sarcasm>aaa</sarcasm>
13     #errors
14     no DOCTYPE
15 wakaba 1.2 #document
16 wakaba 1.1 | <html>
17     | <head>
18     | <body>
19     | <sarcasm>
20     | "aaa"
21 wakaba 1.3
22     #data
23     <!DOCTYPE HTML><rt></body>
24     #errors
25     #document
26     | <!DOCTYPE HTML>
27     | <html>
28     | <head>
29     | <body>
30     | <rt>
31    
32     #data
33     <!DOCTYPE HTML><rp></body>
34     #errors
35     #document
36     | <!DOCTYPE HTML>
37     | <html>
38     | <head>
39     | <body>
40     | <rp>
41    
42     #data
43     <!DOCTYPE HTML><span><rp></body>
44     #errors
45     span not closed
46     #document
47     | <!DOCTYPE HTML>
48     | <html>
49     | <head>
50     | <body>
51     | <span>
52     | <rp>
53    
54     #data
55     <!DOCTYPE HTML><rp><span></body>
56     #errors
57     span not closed
58     #document
59     | <!DOCTYPE HTML>
60     | <html>
61     | <head>
62     | <body>
63     | <rp>
64     | <span>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24