1 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src (_tree_construction_main): Change handling of |
4 |
|
end tags in head insertion modes (HTML5 revision 1686). |
5 |
|
(parse_char_string): Bug fix for non-utf8 character string handlings. |
6 |
|
(parse_char_stream): |ungetc| does not work well for this context. |
7 |
|
|
8 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* HTML.pm.src (parse_byte_string): Redefined to invoke |
11 |
|
|parse_byte_stream|. |
12 |
|
(parse_byte_stream): New method. |
13 |
|
|
14 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm.src (parse_byte_string): Fix the column number reported |
17 |
|
by encoding layer error reporter. |
18 |
|
|
19 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm.src (parse_byte_string): Use streaming decoder |
22 |
|
rather than converting the whole byte string and then parsing. |
23 |
|
Propagate errors in character encoding layer. |
24 |
|
(get_next_token): Precise error reporting for |bare stago| error. |
25 |
|
|
26 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm.src (parse_char_stream): New method. |
29 |
|
(parse_char_string): This method is now defined as an invocation |
30 |
|
of the |parse_char_stream| method. |
31 |
|
|
32 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm.src (parse_byte_string): Report various status |
35 |
|
of the sniffing as info-level errors. Support for new |
36 |
|
decoding framework in parser resestting. |
37 |
|
(new): Various default error levels were not set. |
38 |
|
|
39 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm.src (parse_byte_string): HTML5 encoding siniffing |
42 |
|
algorithm, except for the actual sniffing, is implemented |
43 |
|
with new framework with Message::Charset::Info. |
44 |
|
|
45 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* CacheManifest.pm (_parse): Drop fragment identifiers from |
48 |
|
URIs in fallback section (HTML5 revision 1596). |
49 |
|
|
50 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* Makefile (Entities.html): URI has changed. |
53 |
|
|
54 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision |
57 |
|
1553). |
58 |
|
|
59 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* ContentChecker.pm: Noted that those returned in |table| are |
62 |
|
no longer table elements, but table objects returned |
63 |
|
by Whatpm::HTMLTable. |
64 |
|
|
65 |
|
* HTMLTable.pm (form_table): Return table element node |
66 |
|
as |$table->{element}|. |
67 |
|
(assign_header): Support for the |headers=""| attribute. |
68 |
|
|
69 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTMLTable.pm (assign_header): New function; first version |
72 |
|
with no support for headers="". |
73 |
|
(form_table): Include table width and height to the returned |
74 |
|
table object for covenience. Indexing in column assignement was wrong. |
75 |
|
Set whether a data cell is empty or not for convenience. |
76 |
|
|
77 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* HTMLTable.pm: Robuster caption support (HTML5 revision 1393). |
80 |
|
|
81 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* HTMLTable.pm: How table model errors are detected is |
84 |
|
changed (HTML5 revision 1387). |
85 |
|
|
86 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTMLTable.pm: The algorithm now moves |tfoot| elements |
89 |
|
to the end of the table (HTML5 revision 1380). |
90 |
|
|
91 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* HTMLTable.pm: The algorithm is now 0-based indexing, instead |
94 |
|
of 1-based (HTML5 revision 1376). |
95 |
|
|
96 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* ContentType.pm: "Content-Type: text/plain; charset=UTF-8" |
99 |
|
and "Content-Encoding" no longer prevent sniffing (HTML5 |
100 |
|
revision 1288). |
101 |
|
|
102 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision |
105 |
|
1282). |
106 |
|
|
107 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* ContentChecker.pm: Support for global attributes. |
110 |
|
Status of XML specs are added. |
111 |
|
|
112 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* ContentChecker.pm (check_element): Support for |template=""| |
115 |
|
and |ref=""| attribute (referent element type checking). |
116 |
|
|
117 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* CacheManifest.pm (_parse): New same origin definition (HTML5 revision |
120 |
|
1500) is implemented (except for IDNA part and URI-scheme-specific |
121 |
|
knowledge). Line number counting was wrong for LF-only |
122 |
|
documents. |
123 |
|
|
124 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* HTML.pm.src: Raise an parse error for any disallowed |
127 |
|
character (HTML5 revision 1263). |
128 |
|
|
129 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* mkentitylist.pl: Support for new HTML5 entity table format (the |
132 |
|
definition for |AElig;| was missing). |
133 |
|
|
134 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* HTML.pm.src, mkhtmlparser.pl: Support for element/attribute |
137 |
|
name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417). |
138 |
|
|
139 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* HTML.pm.src: List of element names that close foreign content |
142 |
|
insertion mode is added (HTML5 revisions 1412 and 1418). |
143 |
|
|
144 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* HTML.pm.src: Support for |mglyph| and |malignmark| |
147 |
|
elements (HTML5 revision 1410). |
148 |
|
|
149 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* HTML.pm.src: Support for new long MathML entities (HTML5 |
152 |
|
revision 1406). |
153 |
|
|
154 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* HTML.pm.src: CDATA section support for MathML and SVG |
157 |
|
elements (HTML5 revision 1404 and 1420). |
158 |
|
|
159 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG |
162 |
|
elements (HTML5 revision 1404). Unused !!!macro definitions |
163 |
|
are removed. |
164 |
|
|
165 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors |
168 |
|
are raised is changed (HTML5 revision 1404). |
169 |
|
|
170 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
172 |
|
* HTML.pm.src: Category sets that are no longer used are removed. |
173 |
|
|
174 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
175 |
|
|
176 |
|
* HTML.pm.src: The ->[1] property of stack entries are now |
177 |
|
replaced by constants representing element category. |
178 |
|
|
179 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* HTML.pm.src: Don't use local name stored in stack (i.e. ->[1]) |
182 |
|
for error reporting. (This is a preparation for using constant |
183 |
|
value for ->[1].) |
184 |
|
|
185 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
186 |
|
|
187 |
|
* RDFXML.pm: Typo fixed. |
188 |
|
|
189 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
190 |
|
|
191 |
|
* ContentChecker.pm: |fact_level| is now treated |
192 |
|
as same as |must_level|, i.e. level = |m|. |
193 |
|
(check_element): Make list of URIs in the DOM. |
194 |
|
|
195 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
196 |
|
|
197 |
|
* RDFXML.pm: Language accessor implemented. |
198 |
|
Local (null-namespace) attribute support. |
199 |
|
|
200 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
201 |
|
|
202 |
|
* RDFXML.pm: Factored out ID checking code. |
203 |
|
|
204 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
205 |
|
|
206 |
|
* RDFXML.pm: TODO items noted. Validation of ID |
207 |
|
and URI attributes is implemented. Warn if unknown |
208 |
|
value is used in rdf:parseType="" attribute. |
209 |
|
|
210 |
|
* URIChecker.pm (check_rdf_uri_reference): New function. |
211 |
|
|
212 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
|
* RDFXML.pm: bnodeid implemented. Relative references |
215 |
|
are now resolved. |
216 |
|
|
217 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
218 |
|
|
219 |
|
* ContentChecker.pm: RDF reification implemented. |
220 |
|
|
221 |
|
* RDFXML.pm: undef vs false bug fixed. |
222 |
|
Reification implemented. |
223 |
|
|
224 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
225 |
|
|
226 |
|
* RDFXML.pm: s/id/ID/ for attribute name. |
227 |
|
The |node| arguments are added for |ontriple| calls. |
228 |
|
Too many "attribute not allowed" errors were raised. |
229 |
|
|
230 |
|
* ContentChecker.pm: Initial experimental support for rdf:RDF |
231 |
|
element. |
232 |
|
|
233 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
234 |
|
|
235 |
|
* RDFXML.pm: New module. |
236 |
|
|
237 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
238 |
|
|
239 |
* HTML.pm.src (set_inner_html): Line/column number |
* HTML.pm.src (set_inner_html): Line/column number |