1 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Cases in "in head" insertion mode are |
4 |
|
reorganized. |
5 |
|
|
6 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src: Some cases in "in table" insertion mode |
9 |
|
are merged. |
10 |
|
|
11 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm.src: The "in row" insertion mode is merged |
14 |
|
with "in table" insertion mode. |
15 |
|
|
16 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm.src: The "in table" and "in table body" insertion |
19 |
|
modes are merged. |
20 |
|
|
21 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm.src: There is no "in table head" or "in table foot" |
24 |
|
insertion mode! |
25 |
|
|
26 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm.src: |<noframes>| "in frameset" and "in noframes" |
29 |
|
now directly invoke the handler. |
30 |
|
|
31 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm.src: Codes for "in cell" insertion mode |
34 |
|
is merged to the "in body" insertion mode code. |
35 |
|
|
36 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm.src: Codes for "in body" and "in caption" |
39 |
|
insertion modes are merged. |
40 |
|
|
41 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm.src: Two |!!!next-token|s were missing. |
44 |
|
|
45 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* HTML.pm.src: Use numeric constant for |{content_mode}| |
48 |
|
instead of string constant for |{content_model_flag}|. |
49 |
|
|
50 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML.pm.src: Add the name of the attribute |
53 |
|
to the "duplicate attribute" error. |
54 |
|
|
55 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* ContentChecker.pm: Return the |class| node list. |
58 |
|
|
59 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* ContentChecker.pm: Return the |id| node list. |
62 |
|
|
63 |
|
* HTML.pm.src: A typo is fixed. |
64 |
|
|
65 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* ContentChecker.pm: Drop wrong |level => 'error'| specification |
68 |
|
from "in HTML:xml:lang" error. Character position |
69 |
|
is now the last part of the error type in the URI error |
70 |
|
description. Report "unsupported" status for language |
71 |
|
tags, media queries, script codes, and style sheets. |
72 |
|
|
73 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* ContentChecker.pm: Report error if |xml:lang| |
76 |
|
in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset| |
77 |
|
in XML. |
78 |
|
|
79 |
|
* NanoDOM.pm (Attr.owner_document): New attribute. |
80 |
|
|
81 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* HTML.pm.src: The character immediately following |
84 |
|
a bare |hcro| was discarded. Fix handling of |
85 |
|
entity references in attribute values. |
86 |
|
|
87 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* HTML.pm.src (main and trailin end phases): Token |
90 |
|
types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are |
91 |
|
factored out. Error types |in html:#DOCTYPE| |
92 |
|
and |after html:#DOCTYPE| are merged |
93 |
|
into |DOCTYPE in the middle|. |</frameset>| |
94 |
|
in fragment parsing mode changed the |
95 |
|
insertion mode. |
96 |
|
|
97 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* HTML.pm.src: |$phase| has been removed; The |trailing end| |
100 |
|
phase is now an insertion mode. Treatments for white |
101 |
|
space character tokens were incorrect for some |
102 |
|
insertion modes. An old |meta| case was not removed. |
103 |
|
|
104 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* HTML.pm.src: |meta| charset declaration extraction |
107 |
|
implemented (but changing the encoding is not yet:-). |
108 |
|
|
109 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* Charset/: New directory. |
112 |
|
|
113 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* H2H.pm: New Perl module (created from |
116 |
|
manakai's H2H.dis). |
117 |
|
|
118 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* XMLSerializer.pm: New Perl module (created from |
121 |
|
manakai's SimpleLS.dis). |
122 |
|
|
123 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* HTML.pm.src: |<!---x-->| was not processed correctly. |
126 |
|
|
127 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* HTML.pm.src: Report correct error message |
130 |
|
for |<body></div></body>|. |
131 |
|
|
132 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
|
* HTMLTable.pm: An error description was incorrect. |
135 |
|
|
136 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* ContentChecker.pm: Return |{term}| list. |
139 |
|
|
140 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
141 |
|
|
142 |
|
* HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>, |
143 |
|
nested <nobr>, implied </tbody>, </tfoot>, and </thead>, |
144 |
|
and <title> outside of head). |
145 |
|
|
146 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
147 |
|
|
148 |
|
* IMTChecker.pm: Report warning for unregistered |
149 |
|
and private types/subtypes. |
150 |
|
|
151 |
|
* ContentChecker.pm, HTML.pm.src, IMTChecker.pm, |
152 |
|
URIChecker.pm, HTMLTable.pm: Error messages are now |
153 |
|
consistent; they are all listed in |
154 |
|
<http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>. |
155 |
|
|
156 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
158 |
|
* ContentChecker.pm: |<img ismap>| not in |<a></a>| |
159 |
|
is now erred. |<datalist>| is implemented. |
160 |
|
Attribute checker for |<command>| and |<menu>| are |
161 |
|
added. Support for |contextmenu| global attribute |
162 |
|
is added. |
163 |
|
|
164 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* HTML.pm.src (_reset_insertion_mode): Interpretation |
167 |
|
of Step 3 has been changed. |
168 |
|
|
169 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
|
* HTML.pm.src: Late |<html>| parse error is implemented. |
172 |
|
|
173 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
175 |
|
* URIChecker.pm (check_iri_reference): A |decode| method name was |
176 |
|
incorrect. |
177 |
|
|
178 |
|
* ContentChecker.pm: Support for the |footer| element. |
179 |
|
Check URI syntax for space-separated URI attributes. |
180 |
|
Support for the |tabindex| attribute. Support |
181 |
|
for |datetime| attribute. |
182 |
|
|
183 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
|
* HTML.pm.src: HTML5 revision 1.144 (
) and 1.145 (invalid |
186 |
|
character references). HTML5 revision 1.146 (white space |
187 |
|
characters before root start tag). HTML5 revision |
188 |
|
1.148 (named character references in attribute values). |
189 |
|
HTML5 revision 1.152 (<plaintext>.innerHTML get). |
190 |
|
|
191 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
193 |
|
* HTML.pm.src: HTML5 revisions 1.142 and 1.143 (<noscript> |
194 |
|
in <head>). |
195 |
|
|
196 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
198 |
|
* HTML.pm.src: HTML5 revision 935 (<base>, <link>, <meta> |
199 |
|
in body). |
200 |
|
|
201 |
|
* ContentChecker.pm: HTML5 revision 938 (scoped=""). |
202 |
|
|
203 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
204 |
|
|
205 |
|
* HTML.pm.src: HTML5 revision 923 (matching end tag in CDATA |
206 |
|
or RCDATA in fragment parsing mode). HTML5 revision |
207 |
|
924 (<!--> and <!--->). HTML5 revision 926 (hn in hn). |
208 |
|
|
209 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
210 |
|
|
211 |
|
* HTML.pm.src (get_inner_html): HTML5 revision 922 (inner_html |
212 |
|
for <pre> and <textarea>). |
213 |
|
|
214 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
215 |
|
|
216 |
|
* HTML.pm.src: HTML5 revision 920 (<isindex>). |
217 |
|
|
218 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>). |
221 |
|
|
222 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
223 |
|
|
224 |
|
* HTML.pm.src: HTML5 revision 916 (</body>). |
225 |
|
HTML5 revision 917 (conforming bare &). |
226 |
|
|
227 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
228 |
|
|
229 |
|
* NanoDOM.pm (manakai_is_html): Setting to false did not work. |
230 |
|
|
231 |
|
* HTML.pm.src: HTML5 revision 914 (</ in CDATA, RCDATA). |
232 |
|
HTML5 revision 915 (<nobr>). |
233 |
|
|
234 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
235 |
|
|
236 |
|
* HTML.pm.src: HTML5 revisions 908, 909, 912, and 913 (quirks mode). |
237 |
|
|
238 |
|
* NanoDOM.pm (manakai_is_html, manakai_compat_mode, compat_mode): |
239 |
|
New attributes. |
240 |
|
|
241 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
242 |
|
|
243 |
* HTML.pm.src: HTML5 revisions 900, 901, 902, and 911 (< |
* HTML.pm.src: HTML5 revisions 900, 901, 902, and 911 (< |