Parent Directory
|
Revision Log
++ whatpm/t/ChangeLog 4 Oct 2008 12:20:16 -0000 * tree-test-form.dat: New test data file. * HTML-tree.t: |tree-test-form.dat| added. * tree-test-1.dat: Test results related to <option> and <optgroup> are updated (cf. HTML5 revision 2128). 2008-10-04 Wakaba <wakaba@suika.fam.cx> * HTML-tree.t: |tree-test-foreign.dat| added. ++ whatpm/Whatpm/ChangeLog 4 Oct 2008 12:01:10 -0000 * HTML.pm.src: Support for <option> and <optgroup> in body (HTML5 revisions 1731 and 2128). 2008-10-04 Wakaba <wakaba@suika.fam.cx>
1 | wakaba | 1.1 | #data |
2 | <option>x | ||
3 | #errors | ||
4 | no DOCTYPE | ||
5 | #document | ||
6 | | <html> | ||
7 | | <head> | ||
8 | | <body> | ||
9 | | <option> | ||
10 | | "x" | ||
11 | |||
12 | #data | ||
13 | <option></option>x | ||
14 | #errors | ||
15 | no DOCTYPE | ||
16 | #document | ||
17 | | <html> | ||
18 | | <head> | ||
19 | | <body> | ||
20 | | <option> | ||
21 | | "x" | ||
22 | |||
23 | #data | ||
24 | <optgroup>x | ||
25 | #errors | ||
26 | no DOCTYPE | ||
27 | #document | ||
28 | | <html> | ||
29 | | <head> | ||
30 | | <body> | ||
31 | | <optgroup> | ||
32 | | "x" | ||
33 | |||
34 | #data | ||
35 | <optgroup></optgroup>x | ||
36 | #errors | ||
37 | no DOCTYPE | ||
38 | #document | ||
39 | | <html> | ||
40 | | <head> | ||
41 | | <body> | ||
42 | | <optgroup> | ||
43 | | "x" | ||
44 | |||
45 | #data | ||
46 | <optgroup><option>x | ||
47 | #errors | ||
48 | no DOCTYPE | ||
49 | #document | ||
50 | | <html> | ||
51 | | <head> | ||
52 | | <body> | ||
53 | | <optgroup> | ||
54 | | <option> | ||
55 | | "x" | ||
56 | |||
57 | #data | ||
58 | <optgroup><optgroup> | ||
59 | #errors | ||
60 | no DOCTYPE | ||
61 | #document | ||
62 | | <html> | ||
63 | | <head> | ||
64 | | <body> | ||
65 | | <optgroup> | ||
66 | | <optgroup> | ||
67 | |||
68 | #data | ||
69 | <option><option> | ||
70 | #errors | ||
71 | no DOCTYPE | ||
72 | #document | ||
73 | | <html> | ||
74 | | <head> | ||
75 | | <body> | ||
76 | | <option> | ||
77 | | <option> | ||
78 | |||
79 | #data | ||
80 | <option><optgroup> | ||
81 | #errors | ||
82 | no DOCTYPE | ||
83 | #document | ||
84 | | <html> | ||
85 | | <head> | ||
86 | | <body> | ||
87 | | <option> | ||
88 | | <optgroup> | ||
89 | |||
90 | #data | ||
91 | <option><span><optgroup> | ||
92 | #errors | ||
93 | no DOCTYPE | ||
94 | no </span> | ||
95 | #document | ||
96 | | <html> | ||
97 | | <head> | ||
98 | | <body> | ||
99 | | <option> | ||
100 | | <span> | ||
101 | | <optgroup> | ||
102 | |||
103 | #data | ||
104 | <optgroup><span><option> | ||
105 | #errors | ||
106 | no DOCTYPE | ||
107 | no </span> | ||
108 | #document | ||
109 | | <html> | ||
110 | | <head> | ||
111 | | <body> | ||
112 | | <optgroup> | ||
113 | | <span> | ||
114 | | <option> | ||
115 | |||
116 | #data | ||
117 | <b><i></b><option> | ||
118 | #errors | ||
119 | no DOCTYPE | ||
120 | no </i> before </b> | ||
121 | unexpected EOF | ||
122 | #document | ||
123 | | <html> | ||
124 | | <head> | ||
125 | | <body> | ||
126 | | <b> | ||
127 | | <i> | ||
128 | | <i> | ||
129 | | <option> | ||
130 | |||
131 | #data | ||
132 | <b><i></b><optgroup> | ||
133 | #errors | ||
134 | no DOCTYPE | ||
135 | no </i> before </b> | ||
136 | unexpected EOF | ||
137 | #document | ||
138 | | <html> | ||
139 | | <head> | ||
140 | | <body> | ||
141 | | <b> | ||
142 | | <i> | ||
143 | | <i> | ||
144 | | <optgroup> | ||
145 | |||
146 | #data | ||
147 | <option><marquee><option> | ||
148 | #errors | ||
149 | no DOCTYPE | ||
150 | no </marquee> | ||
151 | #document | ||
152 | | <html> | ||
153 | | <head> | ||
154 | | <body> | ||
155 | | <option> | ||
156 | | <marquee> | ||
157 | | <option> | ||
158 | |||
159 | #data | ||
160 | <option><marquee><optgroup> | ||
161 | #errors | ||
162 | no DOCTYPE | ||
163 | no </marquee> | ||
164 | #document | ||
165 | | <html> | ||
166 | | <head> | ||
167 | | <body> | ||
168 | | <option> | ||
169 | | <marquee> | ||
170 | | <optgroup> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |