/[suikacvs]/markup/html/whatpm/Whatpm/ChangeLog
Suika

Diff of /markup/html/whatpm/Whatpm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.178 by wakaba, Sun Mar 9 05:12:04 2008 UTC revision 1.242 by wakaba, Sat May 24 10:32:29 2008 UTC
# Line 1  Line 1 
1    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5
4            revision 1685).
5    
6    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm.src: Support for EOF in new states for tags (HTML5
9            revision 1684).
10    
11    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML
14            work (HTML5 revision 1690).
15    
16    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm.src (_tree_construction_main): Change handling of
19            end tags in head insertion modes (HTML5 revision 1686).
20            (parse_char_string): Bug fix for non-utf8 character string handlings.
21            (parse_char_stream): |ungetc| does not work well for this context.
22    
23    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
24    
25            * HTML.pm.src (parse_byte_string): Redefined to invoke
26            |parse_byte_stream|.
27            (parse_byte_stream): New method.
28    
29    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
30    
31            * HTML.pm.src (parse_byte_string): Fix the column number reported
32            by encoding layer error reporter.
33    
34    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
35    
36            * HTML.pm.src (parse_byte_string): Use streaming decoder
37            rather than converting the whole byte string and then parsing.
38            Propagate errors in character encoding layer.
39            (get_next_token): Precise error reporting for |bare stago| error.
40    
41    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
42    
43            * HTML.pm.src (parse_char_stream): New method.
44            (parse_char_string): This method is now defined as an invocation
45            of the |parse_char_stream| method.
46    
47    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
48    
49            * HTML.pm.src (parse_byte_string): Report various status
50            of the sniffing as info-level errors.  Support for new
51            decoding framework in parser resestting.
52            (new): Various default error levels were not set.
53    
54    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
55    
56            * HTML.pm.src (parse_byte_string): HTML5 encoding siniffing
57            algorithm, except for the actual sniffing, is implemented
58            with new framework with Message::Charset::Info.
59    
60    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
61    
62            * CacheManifest.pm (_parse): Drop fragment identifiers from
63            URIs in fallback section (HTML5 revision 1596).
64    
65    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
66    
67            * Makefile (Entities.html): URI has changed.
68    
69    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
70    
71            * CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision
72            1553).
73    
74    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
75    
76            * ContentChecker.pm: Noted that those returned in |table| are
77            no longer table elements, but table objects returned
78            by Whatpm::HTMLTable.
79    
80            * HTMLTable.pm (form_table): Return table element node
81            as |$table->{element}|.
82            (assign_header): Support for the |headers=""| attribute.
83    
84    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
85    
86            * HTMLTable.pm (assign_header): New function; first version
87            with no support for headers="".
88            (form_table): Include table width and height to the returned
89            table object for covenience.  Indexing in column assignement was wrong.
90            Set whether a data cell is empty or not for convenience.
91    
92    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
93    
94            * HTMLTable.pm: Robuster caption support (HTML5 revision 1393).
95    
96    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
97    
98            * HTMLTable.pm: How table model errors are detected is
99            changed (HTML5 revision 1387).
100    
101    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
102    
103            * HTMLTable.pm: The algorithm now moves |tfoot| elements
104            to the end of the table (HTML5 revision 1380).
105    
106    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
107    
108            * HTMLTable.pm: The algorithm is now 0-based indexing, instead
109            of 1-based (HTML5 revision 1376).
110    
111    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
112    
113            * ContentType.pm: "Content-Type: text/plain; charset=UTF-8"
114            and "Content-Encoding" no longer prevent sniffing (HTML5
115            revision 1288).
116    
117    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
118    
119            * ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision
120            1282).
121    
122    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
123    
124            * ContentChecker.pm: Support for global attributes.
125            Status of XML specs are added.
126    
127    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
128    
129            * ContentChecker.pm (check_element): Support for |template=""|
130            and |ref=""| attribute (referent element type checking).
131    
132    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
133    
134            * CacheManifest.pm (_parse): New same origin definition (HTML5 revision
135            1500) is implemented (except for IDNA part and URI-scheme-specific
136            knowledge).  Line number counting was wrong for LF-only
137            documents.
138    
139    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
140    
141            * HTML.pm.src: Raise an parse error for any disallowed
142            character (HTML5 revision 1263).
143    
144    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
145    
146            * mkentitylist.pl: Support for new HTML5 entity table format (the
147            definition for |AElig;| was missing).
148    
149    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
150    
151            * HTML.pm.src, mkhtmlparser.pl: Support for element/attribute
152            name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417).
153    
154    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
155    
156            * HTML.pm.src: List of element names that close foreign content
157            insertion mode is added (HTML5 revisions 1412 and 1418).
158    
159    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
160    
161            * HTML.pm.src: Support for |mglyph| and |malignmark|
162            elements (HTML5 revision 1410).
163    
164    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
165    
166            * HTML.pm.src: Support for new long MathML entities (HTML5
167            revision 1406).
168    
169    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
170    
171            * HTML.pm.src: CDATA section support for MathML and SVG
172            elements (HTML5 revision 1404 and 1420).
173    
174    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
175    
176            * HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG
177            elements (HTML5 revision 1404).  Unused !!!macro definitions
178            are removed.
179    
180    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
181    
182            * HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors
183            are raised is changed (HTML5 revision 1404).
184    
185    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
186    
187            * HTML.pm.src: Category sets that are no longer used are removed.
188    
189    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
190    
191            * HTML.pm.src: The ->[1] property of stack entries are now
192            replaced by constants representing element category.
193    
194    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
195    
196            * HTML.pm.src: Don't use local name stored in stack (i.e. ->[1])
197            for error reporting.  (This is a preparation for using constant
198            value for ->[1].)
199    
200    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
201    
202            * RDFXML.pm: Typo fixed.
203    
204    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
205    
206            * ContentChecker.pm: |fact_level| is now treated
207            as same as |must_level|, i.e. level = |m|.
208            (check_element): Make list of URIs in the DOM.
209    
210    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
211    
212            * RDFXML.pm: Language accessor implemented.
213            Local (null-namespace) attribute support.
214    
215    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
216    
217            * RDFXML.pm: Factored out ID checking code.
218    
219    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
220    
221            * RDFXML.pm: TODO items noted.  Validation of ID
222            and URI attributes is implemented.  Warn if unknown
223            value is used in rdf:parseType="" attribute.
224    
225            * URIChecker.pm (check_rdf_uri_reference): New function.
226    
227    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
228    
229            * RDFXML.pm: bnodeid implemented.  Relative references
230            are now resolved.
231    
232    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
233    
234            * ContentChecker.pm: RDF reification implemented.
235    
236            * RDFXML.pm: undef vs false bug fixed.
237            Reification implemented.
238    
239    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
240    
241            * RDFXML.pm: s/id/ID/ for attribute name.
242            The |node| arguments are added for |ontriple| calls.
243            Too many "attribute not allowed" errors were raised.
244    
245            * ContentChecker.pm: Initial experimental support for rdf:RDF
246            element.
247    
248    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
249    
250            * RDFXML.pm: New module.
251    
252    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
253    
254            * HTML.pm.src (set_inner_html): Line/column number
255            code was old one yet.
256    
257    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
258    
259            * HTML.pm.src: Better line/column reporting for "duplicate attribute"
260            errors.  Line/column markings for DOCTYPE, comment, and
261            character tokens are reintroduced; otherwise,
262            error location for "not HTML5" error and errors
263            for implied elements are not attached.
264    
265    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
266    
267            * HTML.pm.src: Set line/column numbers to attributes.
268    
269            * NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added.
270            (value): Setter implemented.
271    
272            * mkhtmlparser.pl: Set line/column numbers to Attr nodes.
273    
274    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
275    
276            * HTML.pm.src: Unused line/column markings are removed.
277    
278    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
279    
280            * HTML.pm.src (_get_next_token): Remove |first_start_tag|
281            flag, which is no longer used.
282    
283    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
284    
285            * HTML.pm.src: Set line/column information to element nodes.
286    
287            * mkhtmlparser.pl (!!!create-element, !!!insert-element,
288            and !!!insert-element-t): Set line/column information to
289            element nodes.
290    
291    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
292    
293            * HTML.pm.src (_get_next_token): The first "<" character
294            in "<?", "<>", or "</>" should be the error point.
295    
296    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
297    
298            * HTML.pm.src: Some more fixes on error position reporting.
299    
300    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
301    
302            * HTML.pm.src: Token-level precious error reporting.
303    
304    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
305    
306            * HTML.pm.src: Preparation for more precious error point
307            reporting.
308    
309    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
310    
311            * HTML.pm.src: Error type revised.
312    
313    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
314    
315            * HTML.pm.src: Similar codes are merged together, again.
316    
317    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
318    
319            * HTML.pm.src: Similar codes are merged together.
320    
321    2008-03-10  Wakaba  <wakaba@suika.fam.cx>
322    
323            * mkhtmlparser.pl: Set "level" parameter to parse errors.
324    
325            * HTML.pm.src: Code refined.
326    
327    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
328    
329            * HTML.pm.src: |</body>| treatement has been changed (HTML5
330            revision 1348).  Note that I really don't know this makes
331            any difference in the black-box behavior of the parser.
332    
333    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
334    
335            * HTML.pm.src: New end-of-file token implementation (HTML5
336            revision 1348).
337    
338    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
339    
340            * HTML.pm.src: |applet| support (HTML5 revision 1347).
341    
342    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
343    
344            * HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343).
345    
346  2008-03-09  Wakaba  <wakaba@suika.fam.cx>  2008-03-09  Wakaba  <wakaba@suika.fam.cx>
347    
348          * HTML.pm.src: Support for |<input>| in the "in select" insertion          * HTML.pm.src: Support for |<input>| in the "in select" insertion

Legend:
Removed from v.1.178  
changed lines
  Added in v.1.242

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24