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

Legend:
Removed from v.1.163  
changed lines
  Added in v.1.234

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24